Accessing Microsoft Teams using organizational or personal credentials
Today I encountered the same issue with (2) new Crestron UC Teams Room systems. They would get stuck at the "Signing In" stage, although I could see successful login on the account by looking in Azure AD at the "Sign-Ins" for the room account. As it turns out, the issue was with the version of MS Teams Rooms that was installed by Crestron when the unit was shipped (4.7.19). I located Microsoft's page on how to locally update a unit to the latest version via PowerShell, and once the units were running 4.10.10 all was well.
Manually update a Microsoft Teams Rooms device - Microsoft Teams | Microsoft Docs
Before you run this script, it's important to note that the "Skype" user must be logged-in for this script to complete successfully. Here's how to do that:
- Connect a keyboard to the device
- Boot the device and allow Teams Rooms to load. It will say "Signing In"
- Press the Windows Key 5 times to bring up the login screen
- Log in as the Administrator account
- Follow the instructions in the article to place the update script (PS1 file) in the Downloads folder for the Admin account
- Launch PowerShell via "Run as Administrator"
- Navigate to the Downloads folder for the Admin user
- Set the PS execution policy to unrestricted (Search Set-Execution-Policy if unfamiliar)
- Run the update script and wait for it to complete (3-5 minutes)
- Reboot the unit
- If your stars are aligned, the issue will be resolved