Thursday, 12 September 2019

Set LineURI via PowerShell Teams

Set the LineURI for a user using calling plans (Telstra Calling)

1. Need the location ID
Get-CsOnlineLisLocation


2. Set-CsOlineVoiceUser -Identity name -LocationID GUID-from-step-1 -telephonenumber +E.164-format



List of Agents in Skype Work Groups

To get a list of agents in a skype work group run the following command via PowerShell: ++++++++++++++++++++++++++++ Get-CsRgsAgentGroup | s...