Skip to content

Commit f473e27

Browse files
authored
Merge pull request MicrosoftDocs#1863 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents b1941a8 + 713729c commit f473e27

25 files changed

+1990
-2056
lines changed

exchange/exchange-ps/exchange/active-directory/Dump-ProvisioningCache.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,20 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set2
20+
### GlobalCache
2121
```
22-
Dump-ProvisioningCache [-Server] <Fqdn> -Application <String> [-GlobalCache] [-CacheKeys <MultiValuedProperty>]
23-
[-Confirm] [-WhatIf] [<CommonParameters>]
22+
Dump-ProvisioningCache [-Server] <Fqdn> -Application <String> [-GlobalCache]
23+
[-CacheKeys <MultiValuedProperty>]
24+
[-Confirm]
25+
[-WhatIf] [<CommonParameters>]
2426
```
2527

26-
### Set1
28+
### OrganizationCache
2729
```
28-
Dump-ProvisioningCache [-Server] <Fqdn> -Application <String> [-CacheKeys <MultiValuedProperty>] [-Confirm]
29-
[-CurrentOrganization] [-Organizations <MultiValuedProperty>] [-WhatIf] [<CommonParameters>]
30+
Dump-ProvisioningCache [-Server] <Fqdn> -Application <String> [-CurrentOrganization] [-Organizations <MultiValuedProperty>]
31+
[-CacheKeys <MultiValuedProperty>]
32+
[-Confirm]
33+
[-WhatIf] [<CommonParameters>]
3034
```
3135

