In the latest 4.19.57 version of Teams Room on Windows, Microsoft introduced a simplified deployment option using one-time passwords, or OTPs. This is especially useful for those who work with a system integrator. An OTP eliminates the security risk of needing to share room credentials, like usernames and passwords, with your installer. The code is shared with a company administrator, who can remotely provision credentials to the device. OTPs are currently available on Windows devices only. In this blog post, we walk through the steps of deploying MTR Windows using this new option. |
After installing, we run the following commands to disable password expiration for a resource account that we want to generate an OTP:
Connect-MgGraph -Scopes "User.ReadWrite.All"
Update-MgUser -UserId [email protected] -PasswordPolicies DisablePasswordExpiration
Example is shown in the picture below:
UPN |
Display name |
OTP |
OTP expiry |
Password |
Poly MTR03 |
E9NZ-99WW-Y9Q3-U523 |
2023-12-30 01:19:50 AM - GMT+8 |
************* |