File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Use the Get-CsEffectiveTenantDialPlan cmdlet to retrieve an effective tenant dia
1919## SYNTAX
2020
2121```
22- Get-CsEffectiveTenantDialPlan [-Identity] <UserIdParameter> [-CallerNumber] <CallerNumber > [-OU <OUIdParameter>] [-ResultSize <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+ Get-CsEffectiveTenantDialPlan [-Identity] <UserIdParameter> [-CallerNumber] <PhoneNumber > [-OU <OUIdParameter>] [-ResultSize <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
2323```
2424
2525## DESCRIPTION
@@ -36,7 +36,7 @@ Get-CsEffectiveTenantDialPlan -Identity Vt1_User1
3636
3737This example gets the effective tenant dial plan for the Vt1_User1.
3838
39- ### -------------------------- Example 2 --------------------------
39+ ### Example 2
4040```
4141Get-CsEffectiveTenantDialPlan -Identity Vt1_User1 -CallerNumber 1234567890
4242```
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Use the Test-CsEffectiveTenantDialPlan cmdlet to test a tenant dial plan.
2121
2222### Identity
2323```
24- Test-CsEffectiveTenantDialPlan [-DialedNumber <PhoneNumber>] [-CallerNumber <CallerNumber >] [-Identity <UserIdParameter>] [-TenantScopeOnly]
24+ Test-CsEffectiveTenantDialPlan [-DialedNumber <PhoneNumber>] [-CallerNumber <PhoneNumber >] [-Identity <UserIdParameter>] [-TenantScopeOnly]
2525 [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626```
2727
2828### EffectiveTDPName
2929```
30- Test-CsEffectiveTenantDialPlan -DialedNumber <PhoneNumber> [-CallerNumber <CallerNumber >] [-EffectiveTenantDialPlanName <String>]
30+ Test-CsEffectiveTenantDialPlan -DialedNumber <PhoneNumber> [-CallerNumber <PhoneNumber >] [-EffectiveTenantDialPlanName <String>]
3131 [-TenantScopeOnly] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3232```
3333
@@ -50,7 +50,7 @@ Test-CsEffectiveTenantDialPlan -DialedNumber 14258828080 -Identity adelev@contos
5050
5151This example tests the given dialed number against a specific identity.
5252
53- ### -------------------------- Example 3 --------------------------
53+ ### Example 3
5454```
5555Get-CsEffectiveTenantDialPlan -Identity adelev | Test-CsEffectiveTenantDialPlan -DialedNumber 14258828080 -CallerNumber 1234567890
5656```
@@ -96,13 +96,15 @@ Accept wildcard characters: False
9696` ` `
9797
9898### -CallerNumber
99+
100+ > Applicable: Microsoft Teams
101+
99102The CallerNumber parameter is the phone number assigned to the user, used to identify which effective tenant dial plan to use.
100103
101104` ` ` yaml
102105Type : PhoneNumber
103106Parameter Sets : (All)
104107Aliases :
105- Applicable : Skype for Business Online
106108
107109Required : False
108110Position : Named
You can’t perform that action at this time.
0 commit comments