@@ -46,8 +46,8 @@ PS C:\> Get-CsPhoneNumberPolicyAssignment -TelephoneNumber 17789493766
4646``` output
4747TelephoneNumber PolicyType PolicyName Authority AssignmentType Reference
4848--------------- ---------- ---------- --------- -------------- ---------
49- 17789493766 TenantDialPlan PolicyFoo Tenant Direct Direct
50- 17789493766 CallingLineIdentity PolicyBar Tenant Direct Direct
49+ 14255551234 TenantDialPlan PolicyOne Tenant Direct Direct
50+ 14255551234 CallingLineIdentity PolicyTwo Tenant Direct Direct
5151```
5252This example returns all policy assigned for the specified telephone number.
5353
@@ -61,9 +61,9 @@ PS C:\> Get-CsPhoneNumberPolicyAssignment
6161``` output
6262TelephoneNumber PolicyType PolicyName Authority AssignmentType Reference
6363--------------- ---------- ---------- --------- -------------- ---------
64- 1234567 TenantDialPlan BenTestPolicy Tenant Direct Direct
65- 17789493766 TenantDialPlan PolicyFoo Tenant Direct Direct
66- 17789493766 CallingLineIdentity PolicyBar Tenant Direct Direct
64+ 1234567 TenantDialPlan TestPolicy Tenant Direct Direct
65+ 14255551234 TenantDialPlan PolicyOne Tenant Direct Direct
66+ 14255551234 CallingLineIdentity PolicyTwo Tenant Direct Direct
6767```
6868This example returns a list of all the telephone numbers in the tenant that have at least one policy assigned.
6969
@@ -76,8 +76,8 @@ PS C:\> Get-CsPhoneNumberPolicyAssignment -PolicyType TenantDialPlan
7676``` output
7777TelephoneNumber PolicyType PolicyName Reference
7878--------------- ---------- ---------- ---------
79- 1234567 TenantDialPlan BenTestPolicy Direct
80- 17789493766 TenantDialPlan PolicyFoo Direct
79+ 1234567 TenantDialPlan TestPolicy Direct
80+ 14255551234 TenantDialPlan PolicyOne Direct
8181```
8282This example returns a list of all the telephone numbers in tenant that have TenantDialPlan assigned.
8383
@@ -90,7 +90,7 @@ PS C:\> Get-CsPhoneNumberPolicyAssignment -PolicyType TenantDialPlan -PolicyName
9090``` output
9191TelephoneNumber PolicyType PolicyName Reference
9292--------------- ---------- ---------- ---------
93- 17789493766 TenantDialPlan PolicyFoo Direct
93+ 14255551234 TenantDialPlan PolicyFoo Direct
9494```
9595This example returns the top 1 telephone number with policy assignment matching the specified type and name.
9696
0 commit comments