plantuml-office

August 13, 2019 ยท View on GitHub

Office Icons for PlantUML

Usage

There are sprites (*.puml) and colored png icons available. Be aware that the sprites are all only monchrome even if they have a color in their name (due to automatically generating the files). You can either color the sprites with the macro (see examples below) or directly use the fully colored pngs. See the following examples on how to use the sprites, the pngs and the macros.

Example of usage:

@startuml
!include <tupadr3/common>

!define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014
!includeurl ICONURL/Servers/database_server.puml
!includeurl ICONURL/Servers/application_server.puml
!includeurl ICONURL/Concepts/firewall_orange.puml
!includeurl ICONURL/Clouds/cloud_disaster_red.puml

title Office Icons Example

package "Sprites" {
    OFF_DATABASE_SERVER(db,DB)
    OFF_APPLICATION_SERVER(app,App-Server)
    OFF_FIREWALL_ORANGE(fw,Firewall)
    OFF_CLOUD_DISASTER_RED(cloud,Cloud)
    db <-> app
    app <--> fw
    fw <.left.> cloud
}

package "Images" {
    rectangle "<img:https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014/Servers/database_server.png>\r DB" as db2
    rectangle "<img:https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014/Servers/application_server.png>\r App-Server" as app2
    rectangle "<img:https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014/Concepts/firewall_orange.png>\r Firewall" as fw2
    rectangle "<img:https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014/Clouds/cloud_disaster_red.png>\r Cloud" as cloud2
    db2 <-> app2
    app2 <--> fw2
    fw2 <.left.> cloud2
}

@enduml

This example renders the following image:

Example

Further example:

@startuml
!include <tupadr3/common>

!define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014
!includeurl ICONURL/Servers/database_server.puml
!includeurl ICONURL/Servers/application_server.puml
!includeurl ICONURL/Concepts/firewall_orange.puml
!includeurl ICONURL/Clouds/cloud_disaster_red.puml

' Used to center the label under the images
skinparam defaultTextAlignment center

title Extended Office Icons Example

package "Use sprite directly" {
    [Some <$cloud_disaster_red> object]
}

package "Different makro usages" {
    OFF_CLOUD_DISASTER_RED(cloud1)
    OFF_CLOUD_DISASTER_RED(cloud2,Default with text)
    OFF_CLOUD_DISASTER_RED(cloud3,Other shape,Folder)
    OFF_CLOUD_DISASTER_RED(cloud4,Even another shape,Database)
    OFF_CLOUD_DISASTER_RED(cloud5,Colored,Rectangle, red)
    OFF_CLOUD_DISASTER_RED(cloud6,Colored background) #red
}
@enduml

This example renders the following image:

Example

Icon Index

