Forum Discussion
Brett Janzen
Jul 07, 2020Copper Contributor
get-csteamscallingpolicy dose not return all objects.
when trying to see all settings on a clients tenant for Microsoft teams, using the get-csteamscallingpolicy doesnt seem to bring back all the objects that are avalible in the set-csteamscallingpolicy.
Example I run Get-CsTeamsCallingPolicy -filter "tag:*" |Format-list * -force
PSComputerName : admin2a.online.lync.com
RunspaceId :
PSShowComputerName : False
AllowCalling : True
AllowPrivateCalling : True
AllowGroupCalling : True
Key :
ScopeClass : Tag
Anchor :
Identity : Tag:AllowCallingPreventForwardingtoPhone
TypedIdentity : Tag:AllowCallingPreventForwardingtoPhone
Element : <TeamsCallingPolicy AllowCalling="true" AllowPrivateCalling="true" AllowGroupCalling="true"
xmlns="urn:schema:Microsoft.Rtc.Management.Policy.Teams.2017" />
But I can do a Set-csteamscallingpolicy and configure call fwd options.
[-Tenant <System.Guid>]
[-AllowWebPSTNCalling <Boolean>]
[-SafeTransferEnabled <Object>]
[-AllowCalling <Boolean>]
[-AllowPrivateCalling <Boolean>]
[-AllowVoicemail <String>]
[-AllowCallGroups <Boolean>]
[-AllowDelegation <Boolean>]
[-AllowCallForwardingToUser <Boolean>]
[-AllowCallForwardingToPhone <Boolean>]
[-PreventTollBypass <Boolean>]
[-BusyOnBusyEnabledType <String>]
[-MusicOnHoldEnabledType <Enum>][[-Identity] <XdsIdentity>]
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Any one run into this before? Thanks in advance for any help on this.
Brett
No RepliesBe the first to reply