Skip to content

Instantly share code, notes, and snippets.

@pburkholder
Created February 11, 2021 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pburkholder/8f5b7f285eb527344e104945941dcb9a to your computer and use it in GitHub Desktop.
Save pburkholder/8f5b7f285eb527344e104945941dcb9a to your computer and use it in GitHub Desktop.
Teams PlantUML
@startuml
(*) --> "Do you have an email address\nthrough the partner agency?"
if "" then
--> "Yes"
-->"Follow partner Teams"
-->"Do you have computer from agency?"
if "" then
--> "yes"
--> "Follow the partner agency’s\n procedure for accessing Teams."
else
--> "no"
--> "What type of machine are you on?" as machine_type
endif
else
--> "No"
--> "Have the agency [[https://docs.microsoft.com/en-us/microsoftteams/communicate-with-users-from-other-organizations add you as a guest]]"
--> "If you are still waiting"
--> "if you get options, select partner"
--> machine_type
endif
if "" then
--> "Mac" as Mac
else
--> "PC" as PC
endif
Mac --> "Install through SS" as ss
Mac --> "Access using web client" as web_client
PC --> web_client
PC --> "Should install automatically" as auto
ss --> "If having trouble signing in, try using
an Incognito window. You'll need to enable third party cookies." as incognito
web_client --> incognito
auto --> incognito
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment