Plantuml Office Save

Office Icons for PlantUML

Project README

plantuml-office

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

Category Macro Image Url
Clouds OFF_AZURE azure Clouds/azure.puml
Clouds OFF_CLOUD cloud Clouds/cloud.puml
Clouds OFF_CLOUD_DISASTER cloud_disaster Clouds/cloud_disaster.puml
Clouds OFF_CLOUD_DISASTER_RED cloud_disaster_red Clouds/cloud_disaster_red.puml
Clouds OFF_CLOUD_EXCHANGE_ONLINE cloud_exchange_online Clouds/cloud_exchange_online.puml
Clouds OFF_CLOUD_SERVICE_REQUEST cloud_service_request Clouds/cloud_service_request.puml
Clouds OFF_CLOUD_SHAREPOINT_ONLINE cloud_sharepoint_online Clouds/cloud_sharepoint_online.puml
Clouds OFF_OFFICE_365_CLOUD office_365_cloud Clouds/office_365_cloud.puml
Clouds OFF_ONLINE_BACKUP online_backup Clouds/online_backup.puml
Clouds OFF_ONLINE_USER online_user Clouds/online_user.puml
Clouds OFF_PRIVATE_CLOUD private_cloud Clouds/private_cloud.puml
Clouds OFF_PUBLIC_CLOUD public_cloud Clouds/public_cloud.puml
Clouds OFF_PUBLIC_IM_CLOUD_SERVICE public_im_cloud_service Clouds/public_im_cloud_service.puml
Communications OFF_3RD_PARTY_CALL_CENTER_SOLUTION 3rd_party_call_center_solution Communications/3rd_party_call_center_solution.puml
Communications OFF_3RD_PARTY_INTEGRATION 3rd_party_integration Communications/3rd_party_integration.puml
Communications OFF_3RD_PARTY_SERVICE 3rd_party_service Communications/3rd_party_service.puml
Communications OFF_APPLICATION_SHARING_WORKLOAD application_sharing_workload Communications/application_sharing_workload.puml
Communications OFF_AUDIO_CONFERENCING_APPLICATION audio_conferencing_application Communications/audio_conferencing_application.puml
Communications OFF_CENTRAL_MANAGEMENT_SERVICE central_management_service Communications/central_management_service.puml
Communications OFF_CHAT_ROOM chat_room Communications/chat_room.puml
Communications OFF_CONFERENCE_ANNOUNCEMENT_SERVICE conference_announcement_service Communications/conference_announcement_service.puml
Communications OFF_DISCONNECTED_MAILBOX disconnected_mailbox Communications/disconnected_mailbox.puml
Communications OFF_DISCOVERY_SEARCH_MAILBOX discovery_search_mailbox Communications/discovery_search_mailbox.puml
Communications OFF_DYNAMIC_DISTRIBUTION_GROUP dynamic_distribution_group Communications/dynamic_distribution_group.puml
Communications OFF_EDGE_SUBSCRIPTION edge_subscription Communications/edge_subscription.puml
Communications OFF_EMAIL_WORKLOAD email_workload Communications/email_workload.puml
Communications OFF_EQUIPMENT_MAILBOX equipment_mailbox Communications/equipment_mailbox.puml
Communications OFF_EXCHANGE_ACTIVE_SYNC exchange_active_sync Communications/exchange_active_sync.puml
Communications OFF_EXCHANGE_ACTIVE_SYNC_BLUE exchange_active_sync_blue Communications/exchange_active_sync_blue.puml
Communications OFF_FAX_PARTNER fax_partner Communications/fax_partner.puml
Communications OFF_GLOBAL_ADDRESS_LIST global_address_list Communications/global_address_list.puml
Communications OFF_HYBRID_VOIP_GATEWAY hybrid_voip_gateway Communications/hybrid_voip_gateway.puml
Communications OFF_IM_WORKLOAD im_workload Communications/im_workload.puml
Communications OFF_JOURNALING_RULE journaling_rule Communications/journaling_rule.puml
Communications OFF_LOCAL_MOVE_REQUEST local_move_request Communications/local_move_request.puml
Communications OFF_LYNC_CONTROL_PANEL lync_control_panel Communications/lync_control_panel.puml
Communications OFF_LYNC_PHONE_EDITION lync_phone_edition Communications/lync_phone_edition.puml
Communications OFF_LYNC_ROOM_SYSTEM lync_room_system Communications/lync_room_system.puml
Communications OFF_LYNC_SERVER_MANAGEMENT_TOOL lync_server_management_tool Communications/lync_server_management_tool.puml
Communications OFF_LYNC_STORAGE_SERVICE lync_storage_service Communications/lync_storage_service.puml
Communications OFF_LYNC_WEB_APP_CLIENT lync_web_app_client Communications/lync_web_app_client.puml
Communications OFF_MAILBOX_ASSISTANT mailbox_assistant Communications/mailbox_assistant.puml
Communications OFF_MAIL_ENABLED_PUBLIC_FOLDER mail_enabled_public_folder Communications/mail_enabled_public_folder.puml
Communications OFF_MESSAGES_QUEUED messages_queued Communications/messages_queued.puml
Communications OFF_OFFLINE_ADDRESS_BOOK offline_address_book Communications/offline_address_book.puml
Communications OFF_PERSONAL_ARCHIVE_MAILBOX personal_archive_mailbox Communications/personal_archive_mailbox.puml
Communications OFF_PUBLIC_IM_CLOUD_SERVICE public_im_cloud_service Communications/public_im_cloud_service.puml
Communications OFF_PUSH_NOTIFICATION_SERVICE push_notification_service Communications/push_notification_service.puml
Communications OFF_QUEUE_VIEWER queue_viewer Communications/queue_viewer.puml
Communications OFF_REMOTE_MAILBOX remote_mailbox Communications/remote_mailbox.puml
Communications OFF_REMOTE_MOVE_REQUEST remote_move_request Communications/remote_move_request.puml
Communications OFF_RESPONSE_GROUP response_group Communications/response_group.puml
Communications OFF_RESPONSE_GROUP_SERVICE response_group_service Communications/response_group_service.puml
Communications OFF_ROOM_MAILBOX room_mailbox Communications/room_mailbox.puml
Communications OFF_SHARED_MAILBOX shared_mailbox Communications/shared_mailbox.puml
Communications OFF_SIP_URI_UM_DIAL_PLAN sip_uri_um_dial_plan Communications/sip_uri_um_dial_plan.puml
Communications OFF_SITE_MAILBOX site_mailbox Communications/site_mailbox.puml
Communications OFF_SKYPE_FOR_BUSINESS_CONTROL_PANEL skype_for_business_control_panel Communications/skype_for_business_control_panel.puml
Communications OFF_SKYPE_FOR_BUSINESS_PHONE_EDITION skype_for_business_phone_edition Communications/skype_for_business_phone_edition.puml
Communications OFF_SKYPE_FOR_BUSINESS_ROOM_SYSTEM skype_for_business_room_system Communications/skype_for_business_room_system.puml
Communications OFF_SKYPE_FOR_BUSINESS_SERVER_MANAGEMENT_TOOL skype_for_business_server_management_tool Communications/skype_for_business_server_management_tool.puml
Communications OFF_SKYPE_FOR_BUSINESS_STORAGE_SERVICE skype_for_business_storage_service Communications/skype_for_business_storage_service.puml
Communications OFF_SKYPE_FOR_BUSINESS_WEB_APP_CLIENT skype_for_business_web_app_client Communications/skype_for_business_web_app_client.puml
Communications OFF_SMS_GATEWAY sms_gateway Communications/sms_gateway.puml
Communications OFF_SMTP_CONNECTOR smtp_connector Communications/smtp_connector.puml
Communications OFF_SYSTEM_MAILBOX system_mailbox Communications/system_mailbox.puml
Communications OFF_TDM_PBX tdm_pbx Communications/tdm_pbx.puml
Communications OFF_TELEPHONE_EXTENSION_DIAL_PLAN telephone_extension_dial_plan Communications/telephone_extension_dial_plan.puml
Communications OFF_TRANSPORT_RULE transport_rule Communications/transport_rule.puml
Communications OFF_UCMA_APPLICATION ucma_application Communications/ucma_application.puml
Communications OFF_UCWA_APPLICATION ucwa_application Communications/ucwa_application.puml
Communications OFF_UM_AUTO_ATTENDANT um_auto_attendant Communications/um_auto_attendant.puml
Communications OFF_UM_DIAL_PLAN_E164 um_dial_plan_e164 Communications/um_dial_plan_e164.puml
Communications OFF_UM_DIAL_PLAN_SECONDARY um_dial_plan_secondary Communications/um_dial_plan_secondary.puml
Communications OFF_UM_ENABLED_MAILBOX um_enabled_mailbox Communications/um_enabled_mailbox.puml
Communications OFF_UM_HUNT_GROUP um_hunt_group Communications/um_hunt_group.puml
Communications OFF_UM_IP_GATEWAY um_ip_gateway Communications/um_ip_gateway.puml
Communications OFF_USER_MAILBOX user_mailbox Communications/user_mailbox.puml
Communications OFF_VIDEO_WORKLOAD video_workload Communications/video_workload.puml
Communications OFF_VOICE_MAIL_PREVIEW_PARTNER voice_mail_preview_partner Communications/voice_mail_preview_partner.puml
Communications OFF_VOICE_WORKLOAD voice_workload Communications/voice_workload.puml
Communications OFF_VOIP_GATEWAY voip_gateway Communications/voip_gateway.puml
Communications OFF_WATCHER_NODE watcher_node Communications/watcher_node.puml
Communications OFF_XMPP_SERVICE xmpp_service Communications/xmpp_service.puml
Concepts OFF_ADDRESS_BOOK address_book Concepts/address_book.puml
Concepts OFF_ANTI_SPAM anti_spam Concepts/anti_spam.puml
Concepts OFF_APPLICATION_ANDROID application_android Concepts/application_android.puml
Concepts OFF_APPLICATION_GENERIC application_generic Concepts/application_generic.puml
Concepts OFF_APPLICATION_HYBRID application_hybrid Concepts/application_hybrid.puml
Concepts OFF_APPLICATION_IOS application_ios Concepts/application_ios.puml
Concepts OFF_APPLICATION_WEB application_web Concepts/application_web.puml
Concepts OFF_APPLICATION_WINDOWS application_windows Concepts/application_windows.puml
Concepts OFF_APP_FOR_OFFICE app_for_office Concepts/app_for_office.puml
Concepts OFF_APP_FOR_SHAREPOINT app_for_sharepoint Concepts/app_for_sharepoint.puml
Concepts OFF_APP_PART app_part Concepts/app_part.puml
Concepts OFF_ARCHIVE archive Concepts/archive.puml
Concepts OFF_ATTACHMENT attachment Concepts/attachment.puml
Concepts OFF_BACKUP_LOCAL backup_local Concepts/backup_local.puml
Concepts OFF_BACKUP_ONLINE backup_online Concepts/backup_online.puml
Concepts OFF_BANDWIDTH bandwidth Concepts/bandwidth.puml
Concepts OFF_BANDWIDTH_CALCULATOR bandwidth_calculator Concepts/bandwidth_calculator.puml
Concepts OFF_BEST_PRACTICES best_practices Concepts/best_practices.puml
Concepts OFF_BOOK_JOURNAL book_journal Concepts/book_journal.puml
Concepts OFF_CALCULATOR calculator Concepts/calculator.puml
Concepts OFF_CALENDAR calendar Concepts/calendar.puml
Concepts OFF_CLIPBOARD clipboard Concepts/clipboard.puml
Concepts OFF_CLOCK clock Concepts/clock.puml
Concepts OFF_COLUMN column Concepts/column.puml
Concepts OFF_CONNECTOR connector Concepts/connector.puml
Concepts OFF_CONTACTS contacts Concepts/contacts.puml
Concepts OFF_CONTENT_TYPE content_type Concepts/content_type.puml
Concepts OFF_CREDIT_CARD credit_card Concepts/credit_card.puml
Concepts OFF_DOCUMENT document Concepts/document.puml
Concepts OFF_DOCUMENTS documents Concepts/documents.puml
Concepts OFF_DOCUMENTS_SHARED documents_shared Concepts/documents_shared.puml
Concepts OFF_DOCUMENT_BLANK document_blank Concepts/document_blank.puml
Concepts OFF_DOCUMENT_SHARED document_shared Concepts/document_shared.puml
Concepts OFF_DOWNLOAD download Concepts/download.puml
Concepts OFF_EMAIL email Concepts/email.puml
Concepts OFF_EMAIL_APPROVED email_approved Concepts/email_approved.puml
Concepts OFF_EMAIL_EXPIRED email_expired Concepts/email_expired.puml
Concepts OFF_EMAIL_REJECTED email_rejected Concepts/email_rejected.puml
Concepts OFF_FILE_KEY file_key Concepts/file_key.puml
Concepts OFF_FIREWALL firewall Concepts/firewall.puml
Concepts OFF_FIREWALL_BLUE firewall_blue Concepts/firewall_blue.puml
Concepts OFF_FIREWALL_GHOSTED firewall_ghosted Concepts/firewall_ghosted.puml
Concepts OFF_FIREWALL_GREEN firewall_green Concepts/firewall_green.puml
Concepts OFF_FIREWALL_ORANGE firewall_orange Concepts/firewall_orange.puml
Concepts OFF_FOLDER folder Concepts/folder.puml
Concepts OFF_FOLDERS folders Concepts/folders.puml
Concepts OFF_FOLDER_BLUE folder_blue Concepts/folder_blue.puml
Concepts OFF_FOLDER_GHOSTED folder_ghosted Concepts/folder_ghosted.puml
Concepts OFF_FOLDER_GREEN folder_green Concepts/folder_green.puml
Concepts OFF_FOLDER_OPEN folder_open Concepts/folder_open.puml
Concepts OFF_FOLDER_ORANGE folder_orange Concepts/folder_orange.puml
Concepts OFF_FOLDER_PUBLIC folder_public Concepts/folder_public.puml
Concepts OFF_FOLDER_SHARED folder_shared Concepts/folder_shared.puml
Concepts OFF_FORM form Concepts/form.puml
Concepts OFF_GET_STARTED get_started Concepts/get_started.puml
Concepts OFF_GLOBE_INTERNET globe_internet Concepts/globe_internet.puml
Concepts OFF_HELP help Concepts/help.puml
Concepts OFF_HOME home Concepts/home.puml
Concepts OFF_HOME_BLUE home_blue Concepts/home_blue.puml
Concepts OFF_HOME_GHOSTED home_ghosted Concepts/home_ghosted.puml
Concepts OFF_HOME_GREEN home_green Concepts/home_green.puml
Concepts OFF_HOME_ORANGE home_orange Concepts/home_orange.puml
Concepts OFF_HOME_PAGE home_page Concepts/home_page.puml
Concepts OFF_HOME_PAGE_BLUE home_page_blue Concepts/home_page_blue.puml
Concepts OFF_HOME_PAGE_GHOSTED home_page_ghosted Concepts/home_page_ghosted.puml
Concepts OFF_HOME_PAGE_GREEN home_page_green Concepts/home_page_green.puml
Concepts OFF_HOME_PAGE_ORANGE home_page_orange Concepts/home_page_orange.puml
Concepts OFF_HYBRID hybrid Concepts/hybrid.puml
Concepts OFF_INPUT_OUTPUT_FILTER input_output_filter Concepts/input_output_filter.puml
Concepts OFF_INSTALL install Concepts/install.puml
Concepts OFF_INTEGRATION integration Concepts/integration.puml
Concepts OFF_LAB lab Concepts/lab.puml
Concepts OFF_LEARN learn Concepts/learn.puml
Concepts OFF_LICENSE license Concepts/license.puml
Concepts OFF_LINK link Concepts/link.puml
Concepts OFF_LIST_LIBRARY list_library Concepts/list_library.puml
Concepts OFF_MAILBOX mailbox Concepts/mailbox.puml
Concepts OFF_MAILBOX2 mailbox2 Concepts/mailbox2.puml
Concepts OFF_MAINTENANCE maintenance Concepts/maintenance.puml
Concepts OFF_MARKETPLACE_SHOPPING_BAG marketplace_shopping_bag Concepts/marketplace_shopping_bag.puml
Concepts OFF_MEETS_REQUIREMENTS meets_requirements Concepts/meets_requirements.puml
Concepts OFF_MIGRATION migration Concepts/migration.puml
Concepts OFF_MOES moes Concepts/moes.puml
Concepts OFF_NAVIGATION navigation Concepts/navigation.puml
Concepts OFF_NODE_GENERIC node_generic Concepts/node_generic.puml
Concepts OFF_NODE_GENERIC_BLUE node_generic_blue Concepts/node_generic_blue.puml
Concepts OFF_NODE_GENERIC_GHOSTED node_generic_ghosted Concepts/node_generic_ghosted.puml
Concepts OFF_NODE_GENERIC_GREEN node_generic_green Concepts/node_generic_green.puml
Concepts OFF_NODE_GENERIC_ORANGE node_generic_orange Concepts/node_generic_orange.puml
Concepts OFF_OFFICE_INSTALLED office_installed Concepts/office_installed.puml
Concepts OFF_ON_PREMISES on_premises Concepts/on_premises.puml
Concepts OFF_ON_PREMISES_DIRECTORY on_premises_directory Concepts/on_premises_directory.puml
Concepts OFF_PHISHING phishing Concepts/phishing.puml
Concepts OFF_PIN pin Concepts/pin.puml
Concepts OFF_PLATFORM_OPTIONS platform_options Concepts/platform_options.puml
Concepts OFF_PROPERTIES properties Concepts/properties.puml
Concepts OFF_PUBLISH publish Concepts/publish.puml
Concepts OFF_REMOTE_ACCESS remote_access Concepts/remote_access.puml
Concepts OFF_SCRIPT script Concepts/script.puml
Concepts OFF_SEARCH search Concepts/search.puml
Concepts OFF_SERVICE_APPLICATION service_application Concepts/service_application.puml
Concepts OFF_SETTINGS settings Concepts/settings.puml
Concepts OFF_SETTINGS_OFFICE_365 settings_office_365 Concepts/settings_office_365.puml
Concepts OFF_SIGN_UP sign_up Concepts/sign_up.puml
Concepts OFF_SOUND_FILE sound_file Concepts/sound_file.puml
Concepts OFF_TASKS tasks Concepts/tasks.puml
Concepts OFF_TECHNICAL_DIAGRAM technical_diagram Concepts/technical_diagram.puml
Concepts OFF_UPGRADE_APPLICATION upgrade_application Concepts/upgrade_application.puml
Concepts OFF_UPGRADE_SERVER upgrade_server Concepts/upgrade_server.puml
Concepts OFF_UPGRADE_SITE upgrade_site Concepts/upgrade_site.puml
Concepts OFF_UPLOAD upload Concepts/upload.puml
Concepts OFF_VIDEO_PLAY video_play Concepts/video_play.puml
Concepts OFF_VIEW_FORM view_form Concepts/view_form.puml
Concepts OFF_VOICEMAIL voicemail Concepts/voicemail.puml
Concepts OFF_VOICEMAIL_PREVIEW voicemail_preview Concepts/voicemail_preview.puml
Concepts OFF_WALKTHROUGH walkthrough Concepts/walkthrough.puml
Concepts OFF_WEBSITE website Concepts/website.puml
Concepts OFF_WEB_CONFERENCING web_conferencing Concepts/web_conferencing.puml
Concepts OFF_WEB_PAGE web_page Concepts/web_page.puml
Concepts OFF_WEB_PART web_part Concepts/web_part.puml
Concepts OFF_WEB_SERVICES web_services Concepts/web_services.puml
Concepts OFF_WHATS_NEW whats_new Concepts/whats_new.puml
Concepts OFF_WINDOWS_POWERSHELL windows_powershell Concepts/windows_powershell.puml
Concepts OFF_WRITING_PEN writing_pen Concepts/writing_pen.puml
Concepts OFF_WRITING_PENCIL writing_pencil Concepts/writing_pencil.puml
Databases OFF_ADDRESS_BOOK_STORE address_book_store Databases/address_book_store.puml
Databases OFF_APPLICATION_STORE application_store Databases/application_store.puml
Databases OFF_DATABASE database Databases/database.puml
Databases OFF_DATABASE_AVAILABILITY_GROUP database_availability_group Databases/database_availability_group.puml
Databases OFF_DATABASE_BLUE database_blue Databases/database_blue.puml
Databases OFF_DATABASE_CUBE database_cube Databases/database_cube.puml
Databases OFF_DATABASE_CUBE_BLUE database_cube_blue Databases/database_cube_blue.puml
Databases OFF_DATABASE_CUBE_GHOSTED database_cube_ghosted Databases/database_cube_ghosted.puml
Databases OFF_DATABASE_CUBE_GREEN database_cube_green Databases/database_cube_green.puml
Databases OFF_DATABASE_CUBE_ORANGE database_cube_orange Databases/database_cube_orange.puml
Databases OFF_DATABASE_GHOSTED database_ghosted Databases/database_ghosted.puml
Databases OFF_DATABASE_GREEN database_green Databases/database_green.puml
Databases OFF_DATABASE_MINI_1 database_mini_1 Databases/database_mini_1.puml
Databases OFF_DATABASE_MINI_1_BLUE database_mini_1_blue Databases/database_mini_1_blue.puml
Databases OFF_DATABASE_MINI_1_GHOSTED database_mini_1_ghosted Databases/database_mini_1_ghosted.puml
Databases OFF_DATABASE_MINI_1_GREEN database_mini_1_green Databases/database_mini_1_green.puml
Databases OFF_DATABASE_MINI_1_ORANGE database_mini_1_orange Databases/database_mini_1_orange.puml
Databases OFF_DATABASE_MINI_2 database_mini_2 Databases/database_mini_2.puml
Databases OFF_DATABASE_MINI_2_BLUE database_mini_2_blue Databases/database_mini_2_blue.puml
Databases OFF_DATABASE_MINI_2_GHOSTED database_mini_2_ghosted Databases/database_mini_2_ghosted.puml
Databases OFF_DATABASE_MINI_2_GREEN database_mini_2_green Databases/database_mini_2_green.puml
Databases OFF_DATABASE_MINI_2_ORANGE database_mini_2_orange Databases/database_mini_2_orange.puml
Databases OFF_DATABASE_MINI_3 database_mini_3 Databases/database_mini_3.puml
Databases OFF_DATABASE_MINI_3_BLUE database_mini_3_blue Databases/database_mini_3_blue.puml
Databases OFF_DATABASE_MINI_3_GHOSTED database_mini_3_ghosted Databases/database_mini_3_ghosted.puml
Databases OFF_DATABASE_MINI_3_GREEN database_mini_3_green Databases/database_mini_3_green.puml
Databases OFF_DATABASE_MINI_3_ORANGE database_mini_3_orange Databases/database_mini_3_orange.puml
Databases OFF_DATABASE_MIRROR database_mirror Databases/database_mirror.puml
Databases OFF_DATABASE_MIRROR_WITNESS_NODE database_mirror_witness_node Databases/database_mirror_witness_node.puml
Databases OFF_DATABASE_ORANGE database_orange Databases/database_orange.puml
Databases OFF_DATABASE_PARTITION_2 database_partition_2 Databases/database_partition_2.puml
Databases OFF_DATABASE_PARTITION_3 database_partition_3 Databases/database_partition_3.puml
Databases OFF_DATABASE_PARTITION_4 database_partition_4 Databases/database_partition_4.puml
Databases OFF_DATABASE_PARTITION_5 database_partition_5 Databases/database_partition_5.puml
Databases OFF_DATABASE_PUBLIC_FOLDER database_public_folder Databases/database_public_folder.puml
Databases OFF_DATABASE_SERVER database_server Databases/database_server.puml
Databases OFF_DATABASE_SERVER_BLUE database_server_blue Databases/database_server_blue.puml
Databases OFF_DATABASE_SERVER_GHOSTED database_server_ghosted Databases/database_server_ghosted.puml
Databases OFF_DATABASE_SERVER_GREEN database_server_green Databases/database_server_green.puml
Databases OFF_DATABASE_SERVER_ORANGE database_server_orange Databases/database_server_orange.puml
Databases OFF_MAILBOX_DATABASE mailbox_database Databases/mailbox_database.puml
Databases OFF_MONITORING_STORE monitoring_store Databases/monitoring_store.puml
Databases OFF_UNIFIED_CONTACT_STORE unified_contact_store Databases/unified_contact_store.puml
Databases OFF_WEB_STORE web_store Databases/web_store.puml
Devices OFF_CD_DVD cd_dvd Devices/cd_dvd.puml
Devices OFF_CELL_PHONE_ANDROID_PROPORTIONAL cell_phone_android_proportional Devices/cell_phone_android_proportional.puml
Devices OFF_CELL_PHONE_ANDROID_STAND_ALONE cell_phone_android_stand_alone Devices/cell_phone_android_stand_alone.puml
Devices OFF_CELL_PHONE_GENERIC cell_phone_generic Devices/cell_phone_generic.puml
Devices OFF_CELL_PHONE_IPHONE_PROPORTIONAL cell_phone_iphone_proportional Devices/cell_phone_iphone_proportional.puml
Devices OFF_CELL_PHONE_IPHONE_STAND_ALONE cell_phone_iphone_stand_alone Devices/cell_phone_iphone_stand_alone.puml
Devices OFF_CELL_PHONE_WINDOWS_PHONE_PROPORTIONAL cell_phone_windows_phone_proportional Devices/cell_phone_windows_phone_proportional.puml
Devices OFF_CELL_PHONE_WINDOWS_PHONE_STAND_ALONE cell_phone_windows_phone_stand_alone Devices/cell_phone_windows_phone_stand_alone.puml
Devices OFF_DATA_JACK data_jack Devices/data_jack.puml
Devices OFF_DEVICE_BLUETOOTH device_bluetooth Devices/device_bluetooth.puml
Devices OFF_DEVICE_FAX device_fax Devices/device_fax.puml
Devices OFF_DEVICE_HEADSET device_headset Devices/device_headset.puml
Devices OFF_DEVICE_LAPTOP device_laptop Devices/device_laptop.puml
Devices OFF_DEVICE_LCD_MONITOR device_lcd_monitor Devices/device_lcd_monitor.puml
Devices OFF_DEVICE_MAC_CLIENT device_mac_client Devices/device_mac_client.puml
Devices OFF_DEVICE_MICROPHONE device_microphone Devices/device_microphone.puml
Devices OFF_DEVICE_PHONE_DIGITAL device_phone_digital Devices/device_phone_digital.puml
Devices OFF_DEVICE_PHONE_TRADITIONAL device_phone_traditional Devices/device_phone_traditional.puml
Devices OFF_DEVICE_PHONE_USB device_phone_usb Devices/device_phone_usb.puml
Devices OFF_DEVICE_PHONE_VOIP device_phone_voip Devices/device_phone_voip.puml
Devices OFF_DEVICE_PRINTER device_printer Devices/device_printer.puml
Devices OFF_DEVICE_ROUNDTABLE device_roundtable Devices/device_roundtable.puml
Devices OFF_DEVICE_STYLUS device_stylus Devices/device_stylus.puml
Devices OFF_DEVICE_TABLET_ANDROID device_tablet_android Devices/device_tablet_android.puml
Devices OFF_DEVICE_TABLET_IPAD device_tablet_ipad Devices/device_tablet_ipad.puml
Devices OFF_DEVICE_TABLET_IPAD_MINI device_tablet_ipad_mini Devices/device_tablet_ipad_mini.puml
Devices OFF_DEVICE_TABLET_WINDOWS_7_INCH device_tablet_windows_7_inch Devices/device_tablet_windows_7_inch.puml
Devices OFF_DEVICE_TABLET_WINDOWS_8 device_tablet_windows_8 Devices/device_tablet_windows_8.puml
Devices OFF_DEVICE_TV device_tv Devices/device_tv.puml
Devices OFF_DEVICE_UPDATE_SERVICE device_update_service Devices/device_update_service.puml
Devices OFF_DEVICE_WEBCAM device_webcam Devices/device_webcam.puml
Devices OFF_DEVICE_WEBCAM_HD device_webcam_hd Devices/device_webcam_hd.puml
Devices OFF_HARD_DISK hard_disk Devices/hard_disk.puml
Devices OFF_IP_GATEWAY ip_gateway Devices/ip_gateway.puml
Devices OFF_IP_PBX ip_pbx Devices/ip_pbx.puml
Devices OFF_LOAD_BALANCER load_balancer Devices/load_balancer.puml
Devices OFF_MANAGEMENT_CONSOLE management_console Devices/management_console.puml
Devices OFF_MODEM modem Devices/modem.puml
Devices OFF_NIC nic Devices/nic.puml
Devices OFF_ROUTER router Devices/router.puml
Devices OFF_SESSION_BORDER_CONTROLLER session_border_controller Devices/session_border_controller.puml
Devices OFF_SHADOWED_ROUTER shadowed_router Devices/shadowed_router.puml
Devices OFF_SWITCH switch Devices/switch.puml
Devices OFF_VIDEO_CAMERA video_camera Devices/video_camera.puml
Devices OFF_VIDEO_GATEWAY video_gateway Devices/video_gateway.puml
Devices OFF_WORKSTATION workstation Devices/workstation.puml
Devices OFF_WORKSTATION_PC workstation_pc Devices/workstation_pc.puml
Devices OFF_WORKSTATION_VISUAL_STUDIO workstation_visual_studio Devices/workstation_visual_studio.puml
Security OFF_ACTIVE_DIRECTORY active_directory Security/active_directory.puml
Security OFF_ADDRESS_BOOK_POLICIES address_book_policies Security/address_book_policies.puml
Security OFF_CERTIFICATE certificate Security/certificate.puml
Security OFF_CREDENTIALS credentials Security/credentials.puml
Security OFF_DOMAIN domain Security/domain.puml
Security OFF_EMAIL_ADDRESS_POLICY email_address_policy Security/email_address_policy.puml
Security OFF_FEDERATION_SERVICE federation_service Security/federation_service.puml
Security OFF_FEDERATION_TRUST federation_trust Security/federation_trust.puml
Security OFF_IRM_PROTECTED_MESSAGE irm_protected_message Security/irm_protected_message.puml
Security OFF_KEY_PERMISSIONS key_permissions Security/key_permissions.puml
Security OFF_KEY_PERMISSIONS_BLUE key_permissions_blue Security/key_permissions_blue.puml
Security OFF_KEY_PERMISSIONS_GHOSTED key_permissions_ghosted Security/key_permissions_ghosted.puml
Security OFF_KEY_PERMISSIONS_GREEN key_permissions_green Security/key_permissions_green.puml
Security OFF_KEY_PERMISSIONS_ORANGE key_permissions_orange Security/key_permissions_orange.puml
Security OFF_LOCK_PROTECTED lock_protected Security/lock_protected.puml
Security OFF_LOCK_PROTECTED_BLUE lock_protected_blue Security/lock_protected_blue.puml
Security OFF_LOCK_PROTECTED_GHOSTED lock_protected_ghosted Security/lock_protected_ghosted.puml
Security OFF_LOCK_PROTECTED_GREEN lock_protected_green Security/lock_protected_green.puml
Security OFF_LOCK_PROTECTED_ORANGE lock_protected_orange Security/lock_protected_orange.puml
Security OFF_LOCK_UNPROTECTED lock_unprotected Security/lock_unprotected.puml
Security OFF_LOCK_UNPROTECTED_BLUE lock_unprotected_blue Security/lock_unprotected_blue.puml
Security OFF_LOCK_UNPROTECTED_GHOSTED lock_unprotected_ghosted Security/lock_unprotected_ghosted.puml
Security OFF_LOCK_UNPROTECTED_GREEN lock_unprotected_green Security/lock_unprotected_green.puml
Security OFF_LOCK_UNPROTECTED_ORANGE lock_unprotected_orange Security/lock_unprotected_orange.puml
Security OFF_LOCK_WITH_KEY_SECURITY lock_with_key_security Security/lock_with_key_security.puml
Security OFF_LOCK_WITH_KEY_SECURITY_BLUE lock_with_key_security_blue Security/lock_with_key_security_blue.puml
Security OFF_LOCK_WITH_KEY_SECURITY_GHOSTED lock_with_key_security_ghosted Security/lock_with_key_security_ghosted.puml
Security OFF_LOCK_WITH_KEY_SECURITY_GREEN lock_with_key_security_green Security/lock_with_key_security_green.puml
Security OFF_LOCK_WITH_KEY_SECURITY_ORANGE lock_with_key_security_orange Security/lock_with_key_security_orange.puml
Security OFF_MANAGEMENT_ROLE management_role Security/management_role.puml
Security OFF_POLICY policy Security/policy.puml
Security OFF_PROTECTED_VOICE_MAIL protected_voice_mail Security/protected_voice_mail.puml
Security OFF_RETENTION_POLICY retention_policy Security/retention_policy.puml
Security OFF_RETENTION_POLICY_TAG retention_policy_tag Security/retention_policy_tag.puml
Security OFF_ROLE_ASSIGNMENT_POLICY role_assignment_policy Security/role_assignment_policy.puml
Security OFF_ROLE_GROUP role_group Security/role_group.puml
Security OFF_SECURE_MESSAGING secure_messaging Security/secure_messaging.puml
Security OFF_SECURITY_ACCESS_PORTAL security_access_portal Security/security_access_portal.puml
Security OFF_SHARING_POLICY sharing_policy Security/sharing_policy.puml
Security OFF_SPLIT_DOMAIN_USER split_domain_user Security/split_domain_user.puml
Security OFF_TOKEN token Security/token.puml
Security OFF_TOKEN_SERVICE token_service Security/token_service.puml
Security OFF_TRUSTED_APPLICATION_SERVER trusted_application_server Security/trusted_application_server.puml
Security OFF_UM_MAILBOX_POLICY um_mailbox_policy Security/um_mailbox_policy.puml
Security OFF_UNIVERSAL_SECURITY_GROUP universal_security_group Security/universal_security_group.puml
Servers OFF_3RD_PARTY_MAIL_SERVER 3rd_party_mail_server Servers/3rd_party_mail_server.puml
Servers OFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_PROXY active_directory_federation_services_proxy Servers/active_directory_federation_services_proxy.puml
Servers OFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER active_directory_federation_services_server Servers/active_directory_federation_services_server.puml
Servers OFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_BLUE active_directory_federation_services_server_blue Servers/active_directory_federation_services_server_blue.puml
Servers OFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_GHOSTED active_directory_federation_services_server_ghosted Servers/active_directory_federation_services_server_ghosted.puml
Servers OFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_GREEN active_directory_federation_services_server_green Servers/active_directory_federation_services_server_green.puml
Servers OFF_ACTIVE_DIRECTORY_FEDERATION_SERVICES_SERVER_ORANGE active_directory_federation_services_server_orange Servers/active_directory_federation_services_server_orange.puml
Servers OFF_APPLICATION_SERVER application_server Servers/application_server.puml
Servers OFF_APPLICATION_SERVER_BLUE application_server_blue Servers/application_server_blue.puml
Servers OFF_APPLICATION_SERVER_GHOSTED application_server_ghosted Servers/application_server_ghosted.puml
Servers OFF_APPLICATION_SERVER_GREEN application_server_green Servers/application_server_green.puml
Servers OFF_APPLICATION_SERVER_ORANGE application_server_orange Servers/application_server_orange.puml
Servers OFF_CALL_ADMISSION_CONTROL_SERVICE call_admission_control_service Servers/call_admission_control_service.puml
Servers OFF_CERTIFICATE_AUTHORITY certificate_authority Servers/certificate_authority.puml
Servers OFF_CLUSTER_SERVER cluster_server Servers/cluster_server.puml
Servers OFF_CLUSTER_SERVER_BLUE cluster_server_blue Servers/cluster_server_blue.puml
Servers OFF_CLUSTER_SERVER_GHOSTED cluster_server_ghosted Servers/cluster_server_ghosted.puml
Servers OFF_CLUSTER_SERVER_GREEN cluster_server_green Servers/cluster_server_green.puml
Servers OFF_CLUSTER_SERVER_ORANGE cluster_server_orange Servers/cluster_server_orange.puml
Servers OFF_DATABASE_SERVER database_server Servers/database_server.puml
Servers OFF_DATABASE_SERVER_BLUE database_server_blue Servers/database_server_blue.puml
Servers OFF_DATABASE_SERVER_GHOSTED database_server_ghosted Servers/database_server_ghosted.puml
Servers OFF_DATABASE_SERVER_GREEN database_server_green Servers/database_server_green.puml
Servers OFF_DATABASE_SERVER_ORANGE database_server_orange Servers/database_server_orange.puml
Servers OFF_DATACENTER datacenter Servers/datacenter.puml
Servers OFF_DIRSYNC_SERVER dirsync_server Servers/dirsync_server.puml
Servers OFF_DOMAIN_CONTROLLER domain_controller Servers/domain_controller.puml
Servers OFF_EXCHANGE_2010_CLIENT_ACCESS_SERVER_ROLE exchange_2010_client_access_server_role Servers/exchange_2010_client_access_server_role.puml
Servers OFF_EXCHANGE_2010_EDGE_TRANSPORT_SERVER_ROLE exchange_2010_edge_transport_server_role Servers/exchange_2010_edge_transport_server_role.puml
Servers OFF_EXCHANGE_2010_HUB_TRANSPORT_SERVER_ROLE exchange_2010_hub_transport_server_role Servers/exchange_2010_hub_transport_server_role.puml
Servers OFF_EXCHANGE_2010_MAILBOX_SERVER_ROLE exchange_2010_mailbox_server_role Servers/exchange_2010_mailbox_server_role.puml
Servers OFF_EXCHANGE_2010_UM_SERVER_ROLE exchange_2010_um_server_role Servers/exchange_2010_um_server_role.puml
Servers OFF_EXCHANGE_2013_CLIENT_ACCESS_SERVER exchange_2013_client_access_server Servers/exchange_2013_client_access_server.puml
Servers OFF_EXCHANGE_2013_EDGE_TRANSPORT_SERVER exchange_2013_edge_transport_server Servers/exchange_2013_edge_transport_server.puml
Servers OFF_EXCHANGE_2013_MAILBOX_SERVER exchange_2013_mailbox_server Servers/exchange_2013_mailbox_server.puml
Servers OFF_EXCHANGE_2013_SERVER exchange_2013_server Servers/exchange_2013_server.puml
Servers OFF_FILE_SERVER file_server Servers/file_server.puml
Servers OFF_HYBRID_SERVER hybrid_server Servers/hybrid_server.puml
Servers OFF_MAINFRAME mainframe Servers/mainframe.puml
Servers OFF_MAINFRAME_HOST mainframe_host Servers/mainframe_host.puml
Servers OFF_MONITORING_SQL_REPORTING_SERVICES monitoring_sql_reporting_services Servers/monitoring_sql_reporting_services.puml
Servers OFF_NETWORK network Servers/network.puml
Servers OFF_OFFICE_WEB_APPS_SERVER office_web_apps_server Servers/office_web_apps_server.puml
Servers OFF_ON_PREMISES_SERVER on_premises_server Servers/on_premises_server.puml
Servers OFF_PHYSICAL_HOST_FARM_SOLID_BLUE physical_host_farm_solid_blue Servers/physical_host_farm_solid_blue.puml
Servers OFF_PHYSICAL_HOST_SOLID_BLUE physical_host_solid_blue Servers/physical_host_solid_blue.puml
Servers OFF_REVERSE_PROXY reverse_proxy Servers/reverse_proxy.puml
Servers OFF_SCOM scom Servers/scom.puml
Servers OFF_SERVER_DISASTER server_disaster Servers/server_disaster.puml
Servers OFF_SERVER_FARM server_farm Servers/server_farm.puml
Servers OFF_SERVER_FARM_BLUE server_farm_blue Servers/server_farm_blue.puml
Servers OFF_SERVER_FARM_GHOSTED server_farm_ghosted Servers/server_farm_ghosted.puml
Servers OFF_SERVER_FARM_GREEN server_farm_green Servers/server_farm_green.puml
Servers OFF_SERVER_FARM_ORANGE server_farm_orange Servers/server_farm_orange.puml
Servers OFF_SERVER_GENERIC server_generic Servers/server_generic.puml
Servers OFF_SERVER_GENERIC_BLUE server_generic_blue Servers/server_generic_blue.puml
Servers OFF_SERVER_GENERIC_GHOSTED server_generic_ghosted Servers/server_generic_ghosted.puml
Servers OFF_SERVER_GENERIC_GREEN server_generic_green Servers/server_generic_green.puml
Servers OFF_SERVER_GENERIC_ORANGE server_generic_orange Servers/server_generic_orange.puml
Servers OFF_SERVER_SIDE_CODE server_side_code Servers/server_side_code.puml
Servers OFF_SHAREPOINT_SERVER sharepoint_server Servers/sharepoint_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_BACK_END_SERVER skype_for_business_back_end_server Servers/skype_for_business_back_end_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_BACK_END_SERVER_MIRROR skype_for_business_back_end_server_mirror Servers/skype_for_business_back_end_server_mirror.puml
Servers OFF_SKYPE_FOR_BUSINESS_DIRECTOR skype_for_business_director Servers/skype_for_business_director.puml
Servers OFF_SKYPE_FOR_BUSINESS_DIRECTOR_ARRAY skype_for_business_director_array Servers/skype_for_business_director_array.puml
Servers OFF_SKYPE_FOR_BUSINESS_EDGE_SERVER skype_for_business_edge_server Servers/skype_for_business_edge_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_EDGE_SERVER_POOL skype_for_business_edge_server_pool Servers/skype_for_business_edge_server_pool.puml
Servers OFF_SKYPE_FOR_BUSINESS_FRONT_END_POOL skype_for_business_front_end_pool Servers/skype_for_business_front_end_pool.puml
Servers OFF_SKYPE_FOR_BUSINESS_FRONT_END_SERVER skype_for_business_front_end_server Servers/skype_for_business_front_end_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_MEDIATION_SERVER skype_for_business_mediation_server Servers/skype_for_business_mediation_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_MONITORING_SERVER skype_for_business_monitoring_server Servers/skype_for_business_monitoring_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_PERSISTENT_CHAT_SERVER skype_for_business_persistent_chat_server Servers/skype_for_business_persistent_chat_server.puml
Servers OFF_SKYPE_FOR_BUSINESS_SERVER skype_for_business_server Servers/skype_for_business_server.puml
Servers OFF_SQL_SERVER sql_server Servers/sql_server.puml
Servers OFF_SURVIVABLE_BRANCH_APPLIANCE survivable_branch_appliance Servers/survivable_branch_appliance.puml
Servers OFF_SURVIVABLE_BRANCH_SERVER survivable_branch_server Servers/survivable_branch_server.puml
Servers OFF_TOPOLOGY_BUILDER topology_builder Servers/topology_builder.puml
Servers OFF_TRUSTED_APPLICATION_POOL trusted_application_pool Servers/trusted_application_pool.puml
Servers OFF_TRUSTED_APPLICATION_SERVER trusted_application_server Servers/trusted_application_server.puml
Servers OFF_TUNNEL_ANGLED tunnel_angled Servers/tunnel_angled.puml
Servers OFF_TUNNEL_STRAIGHT tunnel_straight Servers/tunnel_straight.puml
Servers OFF_VIDEO_INTEROP_SERVER video_interop_server Servers/video_interop_server.puml
Servers OFF_VIRTUAL_APPLICATION_SERVER virtual_application_server Servers/virtual_application_server.puml
Servers OFF_VIRTUAL_APPLICATION_SERVER_BLUE virtual_application_server_blue Servers/virtual_application_server_blue.puml
Servers OFF_VIRTUAL_DATABASE_SERVER virtual_database_server Servers/virtual_database_server.puml
Servers OFF_VIRTUAL_DATABASE_SERVER_BLUE virtual_database_server_blue Servers/virtual_database_server_blue.puml
Servers OFF_VIRTUAL_SERVER virtual_server Servers/virtual_server.puml
Servers OFF_VIRTUAL_SERVER_BLUE virtual_server_blue Servers/virtual_server_blue.puml
Servers OFF_VIRTUAL_WEB_SERVER virtual_web_server Servers/virtual_web_server.puml
Servers OFF_VIRTUAL_WEB_SERVER_BLUE virtual_web_server_blue Servers/virtual_web_server_blue.puml
Servers OFF_VOICEMAIL_PREVIEW_PARTNER voicemail_preview_partner Servers/voicemail_preview_partner.puml
Servers OFF_WEB_SERVER web_server Servers/web_server.puml
Servers OFF_WEB_SERVER_BLUE web_server_blue Servers/web_server_blue.puml
Servers OFF_WEB_SERVER_GHOSTED web_server_ghosted Servers/web_server_ghosted.puml
Servers OFF_WEB_SERVER_GREEN web_server_green Servers/web_server_green.puml
Servers OFF_WEB_SERVER_ORANGE web_server_orange Servers/web_server_orange.puml
Servers OFF_WINDOWS_ROUTER windows_router Servers/windows_router.puml
Servers OFF_WINDOWS_SERVER windows_server Servers/windows_server.puml
Services OFF_3RD_PARTY_SERVICE 3rd_party_service Services/3rd_party_service.puml
Services OFF_ACCESS_SERVICES access_services Services/access_services.puml
Services OFF_BUSINESS_CONNECTIVITY_SERVICES business_connectivity_services Services/business_connectivity_services.puml
Services OFF_CALL_ADMISSION_CONTROL_SERVICE call_admission_control_service Services/call_admission_control_service.puml
Services OFF_CENTRAL_MANAGEMENT_SERVICE central_management_service Services/central_management_service.puml
Services OFF_CONFERENCE_ANNOUNCEMENT_SERVICE conference_announcement_service Services/conference_announcement_service.puml
Services OFF_DEVICE_UPDATE_SERVICE device_update_service Services/device_update_service.puml
Services OFF_EMAIL_SERVICE email_service Services/email_service.puml
Services OFF_EXCEL_SERVICES excel_services Services/excel_services.puml
Services OFF_FEDERATION_SERVICE federation_service Services/federation_service.puml
Services OFF_LYNC_STORAGE_SERVICE lync_storage_service Services/lync_storage_service.puml
Services OFF_LYNC_WEB_APP_CLIENT lync_web_app_client Services/lync_web_app_client.puml
Services OFF_MOBILITY_SERVICE mobility_service Services/mobility_service.puml
Services OFF_NETWORK_FILE_SHARE_SERVICE network_file_share_service Services/network_file_share_service.puml
Services OFF_ONLINE_HOSTED_SERVICES online_hosted_services Services/online_hosted_services.puml
Services OFF_OUTLOOK_WEB_APP outlook_web_app Services/outlook_web_app.puml
Services OFF_POWERPOINT_AUTOMATION_SERVICES powerpoint_automation_services Services/powerpoint_automation_services.puml
Services OFF_PUSH_NOTIFICATION_SERVICE push_notification_service Services/push_notification_service.puml
Services OFF_REGISTRAR_SERVICE registrar_service Services/registrar_service.puml
Services OFF_RESPONSE_GROUP_SERVICE response_group_service Services/response_group_service.puml
Services OFF_SKYPE_FOR_BUSINESS_STORAGE_SERVICE skype_for_business_storage_service Services/skype_for_business_storage_service.puml
Services OFF_USER_SERVICES user_services Services/user_services.puml
Services OFF_VERIFICATION_SERVICE verification_service Services/verification_service.puml
Services OFF_VISIO_SERVICES visio_services Services/visio_services.puml
Services OFF_WEB_SERVICES web_services Services/web_services.puml
Services OFF_WORD_AUTOMATION_SERVICES word_automation_services Services/word_automation_services.puml
Services OFF_XMPP_SERVICE xmpp_service Services/xmpp_service.puml
Sites OFF_ACCESS_SERVICES access_services Sites/access_services.puml
Sites OFF_BLOG_SITE blog_site Sites/blog_site.puml
Sites OFF_BUSINESS_CONNECTIVITY_SERVICES business_connectivity_services Sites/business_connectivity_services.puml
Sites OFF_EXCEL_SERVICES excel_services Sites/excel_services.puml
Sites OFF_MEETING_WORKSPACE_SITE meeting_workspace_site Sites/meeting_workspace_site.puml
Sites OFF_MY_SITE my_site Sites/my_site.puml
Sites OFF_POWERPOINT_AUTOMATION_SERVICES powerpoint_automation_services Sites/powerpoint_automation_services.puml
Sites OFF_PUBLISH publish Sites/publish.puml
Sites OFF_SITE_COLLECTION site_collection Sites/site_collection.puml
Sites OFF_SITE_SHARED site_shared Sites/site_shared.puml
Sites OFF_SITE_TEAM site_team Sites/site_team.puml
Sites OFF_SUBSITE subsite Sites/subsite.puml
Sites OFF_SUBSITE_BLUE subsite_blue Sites/subsite_blue.puml
Sites OFF_SUBSITE_GHOSTED subsite_ghosted Sites/subsite_ghosted.puml
Sites OFF_SUBSITE_GREEN subsite_green Sites/subsite_green.puml
Sites OFF_SUBSITE_ORANGE subsite_orange Sites/subsite_orange.puml
Sites OFF_UPGRADE_SITE upgrade_site Sites/upgrade_site.puml
Sites OFF_VISIO_SERVICES visio_services Sites/visio_services.puml
Sites OFF_WEBSITE website Sites/website.puml
Sites OFF_WEBSITE_PUBLIC website_public Sites/website_public.puml
Sites OFF_WIKI_SITE wiki_site Sites/wiki_site.puml
Sites OFF_WORD_AUTOMATION_SERVICES word_automation_services Sites/word_automation_services.puml
Users OFF_ADMINISTRATOR administrator Users/administrator.puml
Users OFF_APPROVER approver Users/approver.puml
Users OFF_CALL_CENTER_AGENT call_center_agent Users/call_center_agent.puml
Users OFF_COMMUNICATIONS communications Users/communications.puml
Users OFF_CONFERENCING_ATTENDANT conferencing_attendant Users/conferencing_attendant.puml
Users OFF_CREDENTIALS credentials Users/credentials.puml
Users OFF_CSV_FILE csv_file Users/csv_file.puml
Users OFF_DISTRIBUTION_GROUP distribution_group Users/distribution_group.puml
Users OFF_DYNAMIC_DISTRIBUTION_GROUP dynamic_distribution_group Users/dynamic_distribution_group.puml
Users OFF_MAIL_USER mail_user Users/mail_user.puml
Users OFF_MEETING meeting Users/meeting.puml
Users OFF_MOBILE_USER mobile_user Users/mobile_user.puml
Users OFF_ONLINE_USER online_user Users/online_user.puml
Users OFF_ON_PREMISES_USER on_premises_user Users/on_premises_user.puml
Users OFF_OUTLOOK_USER outlook_user Users/outlook_user.puml
Users OFF_RESPONSE_GROUP response_group Users/response_group.puml
Users OFF_RESPONSE_GROUP_SERVICE response_group_service Users/response_group_service.puml
Users OFF_ROLE_GROUP role_group Users/role_group.puml
Users OFF_SKYPE_COMMERCIAL_USER skype_commercial_user Users/skype_commercial_user.puml
Users OFF_SKYPE_FOR_BUSINESS_USER skype_for_business_user Users/skype_for_business_user.puml
Users OFF_TENANT_ADMIN tenant_admin Users/tenant_admin.puml
Users OFF_UM_ENABLED_USER um_enabled_user Users/um_enabled_user.puml
Users OFF_UNIVERSAL_SECURITY_GROUP universal_security_group Users/universal_security_group.puml
Users OFF_USER user Users/user.puml
Users OFF_USERS users Users/users.puml
Users OFF_USERS_BLUE users_blue Users/users_blue.puml
Users OFF_USERS_GHOSTED users_ghosted Users/users_ghosted.puml
Users OFF_USERS_GREEN users_green Users/users_green.puml
Users OFF_USERS_ORANGE users_orange Users/users_orange.puml
Users OFF_USERS_TWO users_two Users/users_two.puml
Users OFF_USERS_TWO_BLUE users_two_blue Users/users_two_blue.puml
Users OFF_USERS_TWO_GHOSTED users_two_ghosted Users/users_two_ghosted.puml
Users OFF_USERS_TWO_GREEN users_two_green Users/users_two_green.puml
Users OFF_USERS_TWO_ORANGE users_two_orange Users/users_two_orange.puml
Users OFF_USER_ACCOUNTS user_accounts Users/user_accounts.puml
Users OFF_USER_BLUE user_blue Users/user_blue.puml
Users OFF_USER_EXTERNAL user_external Users/user_external.puml
Users OFF_USER_GHOSTED user_ghosted Users/user_ghosted.puml
Users OFF_USER_GREEN user_green Users/user_green.puml
Users OFF_USER_ORANGE user_orange Users/user_orange.puml
Users OFF_USER_SERVICES user_services Users/user_services.puml
Users OFF_USER_STORE user_store Users/user_store.puml
Users OFF_WRITER writer Users/writer.puml
Open Source Agenda is not affiliated with "Plantuml Office" Project. README Source: Roemer/plantuml-office
Stars
97
Open Issues
3
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating