I am trying to connect to teams via powershell in adaxes to run the following commands.
Set-CsUser -Identity <UPN> -EnterpriseVoiceEnabled $true -HostedVoiceMail $true Grant-CsOnlineVoiceRoutingPolicy -Identity <UPN> -PolicyName “(policyname)”
Grant-CsCallingLineIdentity -Identity <UPN> -PolicyName "(policyname)"
I am not able to run the following though,
Connect-MicrosoftTeams