Forum Discussion
msabat
Jan 15, 2020Brass Contributor
Team Direct Routing - no dial pad
Hello. I enabled user with Direct Routing on Teams. But that user doesn't have dial pad. What I noticed? User was migrated from SfB OnPrem to Teams with Teams Only mode - Hybrid mode also. ...
msabat
Jan 16, 2020Brass Contributor
LinusCansby Yes I am connected to SfB Online with PowerShell.
Nothing happen when I try to type Set-CsUser -OnPrem and press tab
Ramy AMER
Jun 26, 2020Copper Contributor
msabat if should be -LineURI if you are not connected to SFBO module
set-CsUser -Identity "User name" -LineURI tel:+145555555 -EnterpriseVoiceEnabled $true -HostedVoiceMail $true
to use -OnPremLineURI command Connect to SFBO module using the commands below and make sure you are running PowerShell 3 or later:
Import-Module SkypeOnlineConnector
$CSSession = New-CsOnlineSession -OverrideAdminDomain YOURDOMAINNAME.onmicrosoft.com
Import-PSSession $CSSession -AllowClobber
You need Phone system add-on to E3 or Only E5
I hope this helps