Forum Discussion
Teams Room "Cannot Fetch Calendar"
So i went through the ucstatus link you sent and created a new room and everything. i couldnt run the "$Registrar = (Get-CsOnlineUser).RegistrarPool | select -First 1
Enable-CsMeetingRoom -Identity $MTRUpn -SipAddressType “EmailAddress” -RegistrarPool $Registrar" as it kept saying get-csonlineuser is not a recognized as the name of a cmdlet.
the meeting room is able to login but not fetch calendar still.
- bjones96Jan 14, 2020Brass Contributor
I turned off MFA and logged in with my account and got the same error. What do you suggest? Thanks
- LinusCansbyJan 15, 2020MVP
In this article you have a powershell cmd to collect logs, those logs might indicate why you cant connect.
https://docs.microsoft.com/en-us/microsoftteams/room-systems/room-systems-v2-operations
powershell -ExecutionPolicy unrestricted c:\rigel\x64\scripts\provisioning\ScriptLaunch.ps1 CollectSrsV2Logs.ps1- bjones96Jan 16, 2020Brass Contributor
thanks for this. I have attahced the log file. What do i look for?