Skip to content

Commit 2648bfa

Browse files
committed
Merge branch 'main' into chrisda
2 parents 5e0834a + cb3b0e7 commit 2648bfa

File tree

7 files changed

+113
-276
lines changed

7 files changed

+113
-276
lines changed

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,10 @@ Accept wildcard characters: False
16691669
### -PersonalAccountsEnabled
16701670
This parameter is available only in the cloud-based service.
16711671

1672-
{{ Fill PersonalAccountsEnabled Description }}
1672+
The PersonalAccountsEnabled parameter specifies whether to allow users to add their personal accounts (for example, Outlook.com, Gmail, or Yahoo!) in the new Outlook for Windows. Valid values are:
1673+
1674+
- $true: Users can add their personal accounts in the new Outlook for Windows. This is the default value.
1675+
- $false: Users can't add their personal accounts in the new Outlook for Windows.
16731676

16741677
```yaml
16751678
Type: System.Boolean
Lines changed: 19 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/get-cstenantdialplan
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams
55
title: Get-CsTenantDialPlan
66
schema: 2.0.0
77
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
8+
author: jenstrier
9+
ms.author: jenstr
1010
ms.reviewer:
1111
---
1212

@@ -19,12 +19,12 @@ Use the Get-CsTenantDialPlan cmdlet to retrieve a tenant dial plan.
1919

2020
### Identity (Default)
2121
```
22-
Get-CsTenantDialPlan [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
22+
Get-CsTenantDialPlan [[-Identity] <string>] [<CommonParameters>]
2323
```
2424

2525
### Filter
2626
```
27-
Get-CsTenantDialPlan [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
27+
Get-CsTenantDialPlan [-Filter <String>] [<CommonParameters>]
2828
```
2929

3030
## DESCRIPTION
@@ -44,26 +44,23 @@ Get-CsTenantDialPlan
4444

4545
This example retrieves all existing tenant dial plans.
4646

47-
48-
4947
### -------------------------- Example 2 --------------------------
5048
```
5149
Get-CsTenantDialPlan -Identity Vt1TenantDialPlan2
5250
```
5351

5452
This example retrieves the tenant dial plan that has an identity of Vt1TenantDialplan2.
5553

56-
5754
## PARAMETERS
5855

5956
### -Filter
6057
The Filter parameter allows you to limit the number of results based on filters you specify.
6158

6259
```yaml
6360
Type: String
64-
Parameter Sets: (All)
61+
Parameter Sets: (Filter)
6562
Aliases:
66-
Applicable: Skype for Business Online
63+
Applicable: Microsoft Teams
6764

6865
Required: False
6966
Position: Named
@@ -76,47 +73,13 @@ Accept wildcard characters: False
7673
The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.
7774
7875
```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)
11578
Aliases:
116-
Applicable: Skype for Business Online
79+
Applicable: Microsoft Teams
11780

11881
Required: False
119-
Position: Named
82+
Position: 1
12083
Default value: None
12184
Accept pipeline input: False
12285
Accept wildcard characters: False
@@ -132,3 +95,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
13295
## NOTES
13396
13497
## 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)

skype/skype-ps/skype/Grant-CsTenantDialPlan.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/grant-cstenantdialplan
4-
applicable: Microsoft Teams, Skype for Business Online
4+
applicable: Microsoft Teams
55
title: Grant-CsTenantDialPlan
66
schema: 2.0.0
77
manager: bulenteg
@@ -75,7 +75,7 @@ Sets the parameters of the Global policy instance to the values in the specified
7575
Type: SwitchParameter
7676
Parameter Sets: (GrantToTenant)
7777
Aliases:
78-
Applicable: Microsoft Teams, Skype for Business Online
78+
Applicable: Microsoft Teams
7979

8080
Required: False
8181
Position: Named
@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
Type: SwitchParameter
9191
Parameter Sets: (All)
9292
Aliases:
93-
Applicable: Microsoft Teams, Skype for Business Online
93+
Applicable: Microsoft Teams
9494

9595
Required: False
9696
Position: Named
@@ -106,7 +106,7 @@ The PolicyName parameter is the name of the tenant dial plan to be assigned.
106106
Type: String
107107
Parameter Sets: (All)
108108
Aliases:
109-
Applicable: Microsoft Teams, Skype for Business Online
109+
Applicable: Microsoft Teams
110110

111111
Required: False
112112
Position: 1
@@ -122,7 +122,7 @@ Specifies the group used for the group policy assignment.
122122
Type: String
123123
Parameter Sets: (GrantToGroup)
124124
Aliases:
125-
Applicable: Microsoft Teams, Skype for Business Online
125+
Applicable: Microsoft Teams
126126

127127
Required: True
128128
Position: 0
@@ -138,7 +138,7 @@ The rank of the policy assignment, relative to other group policy assignments fo
138138
Type: Int32
139139
Parameter Sets: (GrantToGroup)
140140
Aliases:
141-
Applicable: Microsoft Teams, Skype for Business Online
141+
Applicable: Microsoft Teams
142142

143143
Required: False
144144
Position: Named
@@ -154,7 +154,7 @@ The Identity parameter identifies the user to whom the policy should be assigned
154154
Type: String
155155
Parameter Sets: (Identity)
156156
Aliases:
157-
Applicable: Microsoft Teams, Skype for Business Online
157+
Applicable: Microsoft Teams
158158

159159
Required: False
160160
Position: 0
@@ -170,7 +170,7 @@ The WhatIf switch causes the command to simulate its results. By using this swit
170170
Type: SwitchParameter
171171
Parameter Sets: (All)
172172
Aliases: wi
173-
Applicable: Microsoft Teams, Skype for Business Online
173+
Applicable: Microsoft Teams
174174

175175
Required: False
176176
Position: Named
@@ -186,7 +186,7 @@ The Confirm switch causes the command to pause processing, and requires confirma
186186
Type: SwitchParameter
187187
Parameter Sets: (All)
188188
Aliases: cf
189-
Applicable: Microsoft Teams, Skype for Business Online
189+
Applicable: Microsoft Teams
190190

191191
Required: False
192192
Position: Named

0 commit comments

Comments
 (0)