Get-CsOnlineUser | select SipAddress,HostedVoiceMail,EnterpriseVoiceEnabled,OnPremLineURI,OnlineVoiceRoutingPolicy | where {$_.OnPremLineURI -like “tel:xxxxxxxxxx”} previously this command is working fine.
But after upgrading the Teams version using Update-Module MicrosoftTeams command the above command stop working and even though not getting the error message after running the above command.
Please assist.
][1]