14 lines
587 B
Markdown
14 lines
587 B
Markdown
![]() |
Teams mehreren Accounts gleichzeitig
|
|||
|
|
|||
|
Samstag, 12. Dezember 2020
|
|||
|
|
|||
|
10:53
|
|||
|
|
|||
|
|
|||
|
|
|||
|
\$username = \'.\\MSTeams\' \$password = \'-.mko0NJI).-\' \$securePassword = ConvertTo-SecureString \$password -AsPlainText -Force \$credential = New-Object System.Management.Automation.PSCredential \$username, \$securePassword Start-Process \'C:\\Users\\MSTeams\\AppData\\Local\\Microsoft\\Teams\\Update.exe\' \'\--processStart \"Teams.exe\"\' -Credential \$credential
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Aus \<<https://thomasheinz.net/microsoft-teams-mit-mehreren-accounts-gleichzeitig-nutzen-mehrere-tenants-nutzen-ohne-tenant-switch/>\>
|