There are currently no native commands for this, so I tried creating them.
Common Area Phone being User Accounts could be managed with the normal Voice Configuration CmdLets, though not very well. The object returned by GET is tailored more towards the needs of a Common area Phone
Function | Underlying Function | Description |
---|---|---|
New-TeamsCommonAreaPhone |
New-AzureAdUser | Creates a Common Area Phone and applies settings to it as provided. |
Get-TeamsCommonAreaPhone |
Get-CsOnlineUser | Queries a Common Area Phone with friendly inputs (UPN) and output |
Set-TeamsCommonAreaPhone |
Set-CsUser | Changes a Common Area Phone |
Remove-TeamsCommonAreaPhone |
Remove-AzureAdUser | Removes configuration (with Remove-TeamsUserVoiceConfig ), then removes the User (requires User Admin) |
Please see the Examples for the individual CmdLets in their respective help files
The most recent addition to the fold, they need some serious testing before they are ready for prime time.
CmdLets are not tested yet.
Unit-tests for these CmdLets are not yet available.
CmdLets are fully built (RC), but not much testing time has yet been spent on them. Please be patient with me on these and submit issues as you find them.
- IP Phone