Skip to main content

Posts

Showing posts from June, 2020

Teams Powershell Issues : The term 'Get-CsTeamsMeetingPolicy' is not recognized as the name of a cmdlet

While trying to run the command Get-CSTeamsMeetingPolicy,  i received follwoing errrors on the domain joined machine. PS C:\WINDOWS\system32> Get-CsTeamsMeetingPolicy Get-CsTeamsMeetingPolicy : The term 'Get-CsTeamsMeetingPolicy' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Get-CsTeamsMeetingPolicy + ~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : ObjectNotFound: (Get-CsTeamsMeetingPolicy:String) [], CommandNotFoundException     + FullyQualifiedErrorId : CommandNotFoundException PS C:\WINDOWS\system32> $sfbSession = New-CsOnlineSession Please enter the user principal name (ex. User@Domain.Com ): a @no.onmicrosoft.com New-PSSession : [admin2e.online.lync.com] Connecting to remote server admin2e.online.lync.com failed with the following error message : The WinRM client cannot proce