3236
## DESCRIPTION
@@ -79,7 +83,7 @@ The GlobalCache switch specifies that all cache keys are cleared.
7983
8084
```yaml
8185
Type: SwitchParameter
82-
Parameter Sets: Set2
86+
Parameter Sets: GlobalCache
8387
Aliases:
8488
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
8589
Required: True
@@ -145,7 +149,7 @@ The CurrentOrganization switch specifies that the provision cache is reset for t
145149
146150
```yaml
147151
Type: SwitchParameter
148-
Parameter Sets: Set1
152+
Parameter Sets: OrganizationCache
149153
Aliases:
150154
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
151155
Required: False
@@ -160,7 +164,7 @@ The Organizations parameter specifies the organizations that the provisioning ca
160164
161165
```yaml
162166
Type: MultiValuedProperty
163-
Parameter Sets: Set1
167+
Parameter Sets: OrganizationCache
164168
Aliases:
165169
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
166170
Required: False

exchange/exchange-ps/exchange/active-directory/Get-ADPermission.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set2
20+
### Owner
2121
```
22-
Get-ADPermission [-Identity] <ADRawEntryIdParameter> [-DomainController <Fqdn>] [-Owner] [<CommonParameters>]
22+
Get-ADPermission [-Identity] <ADRawEntryIdParameter> [-Owner]
23+
[-DomainController <Fqdn>] [<CommonParameters>]
2324
```
2425

25-
### Set1
26+
### AccessRights
2627
```
27-
Get-ADPermission [-Identity] <ADRawEntryIdParameter> [-DomainController <Fqdn>]
28-
[-User <SecurityPrincipalIdParameter>] [<CommonParameters>]
28+
Get-ADPermission [-Identity] <ADRawEntryIdParameter> [-User <SecurityPrincipalIdParameter>]
29+
[-DomainController <Fqdn>] [<CommonParameters>]
2930
```
3031

3132
## DESCRIPTION
@@ -88,7 +89,7 @@ The Owner switch specifies that the owner of the object specified in the Identit
8889
8990
```yaml
9091
Type: SwitchParameter
91-
Parameter Sets: Set2
92+
Parameter Sets: Owner
9293
Aliases:
9394
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
9495
Required: False
@@ -105,7 +106,7 @@ If the name of the user contains spaces, enclose the name in quotation marks (")
105106
106107
```yaml
107108
Type: SecurityPrincipalIdParameter
108-
Parameter Sets: Set1
109+
Parameter Sets: AccessRights
109110
Aliases:
110111
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
111112
Required: False

exchange/exchange-ps/exchange/active-directory/Get-DomainController.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set2
20+
### GlobalCatalog
2121
```
22-
Get-DomainController [-GlobalCatalog] [-Credential <NetworkCredential>] [-Forest <Fqdn>] [<CommonParameters>]
22+
Get-DomainController [-GlobalCatalog] [-Forest <Fqdn>]
23+
[-Credential <NetworkCredential>] [<CommonParameters>]
2324
```
2425

25-
### Set1
26+
### DomainController
2627
```
27-
Get-DomainController [-Credential <NetworkCredential>] [-DomainName <Fqdn>] [<CommonParameters>]
28+
Get-DomainController [-DomainName <Fqdn>]
29+
[-Credential <NetworkCredential>] [<CommonParameters>]
2830
```
2931

3032
## DESCRIPTION
@@ -53,7 +55,7 @@ The GlobalCatalog switch specifies whether the command should return a list of g
5355

5456
```yaml
5557
Type: SwitchParameter
56-
Parameter Sets: Set2
58+
Parameter Sets: GlobalCatalog
5759
Aliases:
5860
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
5961
Required: True
@@ -87,7 +89,7 @@ The DomainName parameter specifies the fully qualified domain name (FQDN) of the
8789
8890
```yaml
8991
Type: Fqdn
90-
Parameter Sets: Set1
92+
Parameter Sets: DomainController
9193
Aliases:
9294
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
9395
Required: False
@@ -102,7 +104,7 @@ The Forest parameter specifies the FQDN of the root domain of the forest for whi
102104
103105
```yaml
104106
Type: Fqdn
105-
Parameter Sets: Set2
107+
Parameter Sets: GlobalCatalog
106108
Aliases:
107109
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
108110
Required: False

exchange/exchange-ps/exchange/active-directory/Get-OrganizationalUnit.md

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,20 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### (Default)
20+
### Identity
2121
```
22-
Get-OrganizationalUnit [[-Identity] <ExtendedOrganizationalUnitIdParameter>] [-DomainController <Fqdn>]
23-
[-IncludeContainers] [-SingleNodeOnly] [<CommonParameters>]
22+
Get-OrganizationalUnit [[-Identity] <ExtendedOrganizationalUnitIdParameter>] [-SingleNodeOnly]
23+
[-DomainController <Fqdn>]
24+
[-IncludeContainers]
25+
[-ResultSize <Unlimited>] [<CommonParameters>]
2426
```
2527

26-
### Set1
28+
### Search
2729
```
28-
Get-OrganizationalUnit [[-Identity] <ExtendedOrganizationalUnitIdParameter>] [-DomainController <Fqdn>]
29-
[-IncludeContainers] [-ResultSize <Unlimited>] [-SingleNodeOnly] [<CommonParameters>]
30-
```
31-
32-
### Set2
33-
```
34-
Get-OrganizationalUnit [-DomainController <Fqdn>] [-IncludeContainers] [-ResultSize <Unlimited>]
35-
[-SearchText <String>] [<CommonParameters>]
30+
Get-OrganizationalUnit [-SearchText <String>]
31+
[-DomainController <Fqdn>]
32+
[-IncludeContainers]
33+
[-ResultSize <Unlimited>] [<CommonParameters>]
3634
```
3735

3836
## DESCRIPTION
@@ -62,23 +60,6 @@ For more information about pipelining and the Format-Table cmdlet, see Pipelinin
6260

6361
## PARAMETERS
6462

65-
### -DomainController
66-
This parameter is available only in on-premises Exchange.
67-
68-
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
69-
70-
```yaml
71-
Type: Fqdn
72-
Parameter Sets: (All)
73-
Aliases:
74-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
75-
Required: False
76-
Position: Named
77-
Default value: None
78-
Accept pipeline input: False
79-
Accept wildcard characters: False
80-
```
81-
8263
### -Identity
8364
The Identity parameter specifies the OU or domain that you want to view. You can use any value that uniquely identifies the OU or domain. For example:
8465

@@ -94,7 +75,7 @@ You can use this parameter with the SearchText parameter.
9475

9576
```yaml
9677
Type: ExtendedOrganizationalUnitIdParameter
97-
Parameter Sets: (All), Set1
78+
Parameter Sets: Identity
9879
Aliases:
9980
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
10081
Required: False
@@ -104,6 +85,23 @@ Accept pipeline input: True
10485
Accept wildcard characters: False
10586
```
10687
88+
### -DomainController
89+
This parameter is available only in on-premises Exchange.
90+
91+
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
92+
93+
```yaml
94+
Type: Fqdn
95+
Parameter Sets: (All)
96+
Aliases:
97+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
107105
### -IncludeContainers
108106
The IncludeContainers switch instructs the command to return containers in the results. You don't need to specify a value with this switch.
109107
@@ -124,7 +122,7 @@ The SingleNodeOnly switch instructs the command to return only the first level c
124122
125123
```yaml
126124
Type: SwitchParameter
127-
Parameter Sets: (All), Set1
125+
Parameter Sets: Identity
128126
Aliases:
129127
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
130128
Required: False
@@ -139,7 +137,7 @@ The ResultSize parameter specifies the maximum number of results to return. If y
139137
140138
```yaml
141139
Type: Unlimited
142-
Parameter Sets: Set1, Set2
140+
Parameter Sets: (All)
143141
Aliases:
144142
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
145143
Required: False
@@ -156,7 +154,7 @@ You can't use this parameter with the Identity parameter.
156154
157155
```yaml
158156
Type: String
159-
Parameter Sets: Set2
157+
Parameter Sets: Search
160158
Aliases:
161159
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
162160
Required: False

exchange/exchange-ps/exchange/active-directory/Reset-ProvisioningCache.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,20 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Set2
20+
### GlobalCache
2121
```
2222
Reset-ProvisioningCache [-Server] <Fqdn> -Application <String> [-GlobalCache]
23-
[-CacheKeys <MultiValuedProperty>] [-Confirm] [-WhatIf] [<CommonParameters>]
23+
[-CacheKeys <MultiValuedProperty>]
24+
[-Confirm]
25+
[-WhatIf] [<CommonParameters>]
2426
```
2527

26-
### Set1
28+
### OrganizationCache
2729
```
28-
Reset-ProvisioningCache [-Server] <Fqdn> -Application <String> [-CacheKeys <MultiValuedProperty>] [-Confirm]
29-
[-CurrentOrganization] [-Organizations <MultiValuedProperty>] [-WhatIf] [<CommonParameters>]
30+
Reset-ProvisioningCache [-Server] <Fqdn> -Application <String>] [-CurrentOrganization] [-Organizations <MultiValuedProperty>]
31+
[-CacheKeys <MultiValuedProperty>]
32+
[-Confirm]
33+
[-WhatIf] [<CommonParameters>]
3034
```
3135

3236
## DESCRIPTION
@@ -86,7 +90,7 @@ The GlobalCache switch specifies that all cache keys are cleared.
8690
8791
```yaml
8892
Type: SwitchParameter
89-
Parameter Sets: Set2
93+
Parameter Sets: GlobalCache
9094
Aliases:
9195
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
9296
Required: True
@@ -152,7 +156,7 @@ The CurrentOrganization switch specifies that the provision cache is reset for t
152156
153157
```yaml
154158
Type: SwitchParameter
155-
Parameter Sets: Set1
159+
Parameter Sets: OrganizationCache
156160
Aliases:
157161
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
158162
Required: False
@@ -167,7 +171,7 @@ The Organizations parameter specifies the organizations that the provisioning ca
167171
168172
```yaml
169173
Type: MultiValuedProperty
170-
Parameter Sets: Set1
174+
Parameter Sets: OrganizationCache
171175
Aliases:
172176
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
173177
Required: False

exchange/exchange-ps/exchange/database-availability-groups/Resume-MailboxDatabaseCopy.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,20 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### (Default)
20+
### Identity
2121
```
22-
Resume-MailboxDatabaseCopy [-Identity] <DatabaseCopyIdParameter> [-Confirm] [-DomainController <Fqdn>]
23-
[-ReplicationOnly] [-WhatIf] [<CommonParameters>]
22+
Resume-MailboxDatabaseCopy [-Identity] <DatabaseCopyIdParameter> [-ReplicationOnly]
23+
[-Confirm]
24+
[-DomainController <Fqdn>]
25+
[-WhatIf] [<CommonParameters>]
2426
```
2527

26-
### Set2
28+
### DisableReplayLag
2729
```
28-
Resume-MailboxDatabaseCopy [-Identity] <DatabaseCopyIdParameter> [-DisableReplayLag] [-Confirm]
29-
[-DisableReplayLagReason <String>] [-DomainController <Fqdn>] [-WhatIf] [<CommonParameters>]
30-
```
31-
32-
### Set1
33-
```
34-
Resume-MailboxDatabaseCopy [-Identity] <DatabaseCopyIdParameter> [-Confirm] [-DomainController <Fqdn>]
35-
[-ReplicationOnly] [-WhatIf] [<CommonParameters>]
30+
Resume-MailboxDatabaseCopy [-Identity] <DatabaseCopyIdParameter> [-DisableReplayLag] [-DisableReplayLagReason <String>]
31+
[-Confirm]
32+
[-DomainController <Fqdn>]
33+
[-WhatIf] [<CommonParameters>]
3634
```
3735

3836
## DESCRIPTION
@@ -112,7 +110,7 @@ The ReplicationOnly switch specifies whether to resume replication without affec
112110
113111
```yaml
114112
Type: SwitchParameter
115-
Parameter Sets: (All), Set1
113+
Parameter Sets: Identity
116114
Aliases:
117115
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
118116
Required: False
@@ -142,7 +140,7 @@ The DisableReplayLag parameter specifies that any configured replay lag time for
142140
143141
```yaml
144142
Type: SwitchParameter
145-
Parameter Sets: Set2
143+
Parameter Sets: DisableReplayLag
146144
Aliases:
147145
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
148146
Required: True
@@ -157,7 +155,7 @@ The DisableReplayLagReason parameter is used with the DisableReplayLag parameter
157155
158156
```yaml
159157
Type: String
160-
Parameter Sets: Set2
158+
Parameter Sets: DisableReplayLag
161159
Aliases:
162160
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
163161
Required: False

0 commit comments

Comments
 (0)