zettelkasten/OneNoteExport/Kommunikationstechnologie/Office365/Teams/02_Teams mehreren Accounts gleichzeitig.md
Ralf Koop 5a108aa2b4 .
2023-08-25 23:29:11 +02:00

14 lines
587 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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/>\>