CategoryMacroImageUrl
CloudsOFF_AZUREazureClouds/azure.puml
CloudsOFF_CLOUDcloudClouds/cloud.puml
CloudsOFF_CLOUD_DISASTERcloud_disasterClouds/cloud_disaster.puml
CloudsOFF_CLOUD_DISASTER_REDcloud_disaster_redClouds/cloud_disaster_red.puml
CloudsOFF_CLOUD_EXCHANGE_ONLINEcloud_exchange_onlineClouds/cloud_exchange_online.puml
CloudsOFF_CLOUD_SERVICE_REQUESTcloud_service_requestClouds/cloud_service_request.puml
CloudsOFF_CLOUD_SHAREPOINT_ONLINEcloud_sharepoint_onlineClouds/cloud_sharepoint_online.puml
CloudsOFF_OFFICE_365_CLOUDoffice_365_cloudClouds/office_365_cloud.puml
CloudsOFF_ONLINE_BACKUPonline_backupClouds/online_backup.puml
CloudsOFF_ONLINE_USERonline_userClouds/online_user.puml
CloudsOFF_PRIVATE_CLOUDprivate_cloudClouds/private_cloud.puml
CloudsOFF_PUBLIC_CLOUDpublic_cloudClouds/public_cloud.puml
CloudsOFF_PUBLIC_IM_CLOUD_SERVICEpublic_im_cloud_serviceClouds/public_im_cloud_service.puml
CommunicationsOFF_3RD_PARTY_CALL_CENTER_SOLUTION3rd_party_call_center_solutionCommunications/3rd_party_call_center_solution.puml
CommunicationsOFF_3RD_PARTY_INTEGRATION3rd_party_integrationCommunications/3rd_party_integration.puml
CommunicationsOFF_3RD_PARTY_SERVICE3rd_party_serviceCommunications/3rd_party_service.puml
CommunicationsOFF_APPLICATION_SHARING_WORKLOADapplication_sharing_workloadCommunications/application_sharing_workload.puml
CommunicationsOFF_AUDIO_CONFERENCING_APPLICATIONaudio_conferencing_applicationCommunications/audio_conferencing_application.puml
CommunicationsOFF_CENTRAL_MANAGEMENT_SERVICEcentral_management_serviceCommunications/central_management_service.puml
CommunicationsOFF_CHAT_ROOMchat_roomCommunications/chat_room.puml
CommunicationsOFF_CONFERENCE_ANNOUNCEMENT_SERVICEconference_announcement_serviceCommunications/conference_announcement_service.puml
CommunicationsOFF_DISCONNECTED_MAILBOXdisconnected_mailboxCommunications/disconnected_mailbox.puml
CommunicationsOFF_DISCOVERY_SEARCH_MAILBOXdiscovery_search_mailboxCommunications/discovery_search_mailbox.puml
CommunicationsOFF_DYNAMIC_DISTRIBUTION_GROUPdynamic_distribution_groupCommunications/dynamic_distribution_group.puml
CommunicationsOFF_EDGE_SUBSCRIPTIONedge_subscriptionCommunications/edge_subscription.puml
CommunicationsOFF_EMAIL_WORKLOADemail_workloadCommunications/email_workload.puml
CommunicationsOFF_EQUIPMENT_MAILBOXequipment_mailboxCommunications/equipment_mailbox.puml
CommunicationsOFF_EXCHANGE_ACTIVE_SYNCexchange_active_syncCommunications/exchange_active_sync.puml
CommunicationsOFF_EXCHANGE_ACTIVE_SYNC_BLUEexchange_active_sync_blueCommunications/exchange_active_sync_blue.puml
CommunicationsOFF_FAX_PARTNERfax_partnerCommunications/fax_partner.puml
CommunicationsOFF_GLOBAL_ADDRESS_LISTglobal_address_listCommunications/global_address_list.puml
CommunicationsOFF_HYBRID_VOIP_GATEWAYhybrid_voip_gatewayCommunications/hybrid_voip_gateway.puml
CommunicationsOFF_IM_WORKLOADim_workloadCommunications/im_workload.puml
CommunicationsOFF_JOURNALING_RULEjournaling_ruleCommunications/journaling_rule.puml
CommunicationsOFF_LOCAL_MOVE_REQUESTlocal_move_requestCommunications/local_move_request.puml
CommunicationsOFF_LYNC_CONTROL_PANELlync_control_panelCommunications/lync_control_panel.puml
CommunicationsOFF_LYNC_PHONE_EDITIONlync_phone_editionCommunications/lync_phone_edition.puml
CommunicationsOFF_LYNC_ROOM_SYSTEMlync_room_systemCommunications/lync_room_system.puml
CommunicationsOFF_LYNC_SERVER_MANAGEMENT_TOOLlync_server_management_toolCommunications/lync_server_management_tool.puml
CommunicationsOFF_LYNC_STORAGE_SERVICElync_storage_serviceCommunications/lync_storage_service.puml
CommunicationsOFF_LYNC_WEB_APP_CLIENTlync_web_app_clientCommunications/lync_web_app_client.puml
CommunicationsOFF_MAILBOX_ASSISTANTmailbox_assistantCommunications/mailbox_assistant.puml
CommunicationsOFF_MAIL_ENABLED_PUBLIC_FOLDERmail_enabled_public_folderCommunications/mail_enabled_public_folder.puml
CommunicationsOFF_MESSAGES_QUEUEDmessages_queuedCommunications/messages_queued.puml
CommunicationsOFF_OFFLINE_ADDRESS_BOOKoffline_address_bookCommunications/offline_address_book.puml
CommunicationsOFF_PERSONAL_ARCHIVE_MAILBOXpersonal_archive_mailboxCommunications/personal_archive_mailbox.puml
CommunicationsOFF_PUBLIC_IM_CLOUD_SERVICEpublic_im_cloud_serviceCommunications/public_im_cloud_service.puml
CommunicationsOFF_PUSH_NOTIFICATION_SERVICEpush_notification_serviceCommunications/push_notification_service.puml
CommunicationsOFF_QUEUE_VIEWERqueue_viewerCommunications/queue_viewer.puml
CommunicationsOFF_REMOTE_MAILBOXremote_mailboxCommunications/remote_mailbox.puml
CommunicationsOFF_REMOTE_MOVE_REQUESTremote_move_requestCommunications/remote_move_request.puml
CommunicationsOFF_RESPONSE_GROUPresponse_groupCommunications/response_group.puml
CommunicationsOFF_RESPONSE_GROUP_SERVICEresponse_group_serviceCommunications/response_group_service.puml
CommunicationsOFF_ROOM_MAILBOXroom_mailboxCommunications/room_mailbox.puml
CommunicationsOFF_SHARED_MAILBOXshared_mailboxCommunications/shared_mailbox.puml
CommunicationsOFF_SIP_URI_UM_DIAL_PLANsip_uri_um_dial_planCommunications/sip_uri_um_dial_plan.puml
CommunicationsOFF_SITE_MAILBOXsite_mailboxCommunications/site_mailbox.puml
CommunicationsOFF_SKYPE_FOR_BUSINESS_CONTROL_PANELskype_for_business_control_panelCommunications/skype_for_business_control_panel.puml
CommunicationsOFF_SKYPE_FOR_BUSINESS_PHONE_EDITIONskype_for_business_phone_editionCommunications/skype_for_business_phone_edition.puml
CommunicationsOFF_SKYPE_FOR_BUSINESS_ROOM_SYSTEMskype_for_business_room_systemCommunications/skype_for_business_room_system.puml
CommunicationsOFF_SKYPE_FOR_BUSINESS_SERVER_MANAGEMENT_TOOLskype_for_business_server_management_toolCommunications/skype_for_business_server_management_tool.puml
CommunicationsOFF_SKYPE_FOR_BUSINESS_STORAGE_SERVICEskype_for_business_storage_serviceCommunications/skype_for_business_storage_service.puml
CommunicationsOFF_SKYPE_FOR_BUSINESS_WEB_APP_CLIENTskype_for_business_web_app_clientCommunications/skype_for_business_web_app_client.puml
CommunicationsOFF_SMS_GATEWAYsms_gatewayCommunications/sms_gateway.puml
CommunicationsOFF_SMTP_CONNECTORsmtp_connectorCommunications/smtp_connector.puml
CommunicationsOFF_SYSTEM_MAILBOXsystem_mailboxCommunications/system_mailbox.puml
CommunicationsOFF_TDM_PBXtdm_pbxCommunications/tdm_pbx.puml
CommunicationsOFF_TELEPHONE_EXTENSION_DIAL_PLANtelephone_extension_dial_planCommunications/telephone_extension_dial_plan.puml
CommunicationsOFF_TRANSPORT_RULEtransport_ruleCommunications/transport_rule.puml
CommunicationsOFF_UCMA_APPLICATIONucma_applicationCommunications/ucma_application.puml
CommunicationsOFF_UCWA_APPLICATIONucwa_applicationCommunications/ucwa_application.puml
CommunicationsOFF_UM_AUTO_ATTENDANTum_auto_attendantCommunications/um_auto_attendant.puml
CommunicationsOFF_UM_DIAL_PLAN_E164um_dial_plan_e164Communications/um_dial_plan_e164.puml
CommunicationsOFF_UM_DIAL_PLAN_SECONDARYum_dial_plan_secondaryCommunications/um_dial_plan_secondary.puml
CommunicationsOFF_UM_ENABLED_MAILBOXum_enabled_mailboxCommunications/um_enabled_mailbox.puml
CommunicationsOFF_UM_HUNT_GROUPum_hunt_groupCommunications/um_hunt_group.puml
CommunicationsOFF_UM_IP_GATEWAYum_ip_gatewayCommunications/um_ip_gateway.puml
CommunicationsOFF_USER_MAILBOXuser_mailboxCommunications/user_mailbox.puml
CommunicationsOFF_VIDEO_WORKLOADvideo_workloadCommunications/video_workload.puml
CommunicationsOFF_VOICE_MAIL_PREVIEW_PARTNERvoice_mail_preview_partnerCommunications/voice_mail_preview_partner.puml
CommunicationsOFF_VOICE_WORKLOADvoice_workloadCommunications/voice_workload.puml
CommunicationsOFF_VOIP_GATEWAYvoip_gatewayCommunications/voip_gateway.puml
CommunicationsOFF_WATCHER_NODEwatcher_nodeCommunications/watcher_node.puml
CommunicationsOFF_XMPP_SERVICExmpp_serviceCommunications/xmpp_service.puml
ConceptsOFF_ADDRESS_BOOKaddress_bookConcepts/address_book.puml
ConceptsOFF_ANTI_SPAManti_spamConcepts/anti_spam.puml
ConceptsOFF_APPLICATION_ANDROIDapplication_androidConcepts/application_android.puml
ConceptsOFF_APPLICATION_GENERICapplication_genericConcepts/application_generic.puml
ConceptsOFF_APPLICATION_HYBRIDapplication_hybridConcepts/application_hybrid.puml
ConceptsOFF_APPLICATION_IOSapplication_iosConcepts/application_ios.puml
ConceptsOFF_APPLICATION_WEBapplication_webConcepts/application_web.puml
ConceptsOFF_APPLICATION_WINDOWSapplication_windowsConcepts/application_windows.puml
ConceptsOFF_APP_FOR_OFFICEapp_for_officeConcepts/app_for_office.puml
ConceptsOFF_APP_FOR_SHAREPOINTapp_for_sharepointConcepts/app_for_sharepoint.puml
ConceptsOFF_APP_PARTapp_partConcepts/app_part.puml
ConceptsOFF_ARCHIVEarchiveConcepts/archive.puml
ConceptsOFF_ATTACHMENTattachmentConcepts/attachment.puml
ConceptsOFF_BACKUP_LOCALbackup_localConcepts/backup_local.puml
ConceptsOFF_BACKUP_ONLINEbackup_onlineConcepts/backup_online.puml
ConceptsOFF_BANDWIDTHbandwidthConcepts/bandwidth.puml
ConceptsOFF_BANDWIDTH_CALCULATORbandwidth_calculatorConcepts/bandwidth_calculator.puml
ConceptsOFF_BEST_PRACTICESbest_practicesConcepts/best_practices.puml
ConceptsOFF_BOOK_JOURNALbook_journalConcepts/book_journal.puml
ConceptsOFF_CALCULATORcalculatorConcepts/calculator.puml
ConceptsOFF_CALENDARcalendarConcepts/calendar.puml
ConceptsOFF_CLIPBOARDclipboardConcepts/clipboard.puml
ConceptsOFF_CLOCKclockConcepts/clock.puml
ConceptsOFF_COLUMNcolumnConcepts/column.puml
ConceptsOFF_CONNECTORconnectorConcepts/connector.puml
ConceptsOFF_CONTACTScontactsConcepts/contacts.puml
ConceptsOFF_CONTENT_TYPEcontent_typeConcepts/content_type.puml
ConceptsOFF_CREDIT_CARDcredit_cardConcepts/credit_card.puml
ConceptsOFF_DOCUMENTdocumentConcepts/document.puml
ConceptsOFF_DOCUMENTSdocumentsConcepts/documents.puml
ConceptsOFF_DOCUMENTS_SHAREDdocuments_sharedConcepts/documents_shared.puml
ConceptsOFF_DOCUMENT_BLANKdocument_blankConcepts/document_blank.puml
ConceptsOFF_DOCUMENT_SHAREDdocument_sharedConcepts/document_shared.puml
ConceptsOFF_DOWNLOADdownloadConcepts/download.puml
ConceptsOFF_EMAILemailConcepts/email.puml
ConceptsOFF_EMAIL_APPROVEDemail_approvedConcepts/email_approved.puml
ConceptsOFF_EMAIL_EXPIREDemail_expiredConcepts/email_expired.puml
ConceptsOFF_EMAIL_REJECTEDemail_rejectedConcepts/email_rejected.puml
ConceptsOFF_FILE_KEYfile_keyConcepts/file_key.puml
ConceptsOFF_FIREWALLfirewallConcepts/firewall.puml
ConceptsOFF_FIREWALL_BLUEfirewall_blueConcepts/firewall_blue.puml
ConceptsOFF_FIREWALL_GHOSTEDfirewall_ghostedConcepts/firewall_ghosted.puml
ConceptsOFF_FIREWALL_GREENfirewall_greenConcepts/firewall_green.puml
ConceptsOFF_FIREWALL_ORANGEfirewall_orangeConcepts/firewall_orange.puml
ConceptsOFF_FOLDERfolderConcepts/folder.puml
ConceptsOFF_FOLDERSfoldersConcepts/folders.puml
ConceptsOFF_FOLDER_BLUEfolder_blueConcepts/folder_blue.puml
ConceptsOFF_FOLDER_GHOSTEDfolder_ghostedConcepts/folder_ghosted.puml
ConceptsOFF_FOLDER_GREENfolder_greenConcepts/folder_green.puml
ConceptsOFF_FOLDER_OPENfolder_openConcepts/folder_open.puml
ConceptsOFF_FOLDER_ORANGEfolder_orangeConcepts/folder_orange.puml
ConceptsOFF_FOLDER_PUBLICfolder_publicConcepts/folder_public.puml
ConceptsOFF_FOLDER_SHAREDfolder_sharedConcepts/folder_shared.puml
ConceptsOFF_FORMformConcepts/form.puml
ConceptsOFF_GET_STARTEDget_startedConcepts/get_started.puml
ConceptsOFF_GLOBE_INTERNETglobe_internetConcepts/globe_internet.puml
ConceptsOFF_HELPhelpConcepts/help.puml
ConceptsOFF_HOMEhomeConcepts/home.puml
ConceptsOFF_HOME_BLUEhome_blueConcepts/home_blue.puml
ConceptsOFF_HOME_GHOSTEDhome_ghostedConcepts/home_ghosted.puml
ConceptsOFF_HOME_GREENhome_greenConcepts/home_green.puml
ConceptsOFF_HOME_ORANGEhome_orangeConcepts/home_orange.puml
ConceptsOFF_HOME_PAGEhome_pageConcepts/home_page.puml
ConceptsOFF_HOME_PAGE_BLUEhome_page_blueConcepts/home_page_blue.puml
ConceptsOFF_HOME_PAGE_GHOSTEDhome_page_ghostedConcepts/home_page_ghosted.puml
ConceptsOFF_HOME_PAGE_GREENhome_page_greenConcepts/home_page_green.puml
ConceptsOFF_HOME_PAGE_ORANGEhome_page_orangeConcepts/home_page_orange.puml
ConceptsOFF_HYBRIDhybridConcepts/hybrid.puml
ConceptsOFF_INPUT_OUTPUT_FILTERinput_output_filterConcepts/input_output_filter.puml
ConceptsOFF_INSTALLinstallConcepts/install.puml
ConceptsOFF_INTEGRATIONintegrationConcepts/integration.puml
ConceptsOFF_LABlabConcepts/lab.puml
ConceptsOFF_LEARNlearnConcepts/learn.puml
ConceptsOFF_LICENSElicenseConcepts/license.puml
ConceptsOFF_LINKlinkConcepts/link.puml
ConceptsOFF_LIST_LIBRARYlist_libraryConcepts/list_library.puml
ConceptsOFF_MAILBOXmailboxConcepts/mailbox.puml
ConceptsOFF_MAILBOX2mailbox2Concepts/mailbox2.puml
ConceptsOFF_MAINTENANCEmaintenanceConcepts/maintenance.puml
ConceptsOFF_MARKETPLACE_SHOPPING_BAGmarketplace_shopping_bagConcepts/marketplace_shopping_bag.puml
ConceptsOFF_MEETS_REQUIREMENTSmeets_requirementsConcepts/meets_requirements.puml
ConceptsOFF_MIGRATIONmigrationConcepts/migration.puml
ConceptsOFF_MOESmoesConcepts/moes.puml
ConceptsOFF_NAVIGATIONnavigationConcepts/navigation.puml
ConceptsOFF_NODE_GENERICnode_genericConcepts/node_generic.puml
ConceptsOFF_NODE_GENERIC_BLUEnode_generic_blueConcepts/node_generic_blue.puml
ConceptsOFF_NODE_GENERIC_GHOSTEDnode_generic_ghostedConcepts/node_generic_ghosted.puml
ConceptsOFF_NODE_GENERIC_GREENnode_generic_greenConcepts/node_generic_green.puml
ConceptsOFF_NODE_GENERIC_ORANGEnode_generic_orangeConcepts/node_generic_orange.puml
ConceptsOFF_OFFICE_INSTALLEDoffice_installedConcepts/office_installed.puml
ConceptsOFF_ON_PREMISESon_premisesConcepts/on_premises.puml
ConceptsOFF_ON_PREMISES_DIRECTORYon_premises_directoryConcepts/on_premises_directory.puml
ConceptsOFF_PHISHINGphishingConcepts/phishing.puml
ConceptsOFF_PINpinConcepts/pin.puml
ConceptsOFF_PLATFORM_OPTIONSplatform_optionsConcepts/platform_options.puml
ConceptsOFF_PROPERTIESpropertiesConcepts/properties.puml
ConceptsOFF_PUBLISHpublishConcepts/publish.puml
ConceptsOFF_REMOTE_ACCESSremote_accessConcepts/remote_access.puml
ConceptsOFF_SCRIPTscriptConcepts/script.puml
ConceptsOFF_SEARCHsearchConcepts/search.puml
ConceptsOFF_SERVICE_APPLICATIONservice_applicationConcepts/service_application.puml
ConceptsOFF_SETTINGSsettingsConcepts/settings.puml
ConceptsOFF_SETTINGS_OFFICE_365settings_office_365Concepts/settings_office_365.puml
ConceptsOFF_SIGN_UPsign_upConcepts/sign_up.puml
ConceptsOFF_SOUND_FILEsound_fileConcepts/sound_file.puml
ConceptsOFF_TASKStasksConcepts/tasks.puml
ConceptsOFF_TECHNICAL_DIAGRAMtechnical_diagramConcepts/technical_diagram.puml
ConceptsOFF_UPGRADE_APPLICATIONupgrade_applicationConcepts/upgrade_application.puml
ConceptsOFF_UPGRADE_SERVERupgrade_serverConcepts/upgrade_server.puml
ConceptsOFF_UPGRADE_SITEupgrade_siteConcepts/upgrade_site.puml
ConceptsOFF_UPLOADuploadConcepts/upload.puml
ConceptsOFF_VIDEO_PLAYvideo_playConcepts/video_play.puml
ConceptsOFF_VIEW_FORMview_formConcepts/view_form.puml
ConceptsOFF_VOICEMAILvoicemailConcepts/voicemail.puml
ConceptsOFF_VOICEMAIL_PREVIEWvoicemail_previewConcepts/voicemail_preview.puml
ConceptsOFF_WALKTHROUGHwalkthroughConcepts/walkthrough.puml
ConceptsOFF_WEBSITEwebsiteConcepts/website.puml
ConceptsOFF_WEB_CONFERENCINGweb_conferencingConcepts/web_conferencing.puml
ConceptsOFF_WEB_PAGEweb_pageConcepts/web_page.puml
ConceptsOFF_WEB_PARTweb_partConcepts/web_part.puml
ConceptsOFF_WEB_SERVICESweb_servicesConcepts/web_services.puml
ConceptsOFF_WHATS_NEWwhats_newConcepts/whats_new.puml
ConceptsOFF_WINDOWS_POWERSHELLwindows_powershellConcepts/windows_powershell.puml
ConceptsOFF_WRITING_PENwriting_penConcepts/writing_pen.puml
ConceptsOFF_WRITING_PENCILwriting_pencilConcepts/writing_pencil.puml
DatabasesOFF_ADDRESS_BOOK_STOREaddress_book_storeDatabases/address_book_store.puml
DatabasesOFF_APPLICATION_STOREapplication_storeDatabases/application_store.puml
DatabasesOFF_DATABASEdatabaseDatabases/database.puml
DatabasesOFF_DATABASE_AVAILABILITY_GROUPdatabase_availability_groupDatabases/database_availability_group.puml
DatabasesOFF_DATABASE_BLUEdatabase_blueDatabases/database_blue.puml
DatabasesOFF_DATABASE_CUBEdatabase_cubeDatabases/database_cube.puml
DatabasesOFF_DATABASE_CUBE_BLUEdatabase_cube_blueDatabases/database_cube_blue.puml
DatabasesOFF_DATABASE_CUBE_GHOSTEDdatabase_cube_ghostedDatabases/database_cube_ghosted.puml
DatabasesOFF_DATABASE_CUBE_GREENdatabase_cube_greenDatabases/database_cube_green.puml
DatabasesOFF_DATABASE_CUBE_ORANGEdatabase_cube_orangeDatabases/database_cube_orange.puml
DatabasesOFF_DATABASE_GHOSTEDdatabase_ghostedDatabases/database_ghosted.puml
DatabasesOFF_DATABASE_GREENdatabase_greenDatabases/database_green.puml
DatabasesOFF_DATABASE_MINI_1database_mini_1Databases/database_mini_1.puml
DatabasesOFF_DATABASE_MINI_1_BLUEdatabase_mini_1_blueDatabases/database_mini_1_blue.puml
DatabasesOFF_DATABASE_MINI_1_GHOSTEDdatabase_mini_1_ghostedDatabases/database_mini_1_ghosted.puml
DatabasesOFF_DATABASE_MINI_1_GREENdatabase_mini_1_greenDatabases/database_mini_1_green.puml
DatabasesOFF_DATABASE_MINI_1_ORANGEdatabase_mini_1_orangeDatabases/database_mini_1_orange.puml
DatabasesOFF_DATABASE_MINI_2database_mini_2Databases/database_mini_2.puml
DatabasesOFF_DATABASE_MINI_2_BLUEdatabase_mini_2_blueDatabases/database_mini_2_blue.puml
DatabasesOFF_DATABASE_MINI_2_GHOSTEDdatabase_mini_2_ghostedDatabases/database_mini_2_ghosted.puml
DatabasesOFF_DATABASE_MINI_2_GREENdatabase_mini_2_greenDatabases/database_mini_2_green.puml
DatabasesOFF_DATABASE_MINI_2_ORANGEdatabase_mini_2_orangeDatabases/database_mini_2_orange.puml
DatabasesOFF_DATABASE_MINI_3database_mini_3Databases/database_mini_3.puml
DatabasesOFF_DATABASE_MINI_3_BLUEdatabase_mini_3_blueDatabases/database_mini_3_blue.puml
DatabasesOFF_DATABASE_MINI_3_GHOSTEDdatabase_mini_3_ghostedDatabases/database_mini_3_ghosted.puml
DatabasesOFF_DATABASE_MINI_3_GREENdatabase_mini_3_greenDatabases/database_mini_3_green.puml
DatabasesOFF_DATABASE_MINI_3_ORANGEdatabase_mini_3_orangeDatabases/database_mini_3_orange.puml
DatabasesOFF_DATABASE_MIRRORdatabase_mirrorDatabases/database_mirror.puml
DatabasesOFF_DATABASE_MIRROR_WITNESS_NODEdatabase_mirror_witness_nodeDatabases/database_mirror_witness_node.puml
DatabasesOFF_DATABASE_ORANGEdatabase_orangeDatabases/database_orange.puml
DatabasesOFF_DATABASE_PARTITION_2database_partition_2Databases/database_partition_2.puml
DatabasesOFF_DATABASE_PARTITION_3database_partition_3Databases/database_partition_3.puml
DatabasesOFF_DATABASE_PARTITION_4database_partition_4Databases/database_partition_4.puml
DatabasesOFF_DATABASE_PARTITION_5database_partition_5Databases/database_partition_5.puml
DatabasesOFF_DATABASE_PUBLIC_FOLDERdatabase_public_folderDatabases/database_public_folder.puml
DatabasesOFF_DATABASE_SERVERdatabase_serverDatabases/database_server.puml
DatabasesOFF_DATABASE_SERVER_BLUEdatabase_server_blueDatabases/database_server_blue.puml
DatabasesOFF_DATABASE_SERVER_GHOSTEDdatabase_server_ghostedDatabases/database_server_ghosted.puml
DatabasesOFF_DATABASE_SERVER_GREENdatabase_server_greenDatabases/database_server_green.puml
DatabasesOFF_DATABASE_SERVER_ORANGEdatabase_server_orangeDatabases/database_server_orange.puml
DatabasesOFF_MAILBOX_DATABASEmailbox_databaseDatabases/mailbox_database.puml
DatabasesOFF_MONITORING_STOREmonitoring_storeDatabases/monitoring_store.puml
DatabasesOFF_UNIFIED_CONTACT_STOREunified_contact_storeDatabases/unified_contact_store.puml
DatabasesOFF_WEB_STOREweb_storeDatabases/web_store.puml
DevicesOFF_CD_DVDcd_dvdDevices/cd_dvd.puml
DevicesOFF_CELL_PHONE_ANDROID_PROPORTIONALcell_phone_android_proportionalDevices/cell_phone_android_proportional.puml
DevicesOFF_CELL_PHONE_ANDROID_STAND_ALONEcell_phone_android_stand_aloneDevices/cell_phone_android_stand_alone.puml
DevicesOFF_CELL_PHONE_GENERICcell_phone_genericDevices/cell_phone_generic.puml
DevicesOFF_CELL_PHONE_IPHONE_PROPORTIONALcell_phone_iphone_proportionalDevices/cell_phone_iphone_proportional.puml
DevicesOFF_CELL_PHONE_IPHONE_STAND_ALONEcell_phone_iphone_stand_aloneDevices/cell_phone_iphone_stand_alone.puml
DevicesOFF_CELL_PHONE_WINDOWS_PHONE_PROPORTIONALcell_phone_windows_phone_proportionalDevices/cell_phone_windows_phone_proportional.puml
DevicesOFF_CELL_PHONE_WINDOWS_PHONE_STAND_ALONEcell_phone_windows_phone_stand_aloneDevices/cell_phone_windows_phone_stand_alone.puml
DevicesOFF_DATA_JACKdata_jackDevices/data_jack.puml
DevicesOFF_DEVICE_BLUETOOTHdevice_bluetoothDevices/device_bluetooth.puml
DevicesOFF_DEVICE_FAXdevice_faxDevices/device_fax.puml
DevicesOFF_DEVICE_HEADSETdevice_headsetDevices/device_headset.puml
DevicesOFF_DEVICE_LAPTOPdevice_laptopDevices/device_laptop.puml
DevicesOFF_DEVICE_LCD_MONITORdevice_lcd_monitorDevices/device_lcd_monitor.puml
DevicesOFF_DEVICE_MAC_CLIENTdevice_mac_clientDevices/device_mac_client.puml
DevicesOFF_DEVICE_MICROPHONEdevice_microphoneDevices/device_microphone.puml
DevicesOFF_DEVICE_PHONE_DIGITALdevice_phone_digitalDevices/device_phone_digital.puml
DevicesOFF_DEVICE_PHONE_TRADITIONALdevice_phone_traditionalDevices/device_phone_traditional.puml
DevicesOFF_DEVICE_PHONE_USBdevice_phone_usbDevices/device_phone_usb.puml
DevicesOFF_DEVICE_PHONE_VOIPdevice_phone_voipDevices/device_phone_voip.puml
DevicesOFF_DEVICE_PRINTERdevice_printerDevices/device_printer.puml
DevicesOFF_DEVICE_ROUNDTABLEdevice_roundtableDevices/device_roundtable.puml
DevicesOFF_DEVICE_STYLUSdevice_stylusDevices/device_stylus.puml
DevicesOFF_DEVICE_TABLET_ANDROIDdevice_tablet_androidDevices/device_tablet_android.puml
DevicesOFF_DEVICE_TABLET_IPADdevice_tablet_ipadDevices/device_tablet_ipad.puml
DevicesOFF_DEVICE_TABLET_IPAD_MINIdevice_tablet_ipad_miniDevices/device_tablet_ipad_mini.puml
DevicesOFF_DEVICE_TABLET_WINDOWS_7_INCHdevice_tablet_windows_7_inchDevices/device_tablet_windows_7_inch.puml
DevicesOFF_DEVICE_TABLET_WINDOWS_8device_tablet_windows_8Devices/device_tablet_windows_8.puml
DevicesOFF_DEVICE_TVdevice_tvDevices/device_tv.puml
DevicesOFF_DEVICE_UPDATE_SERVICEdevice_update_serviceDevices/device_update_service.puml
DevicesOFF_DEVICE_WEBCAMdevice_webcamDevices/device_webcam.puml
DevicesOFF_DEVICE_WEBCAM_HDdevice_webcam_hdDevices/device_webcam_hd.puml
DevicesOFF_HARD_DISKhard_diskDevices/hard_disk.puml
DevicesOFF_IP_GATEWAYip_gatewayDevices/ip_gateway.puml
DevicesOFF_IP_PBXip_pbxDevices/ip_pbx.puml
DevicesOFF_LOAD_BALANCERload_balancerDevices/load_balancer.puml
DevicesOFF_MANAGEMENT_CONSOLEmanagement_consoleDevices/management_console.puml
DevicesOFF_MODEMmodemDevices/modem.puml
DevicesOFF_NICnicDevices/nic.puml
DevicesOFF_ROUTERrouterDevices/router.puml
DevicesOFF_SESSION_BORDER_CONTROLLERsession_border_controllerDevices/session_border_controller.puml
DevicesOFF_SHADOWED_ROUTERshadowed_routerDevices/shadowed_router.puml
DevicesOFF_SWITCHswitchDevices/switch.puml
DevicesOFF_VIDEO_CAMERAvideo_cameraDevices/video_camera.puml
DevicesOFF_VIDEO_GATEWAYvideo_gatewayDevices/video_gateway.puml
DevicesOFF_WORKSTATIONworkstationDevices/workstation.puml
DevicesOFF_WORKSTATION_PCworkstation_pcDevices/workstation_pc.puml
DevicesOFF_WORKSTATION_VISUAL_STUDIOworkstation_visual_studioDevices/workstation_visual_studio.puml
SecurityOFF_ACTIVE_DIRECTORYactive_directorySecurity/active_directory.puml
SecurityOFF_ADDRESS_BOOK_POLICIESaddress_book_policiesSecurity/address_book_policies.puml
SecurityOFF_CERTIFICATEcertificateSecurity/certificate.puml
SecurityOFF_CREDENTIALScredentialsSecurity/credentials.puml
SecurityOFF_DOMAINdomainSecurity/domain.puml
SecurityOFF_EMAIL_ADDRESS_POLICYemail_address_policySecurity/email_address_policy.puml
SecurityOFF_FEDERATION_SERVICEfederation_serviceSecurity/federation_service.puml
SecurityOFF_FEDERATION_TRUSTfederation_trustSecurity/federation_trust.puml
SecurityOFF_IRM_PROTECTED_MESSAGEirm_protected_messageSecurity/irm_protected_message.puml
SecurityOFF_KEY_PERMISSIONSkey_permissionsSecurity/key_permissions.puml
SecurityOFF_KEY_PERMISSIONS_BLUEkey_permissions_blueSecurity/key_permissions_blue.puml
SecurityOFF_KEY_PERMISSIONS_GHOSTEDkey_permissions_ghostedSecurity/key_permissions_ghosted.puml
SecurityOFF_KEY_PERMISSIONS_GREENkey_permissions_greenSecurity/key_permissions_green.puml
SecurityOFF_KEY_PERMISSIONS_ORANGEkey_permissions_orangeSecurity/key_permissions_orange.puml
SecurityOFF_LOCK_PROTECTEDlock_protectedSecurity/lock_protected.puml
SecurityOFF_LOCK_PROTECTED_BLUElock_protected_blueSecurity/lock_protected_blue.puml
SecurityOFF_LOCK_PROTECTED_GHOSTEDlock_protected_ghostedSecurity/lock_protected_ghosted.puml
SecurityOFF_LOCK_PROTECTED_GREENlock_protected_greenSecurity/lock_protected_green.puml
SecurityOFF_LOCK_PROTECTED_ORANGElock_protected_orangeSecurity/lock_protected_orange.puml
SecurityOFF_LOCK_UNPROTECTEDlock_unprotectedSecurity/lock_unprotected.puml
SecurityOFF_LOCK_UNPROTECTED_BLUElock_unprotected_blueSecurity/lock_unprotected_blue.puml
SecurityOFF_LOCK_UNPROTECTED_GHOSTEDlock_unprotected_ghostedSecurity/lock_unprotected_ghosted.puml
SecurityOFF_LOCK_UNPROTECTED_GREENlock_unprotected_greenSecurity/lock_unprotected_green.puml
SecurityOFF_LOCK_UNPROTECTED_ORANGElock_unprotected_orangeSecurity/lock_unprotected_orange.puml
SecurityOFF_LOCK_WITH_KEY_SECURITYlock_with_key_securitySecurity/lock_with_key_security.puml
SecurityOFF_LOCK_WITH_KEY_SECURITY_BLUElock_with_key_security_blueSecurity/lock_with_key_security_blue.puml
SecurityOFF_LOCK_WITH_KEY_SECURITY_GHOSTEDlock_with_key_security_ghostedSecurity/lock_with_key_security_ghosted.puml
SecurityOFF_LOCK_WITH_KEY_SECURITY_GREENlock_with_key_security_greenSecurity/lock_with_key_security_green.puml
SecurityOFF_LOCK_WITH_KEY_SECURITY_ORANGElock_with_key_security_orangeSecurity/lock_with_key_security_orange.puml
SecurityOFF_MANAGEMENT_ROLEmanagement_roleSecurity/management_role.puml
SecurityOFF_POLICYpolicySecurity/policy.puml
SecurityOFF_PROTECTED_VOICE_MAILprotected_voice_mailSecurity/protected_voice_mail.puml
SecurityOFF_RETENTION_POLICYretention_policySecurity/retention_policy.puml
SecurityOFF_RETENTION_POLICY_TAGretention_policy_tagSecurity/retention_policy_tag.puml
SecurityOFF_ROLE_ASSIGNMENT_POLICYrole_assignment_policySecurity/role_assignment_policy.puml
SecurityOFF_ROLE_GROUProle_groupSecurity/role_group.puml
SecurityOFF_SECURE_MESSAGINGsecure_messagingSecurity/secure_messaging.puml
SecurityOFF_SECURITY_ACCESS_PORTALsecurity_access_portalSecurity/security_access_portal.puml
SecurityOFF_SHARING_POLICYsharing_policySecurity/sharing_policy.puml
SecurityOFF_SPLIT_DOMAIN_USERsplit_domain_userSecurity/split_domain_user.puml
SecurityOFF_TOKENtokenSecurity/token.puml
SecurityOFF_TOKEN_SERVICEtoken_serviceSecurity/token_service.puml
SecurityOFF_TRUSTED_APPLICATION_SERVERtrusted_application_serverSecurity/trusted_application_server.puml
SecurityOFF_UM_MAILBOX_POLICYum_mailbox_policySecurity/um_mailbox_policy.puml
SecurityOFF_UNIVERSAL_SECURITY_GROUPuniversal_security_groupSecurity/universal_security_group.puml
ServersOFF_3RD_PARTY_MAIL_SERVER3rd_party_mail_serverServers/3rd_party_mail_server.puml
ServersOFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_PROXYactive_directory_federation_services_proxyServers/active_directory_federation_services_proxy.puml
ServersOFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVERactive_directory_federation_services_serverServers/active_directory_federation_services_server.puml
ServersOFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_BLUEactive_directory_federation_services_server_blueServers/active_directory_federation_services_server_blue.puml
ServersOFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_GHOSTEDactive_directory_federation_services_server_ghostedServers/active_directory_federation_services_server_ghosted.puml
ServersOFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_GREENactive_directory_federation_services_server_greenServers/active_directory_federation_services_server_green.puml
ServersOFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_ORANGEactive_directory_federation_services_server_orangeServers/active_directory_federation_services_server_orange.puml
ServersOFF_APPLICATION_SERVERapplication_serverServers/application_server.puml
ServersOFF_APPLICATION_SERVER_BLUEapplication_server_blueServers/application_server_blue.puml
ServersOFF_APPLICATION_SERVER_GHOSTEDapplication_server_ghostedServers/application_server_ghosted.puml
ServersOFF_APPLICATION_SERVER_GREENapplication_server_greenServers/application_server_green.puml
ServersOFF_APPLICATION_SERVER_ORANGEapplication_server_orangeServers/application_server_orange.puml
ServersOFF_CALL_ADMISSION_CONTROL_SERVICEcall_admission_control_serviceServers/call_admission_control_service.puml
ServersOFF_CERTIFICATE_AUTHORITYcertificate_authorityServers/certificate_authority.puml
ServersOFF_CLUSTER_SERVERcluster_serverServers/cluster_server.puml
ServersOFF_CLUSTER_SERVER_BLUEcluster_server_blueServers/cluster_server_blue.puml
ServersOFF_CLUSTER_SERVER_GHOSTEDcluster_server_ghostedServers/cluster_server_ghosted.puml
ServersOFF_CLUSTER_SERVER_GREENcluster_server_greenServers/cluster_server_green.puml
ServersOFF_CLUSTER_SERVER_ORANGEcluster_server_orangeServers/cluster_server_orange.puml
ServersOFF_DATABASE_SERVERdatabase_serverServers/database_server.puml
ServersOFF_DATABASE_SERVER_BLUEdatabase_server_blueServers/database_server_blue.puml
ServersOFF_DATABASE_SERVER_GHOSTEDdatabase_server_ghostedServers/database_server_ghosted.puml
ServersOFF_DATABASE_SERVER_GREENdatabase_server_greenServers/database_server_green.puml
ServersOFF_DATABASE_SERVER_ORANGEdatabase_server_orangeServers/database_server_orange.puml
ServersOFF_DATACENTERdatacenterServers/datacenter.puml
ServersOFF_DIRSYNC_SERVERdirsync_serverServers/dirsync_server.puml
ServersOFF_DOMAIN_CONTROLLERdomain_controllerServers/domain_controller.puml
ServersOFF_EXCHANGE_2010_CLIENT_ACCESS_SERVER_ROLEexchange_2010_client_access_server_roleServers/exchange_2010_client_access_server_role.puml
ServersOFF_EXCHANGE_2010_EDGE_TRANSPORT_SERVER_ROLEexchange_2010_edge_transport_server_roleServers/exchange_2010_edge_transport_server_role.puml
ServersOFF_EXCHANGE_2010_HUB_TRANSPORT_SERVER_ROLEexchange_2010_hub_transport_server_roleServers/exchange_2010_hub_transport_server_role.puml
ServersOFF_EXCHANGE_2010_MAILBOX_SERVER_ROLEexchange_2010_mailbox_server_roleServers/exchange_2010_mailbox_server_role.puml
ServersOFF_EXCHANGE_2010_UM_SERVER_ROLEexchange_2010_um_server_roleServers/exchange_2010_um_server_role.puml
ServersOFF_EXCHANGE_2013_CLIENT_ACCESS_SERVERexchange_2013_client_access_serverServers/exchange_2013_client_access_server.puml
ServersOFF_EXCHANGE_2013_EDGE_TRANSPORT_SERVERexchange_2013_edge_transport_serverServers/exchange_2013_edge_transport_server.puml
ServersOFF_EXCHANGE_2013_MAILBOX_SERVERexchange_2013_mailbox_serverServers/exchange_2013_mailbox_server.puml
ServersOFF_EXCHANGE_2013_SERVERexchange_2013_serverServers/exchange_2013_server.puml
ServersOFF_FILE_SERVERfile_serverServers/file_server.puml
ServersOFF_HYBRID_SERVERhybrid_serverServers/hybrid_server.puml
ServersOFF_MAINFRAMEmainframeServers/mainframe.puml
ServersOFF_MAINFRAME_HOSTmainframe_hostServers/mainframe_host.puml
ServersOFF_MONITORING_SQL_REPORTING_SERVICESmonitoring_sql_reporting_servicesServers/monitoring_sql_reporting_services.puml
ServersOFF_NETWORKnetworkServers/network.puml
ServersOFF_OFFICE_WEB_APPS_SERVERoffice_web_apps_serverServers/office_web_apps_server.puml
ServersOFF_ON_PREMISES_SERVERon_premises_serverServers/on_premises_server.puml
ServersOFF_PHYSICAL_HOST_FARM_SOLID_BLUEphysical_host_farm_solid_blueServers/physical_host_farm_solid_blue.puml
ServersOFF_PHYSICAL_HOST_SOLID_BLUEphysical_host_solid_blueServers/physical_host_solid_blue.puml
ServersOFF_REVERSE_PROXYreverse_proxyServers/reverse_proxy.puml
ServersOFF_SCOMscomServers/scom.puml
ServersOFF_SERVER_DISASTERserver_disasterServers/server_disaster.puml
ServersOFF_SERVER_FARMserver_farmServers/server_farm.puml
ServersOFF_SERVER_FARM_BLUEserver_farm_blueServers/server_farm_blue.puml
ServersOFF_SERVER_FARM_GHOSTEDserver_farm_ghostedServers/server_farm_ghosted.puml
ServersOFF_SERVER_FARM_GREENserver_farm_greenServers/server_farm_green.puml
ServersOFF_SERVER_FARM_ORANGEserver_farm_orangeServers/server_farm_orange.puml
ServersOFF_SERVER_GENERICserver_genericServers/server_generic.puml
ServersOFF_SERVER_GENERIC_BLUEserver_generic_blueServers/server_generic_blue.puml
ServersOFF_SERVER_GENERIC_GHOSTEDserver_generic_ghostedServers/server_generic_ghosted.puml
ServersOFF_SERVER_GENERIC_GREENserver_generic_greenServers/server_generic_green.puml
ServersOFF_SERVER_GENERIC_ORANGEserver_generic_orangeServers/server_generic_orange.puml
ServersOFF_SERVER_SIDE_CODEserver_side_codeServers/server_side_code.puml
ServersOFF_SHAREPOINT_SERVERsharepoint_serverServers/sharepoint_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_BACK_END_SERVERskype_for_business_back_end_serverServers/skype_for_business_back_end_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_BACK_END_SERVER_MIRRORskype_for_business_back_end_server_mirrorServers/skype_for_business_back_end_server_mirror.puml
ServersOFF_SKYPE_FOR_BUSINESS_DIRECTORskype_for_business_directorServers/skype_for_business_director.puml
ServersOFF_SKYPE_FOR_BUSINESS_DIRECTOR_ARRAYskype_for_business_director_arrayServers/skype_for_business_director_array.puml
ServersOFF_SKYPE_FOR_BUSINESS_EDGE_SERVERskype_for_business_edge_serverServers/skype_for_business_edge_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_EDGE_SERVER_POOLskype_for_business_edge_server_poolServers/skype_for_business_edge_server_pool.puml
ServersOFF_SKYPE_FOR_BUSINESS_FRONT_END_POOLskype_for_business_front_end_poolServers/skype_for_business_front_end_pool.puml
ServersOFF_SKYPE_FOR_BUSINESS_FRONT_END_SERVERskype_for_business_front_end_serverServers/skype_for_business_front_end_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_MEDIATION_SERVERskype_for_business_mediation_serverServers/skype_for_business_mediation_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_MONITORING_SERVERskype_for_business_monitoring_serverServers/skype_for_business_monitoring_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_PERSISTENT_CHAT_SERVERskype_for_business_persistent_chat_serverServers/skype_for_business_persistent_chat_server.puml
ServersOFF_SKYPE_FOR_BUSINESS_SERVERskype_for_business_serverServers/skype_for_business_server.puml
ServersOFF_SQL_SERVERsql_serverServers/sql_server.puml
ServersOFF_SURVIVABLE_BRANCH_APPLIANCEsurvivable_branch_applianceServers/survivable_branch_appliance.puml
ServersOFF_SURVIVABLE_BRANCH_SERVERsurvivable_branch_serverServers/survivable_branch_server.puml
ServersOFF_TOPOLOGY_BUILDERtopology_builderServers/topology_builder.puml
ServersOFF_TRUSTED_APPLICATION_POOLtrusted_application_poolServers/trusted_application_pool.puml
ServersOFF_TRUSTED_APPLICATION_SERVERtrusted_application_serverServers/trusted_application_server.puml
ServersOFF_TUNNEL_ANGLEDtunnel_angledServers/tunnel_angled.puml
ServersOFF_TUNNEL_STRAIGHTtunnel_straightServers/tunnel_straight.puml
ServersOFF_VIDEO_INTEROP_SERVERvideo_interop_serverServers/video_interop_server.puml
ServersOFF_VIRTUAL_APPLICATION_SERVERvirtual_application_serverServers/virtual_application_server.puml
ServersOFF_VIRTUAL_APPLICATION_SERVER_BLUEvirtual_application_server_blueServers/virtual_application_server_blue.puml
ServersOFF_VIRTUAL_DATABASE_SERVERvirtual_database_serverServers/virtual_database_server.puml
ServersOFF_VIRTUAL_DATABASE_SERVER_BLUEvirtual_database_server_blueServers/virtual_database_server_blue.puml
ServersOFF_VIRTUAL_SERVERvirtual_serverServers/virtual_server.puml
ServersOFF_VIRTUAL_SERVER_BLUEvirtual_server_blueServers/virtual_server_blue.puml
ServersOFF_VIRTUAL_WEB_SERVERvirtual_web_serverServers/virtual_web_server.puml
ServersOFF_VIRTUAL_WEB_SERVER_BLUEvirtual_web_server_blueServers/virtual_web_server_blue.puml
ServersOFF_VOICEMAIL_PREVIEW_PARTNERvoicemail_preview_partnerServers/voicemail_preview_partner.puml
ServersOFF_WEB_SERVERweb_serverServers/web_server.puml
ServersOFF_WEB_SERVER_BLUEweb_server_blueServers/web_server_blue.puml
ServersOFF_WEB_SERVER_GHOSTEDweb_server_ghostedServers/web_server_ghosted.puml
ServersOFF_WEB_SERVER_GREENweb_server_greenServers/web_server_green.puml
ServersOFF_WEB_SERVER_ORANGEweb_server_orangeServers/web_server_orange.puml
ServersOFF_WINDOWS_ROUTERwindows_routerServers/windows_router.puml
ServersOFF_WINDOWS_SERVERwindows_serverServers/windows_server.puml
ServicesOFF_3RD_PARTY_SERVICE3rd_party_serviceServices/3rd_party_service.puml
ServicesOFF_ACCESS_SERVICESaccess_servicesServices/access_services.puml
ServicesOFF_BUSINESS_CONNECTIVITY_SERVICESbusiness_connectivity_servicesServices/business_connectivity_services.puml
ServicesOFF_CALL_ADMISSION_CONTROL_SERVICEcall_admission_control_serviceServices/call_admission_control_service.puml
ServicesOFF_CENTRAL_MANAGEMENT_SERVICEcentral_management_serviceServices/central_management_service.puml
ServicesOFF_CONFERENCE_ANNOUNCEMENT_SERVICEconference_announcement_serviceServices/conference_announcement_service.puml
ServicesOFF_DEVICE_UPDATE_SERVICEdevice_update_serviceServices/device_update_service.puml
ServicesOFF_EMAIL_SERVICEemail_serviceServices/email_service.puml
ServicesOFF_EXCEL_SERVICESexcel_servicesServices/excel_services.puml
ServicesOFF_FEDERATION_SERVICEfederation_serviceServices/federation_service.puml
ServicesOFF_LYNC_STORAGE_SERVICElync_storage_serviceServices/lync_storage_service.puml
ServicesOFF_LYNC_WEB_APP_CLIENTlync_web_app_clientServices/lync_web_app_client.puml
ServicesOFF_MOBILITY_SERVICEmobility_serviceServices/mobility_service.puml
ServicesOFF_NETWORK_FILE_SHARE_SERVICEnetwork_file_share_serviceServices/network_file_share_service.puml
ServicesOFF_ONLINE_HOSTED_SERVICESonline_hosted_servicesServices/online_hosted_services.puml
ServicesOFF_OUTLOOK_WEB_APPoutlook_web_appServices/outlook_web_app.puml
ServicesOFF_POWERPOINT_AUTOMATION_SERVICESpowerpoint_automation_servicesServices/powerpoint_automation_services.puml
ServicesOFF_PUSH_NOTIFICATION_SERVICEpush_notification_serviceServices/push_notification_service.puml
ServicesOFF_REGISTRAR_SERVICEregistrar_serviceServices/registrar_service.puml
ServicesOFF_RESPONSE_GROUP_SERVICEresponse_group_serviceServices/response_group_service.puml
ServicesOFF_SKYPE_FOR_BUSINESS_STORAGE_SERVICEskype_for_business_storage_serviceServices/skype_for_business_storage_service.puml
ServicesOFF_USER_SERVICESuser_servicesServices/user_services.puml
ServicesOFF_VERIFICATION_SERVICEverification_serviceServices/verification_service.puml
ServicesOFF_VISIO_SERVICESvisio_servicesServices/visio_services.puml
ServicesOFF_WEB_SERVICESweb_servicesServices/web_services.puml
ServicesOFF_WORD_AUTOMATION_SERVICESword_automation_servicesServices/word_automation_services.puml
ServicesOFF_XMPP_SERVICExmpp_serviceServices/xmpp_service.puml
SitesOFF_ACCESS_SERVICESaccess_servicesSites/access_services.puml
SitesOFF_BLOG_SITEblog_siteSites/blog_site.puml
SitesOFF_BUSINESS_CONNECTIVITY_SERVICESbusiness_connectivity_servicesSites/business_connectivity_services.puml
SitesOFF_EXCEL_SERVICESexcel_servicesSites/excel_services.puml
SitesOFF_MEETING_WORKSPACE_SITEmeeting_workspace_siteSites/meeting_workspace_site.puml
SitesOFF_MY_SITEmy_siteSites/my_site.puml
SitesOFF_POWERPOINT_AUTOMATION_SERVICESpowerpoint_automation_servicesSites/powerpoint_automation_services.puml
SitesOFF_PUBLISHpublishSites/publish.puml
SitesOFF_SITE_COLLECTIONsite_collectionSites/site_collection.puml
SitesOFF_SITE_SHAREDsite_sharedSites/site_shared.puml
SitesOFF_SITE_TEAMsite_teamSites/site_team.puml
SitesOFF_SUBSITEsubsiteSites/subsite.puml
SitesOFF_SUBSITE_BLUEsubsite_blueSites/subsite_blue.puml
SitesOFF_SUBSITE_GHOSTEDsubsite_ghostedSites/subsite_ghosted.puml
SitesOFF_SUBSITE_GREENsubsite_greenSites/subsite_green.puml
SitesOFF_SUBSITE_ORANGEsubsite_orangeSites/subsite_orange.puml
SitesOFF_UPGRADE_SITEupgrade_siteSites/upgrade_site.puml
SitesOFF_VISIO_SERVICESvisio_servicesSites/visio_services.puml
SitesOFF_WEBSITEwebsiteSites/website.puml
SitesOFF_WEBSITE_PUBLICwebsite_publicSites/website_public.puml
SitesOFF_WIKI_SITEwiki_siteSites/wiki_site.puml
SitesOFF_WORD_AUTOMATION_SERVICESword_automation_servicesSites/word_automation_services.puml
UsersOFF_ADMINISTRATORadministratorUsers/administrator.puml
UsersOFF_APPROVERapproverUsers/approver.puml
UsersOFF_CALL_CENTER_AGENTcall_center_agentUsers/call_center_agent.puml
UsersOFF_COMMUNICATIONScommunicationsUsers/communications.puml
UsersOFF_CONFERENCING_ATTENDANTconferencing_attendantUsers/conferencing_attendant.puml
UsersOFF_CREDENTIALScredentialsUsers/credentials.puml
UsersOFF_CSV_FILEcsv_fileUsers/csv_file.puml
UsersOFF_DISTRIBUTION_GROUPdistribution_groupUsers/distribution_group.puml
UsersOFF_DYNAMIC_DISTRIBUTION_GROUPdynamic_distribution_groupUsers/dynamic_distribution_group.puml
UsersOFF_MAIL_USERmail_userUsers/mail_user.puml
UsersOFF_MEETINGmeetingUsers/meeting.puml
UsersOFF_MOBILE_USERmobile_userUsers/mobile_user.puml
UsersOFF_ONLINE_USERonline_userUsers/online_user.puml
UsersOFF_ON_PREMISES_USERon_premises_userUsers/on_premises_user.puml
UsersOFF_OUTLOOK_USERoutlook_userUsers/outlook_user.puml
UsersOFF_RESPONSE_GROUPresponse_groupUsers/response_group.puml
UsersOFF_RESPONSE_GROUP_SERVICEresponse_group_serviceUsers/response_group_service.puml
UsersOFF_ROLE_GROUProle_groupUsers/role_group.puml
UsersOFF_SKYPE_COMMERCIAL_USERskype_commercial_userUsers/skype_commercial_user.puml
UsersOFF_SKYPE_FOR_BUSINESS_USERskype_for_business_userUsers/skype_for_business_user.puml
UsersOFF_TENANT_ADMINtenant_adminUsers/tenant_admin.puml
UsersOFF_UM_ENABLED_USERum_enabled_userUsers/um_enabled_user.puml
UsersOFF_UNIVERSAL_SECURITY_GROUPuniversal_security_groupUsers/universal_security_group.puml
UsersOFF_USERuserUsers/user.puml
UsersOFF_USERSusersUsers/users.puml
UsersOFF_USERS_BLUEusers_blueUsers/users_blue.puml
UsersOFF_USERS_GHOSTEDusers_ghostedUsers/users_ghosted.puml
UsersOFF_USERS_GREENusers_greenUsers/users_green.puml
UsersOFF_USERS_ORANGEusers_orangeUsers/users_orange.puml
UsersOFF_USERS_TWOusers_twoUsers/users_two.puml
UsersOFF_USERS_TWO_BLUEusers_two_blueUsers/users_two_blue.puml
UsersOFF_USERS_TWO_GHOSTEDusers_two_ghostedUsers/users_two_ghosted.puml
UsersOFF_USERS_TWO_GREENusers_two_greenUsers/users_two_green.puml
UsersOFF_USERS_TWO_ORANGEusers_two_orangeUsers/users_two_orange.puml
UsersOFF_USER_ACCOUNTSuser_accountsUsers/user_accounts.puml
UsersOFF_USER_BLUEuser_blueUsers/user_blue.puml
UsersOFF_USER_EXTERNALuser_externalUsers/user_external.puml
UsersOFF_USER_GHOSTEDuser_ghostedUsers/user_ghosted.puml
UsersOFF_USER_GREENuser_greenUsers/user_green.puml
UsersOFF_USER_ORANGEuser_orangeUsers/user_orange.puml
UsersOFF_USER_SERVICESuser_servicesUsers/user_services.puml
UsersOFF_USER_STOREuser_storeUsers/user_store.puml
UsersOFF_WRITERwriterUsers/writer.puml