Forum Discussion

bubba19831983's avatar
bubba19831983
Copper Contributor
Aug 26, 2020

Microsoft Teams Room setup issue

Hi,

We have 4x Logitech tap hardware devices that are MS Team Room certified. We have them all setup and they are each logged in with an exchange on premise resource account. The issue we have is they cannot fetch the calendar from the on premise server we have. We installed exchange Hybrid and setup Oauth authentication for exchange server on premise. When I run command below we get an error and not sure how to fix it as everything looks good as the user account UPN in o365 is for example meetingroom@mds.com which is the same as our AD on premise. Any idea what I can do to fix this as I cannot figure out how to by pass the error.

 

Enable-CsMeetingRoom -Identity "meetingroom" -RegistrarPool "sippoolyqbca103.infra.lync.com" -SipAddressType meetingroom@mds.com

 

PS C:\Users\dboudreauDA> Enable-CsMeetingRoom -Identity "meetingroom" -RegistrarPool "sippoolyqbca103.infra.lync.com" -SipAddressType meetingroom@mds.com
Cannot bind parameter 'SipAddressType'. Cannot convert value "meetingroom@mds.com" to type
"Microsoft.Rtc.Management.AD.Cmdlets.AddressType". Error: "Unable to match the identifier name
meetingroom@mdscoating.com to a valid enumerator name. Specify one of the following enumerator names and try again:
FirstLastName, EmailAddress, UserPrincipalName, SAMAccountName, None"
    + CategoryInfo          : InvalidArgument: (:) [Enable-CsMeetingRoom], ParameterBindingException
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.Rtc.Management.AD.Cmdlets.EnableOcsMeetingRoomC
   mdlet
    + PSComputerName        : adminca1.online.lync.com

  • bubba19831983 

     

    Are you able to migrate the account that has the calendar to Exchange Online and then try it?

     

    Although hybrid configured correctly with OAuth should do the job for you, Teams simply works better with Exchange Online than it does with on-premises Exchange, so if you have the chance to use Exchange Online I would always recommend this.

Resources