1
1
---
2
2
external help file : Microsoft.Rtc.Management.Hosted.dll-help.xml
3
3
online version : https://learn.microsoft.com/powershell/module/skype/get-cstenantdialplan
4
- applicable : Skype for Business Online
4
+ applicable : Microsoft Teams
5
5
title : Get-CsTenantDialPlan
6
6
schema : 2.0.0
7
7
manager : bulenteg
8
- author : tomkau
9
- ms.author : tomkau
8
+ author : jenstrier
9
+ ms.author : jenstr
10
10
ms.reviewer :
11
11
---
12
12
@@ -19,12 +19,12 @@ Use the Get-CsTenantDialPlan cmdlet to retrieve a tenant dial plan.
19
19
20
20
### Identity (Default)
21
21
```
22
- Get-CsTenantDialPlan [-Tenant <Guid>] [[ -Identity] <XdsIdentity>] [-LocalStore ] [<CommonParameters>]
22
+ Get-CsTenantDialPlan [[ -Identity] <string> ] [<CommonParameters>]
23
23
```
24
24
25
25
### Filter
26
26
```
27
- Get-CsTenantDialPlan [-Tenant <Guid>] [- Filter <String>] [-LocalStore ] [<CommonParameters>]
27
+ Get-CsTenantDialPlan [-Filter <String>] [<CommonParameters>]
28
28
```
29
29
30
30
## DESCRIPTION
@@ -44,26 +44,23 @@ Get-CsTenantDialPlan
44
44
45
45
This example retrieves all existing tenant dial plans.
46
46
47
-
48
-
49
47
### -------------------------- Example 2 --------------------------
50
48
```
51
49
Get-CsTenantDialPlan -Identity Vt1TenantDialPlan2
52
50
```
53
51
54
52
This example retrieves the tenant dial plan that has an identity of Vt1TenantDialplan2.
55
53
56
-
57
54
## PARAMETERS
58
55
59
56
### -Filter
60
57
The Filter parameter allows you to limit the number of results based on filters you specify.
61
58
62
59
``` yaml
63
60
Type : String
64
- Parameter Sets : (All )
61
+ Parameter Sets : (Filter )
65
62
Aliases :
66
- Applicable : Skype for Business Online
63
+ Applicable : Microsoft Teams
67
64
68
65
Required : False
69
66
Position : Named
@@ -76,47 +73,13 @@ Accept wildcard characters: False
76
73
The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.
77
74
78
75
` ` ` yaml
79
- Type : XdsIdentity
80
- Parameter Sets : (All)
81
- Aliases :
82
- Applicable : Skype for Business Online
83
-
84
- Required : False
85
- Position : 2
86
- Default value : None
87
- Accept pipeline input : False
88
- Accept wildcard characters : False
89
- ` ` `
90
-
91
- ### -LocalStore
92
- PARAMVALUE: SwitchParameter
93
-
94
- ` ` ` yaml
95
- Type : SwitchParameter
96
- Parameter Sets : (All)
97
- Aliases :
98
- Applicable : Skype for Business Online
99
-
100
- Required : False
101
- Position : Named
102
- Default value : None
103
- Accept pipeline input : False
104
- Accept wildcard characters : False
105
- ` ` `
106
-
107
- ### -Tenant
108
- Specifies the globally unique identifier (GUID) of your Skype for Business Online tenant account.
109
- For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308".
110
- You can find your tenant ID by running this command: Get-CsTenant | Select-Object DisplayName, TenantID
111
-
112
- ` ` ` yaml
113
- Type : Guid
114
- Parameter Sets : (All)
76
+ Type : String
77
+ Parameter Sets : (Identity)
115
78
Aliases :
116
- Applicable : Skype for Business Online
79
+ Applicable : Microsoft Teams
117
80
118
81
Required : False
119
- Position : Named
82
+ Position : 1
120
83
Default value : None
121
84
Accept pipeline input : False
122
85
Accept wildcard characters : False
@@ -132,3 +95,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
132
95
## NOTES
133
96
134
97
## RELATED LINKS
98
+
99
+ [Grant-CsTenantDialPlan](Grant-CsTenantDialPlan.md)
100
+
101
+ [New-CsTenantDialPlan](New-CsTenantDialPlan.md)
102
+
103
+ [Set-CsTenantDialPlan](Set-CsTenantDialPlan.md)
104
+
105
+ [Remove-CsTenantDialPlan](Remove-CsTenantDialPlan.md)
0 commit comments