Skip to content

Commit 1864f9e

Browse files
authored
Merge pull request MicrosoftDocs#4336 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents e141a8a + 7994d33 commit 1864f9e

File tree

1,271 files changed

+17520
-4662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,271 files changed

+17520
-4662
lines changed

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

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@ Add-ADPermission -Instance <ADAcePresentationObject>
6161
```
6262

6363
## DESCRIPTION
64-
The ADPermission cmdlets can be used to directly modify Active Directory access control lists (ACLs). Although some Microsoft Exchange features may continue to use the ADPermission cmdlets to manage permissions (for example Send and Receive connectors) Exchange 2013 and later versions no longer use customized ACLs to manage administrative permissions. If you want to grant or deny administrative permissions in Exchange 2013 or later, you need to use Role Based Access Control (RBAC). For more information about RBAC, see Permissions.
64+
The ADPermission cmdlets can be used to directly modify Active Directory access control lists (ACLs). Although some Microsoft Exchange features may continue to use the ADPermission cmdlets to manage permissions (for example Send and Receive connectors) Exchange 2013 and later versions no longer use customized ACLs to manage administrative permissions. If you want to grant or deny administrative permissions in Exchange 2013 or later, you need to use Role Based Access Control (RBAC). For more information about RBAC, see [Permissions in Exchange Server](https://docs.microsoft.com/Exchange/permissions/permissions).
6565

6666
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
6767

6868
## EXAMPLES
6969

70-
### -------------------------- Example 1 --------------------------
71-
```
70+
### Example 1
71+
```powershell
7272
Add-ADPermission -Identity "Terry Adams" -User AaronPainter -AccessRights ExtendedRight -ExtendedRights "Send As"
7373
```
7474

7575
This example grants Send As permissions for Aaron Painter to Terry Adams's mailbox.
7676

77-
### -------------------------- Example 2 --------------------------
78-
```
77+
### Example 2
78+
```powershell
7979
Add-AdPermission "IP Secured Inbound" -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights ms-Exch-SMTP-Submit,ms-Exch-SMTP-Accept-Any-Recipient,ms-Exch-Bypass-Anti-Spam
8080
```
8181

@@ -93,6 +93,7 @@ Type: ADRawEntryIdParameter
9393
Parameter Sets: AccessRights, Owner
9494
Aliases:
9595
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
96+
9697
Required: True
9798
Position: 1
9899
Default value: None
@@ -105,6 +106,7 @@ Type: ADRawEntryIdParameter
105106
Parameter Sets: Instance
106107
Aliases:
107108
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
109+
108110
Required: False
109111
Position: 1
110112
Default value: None
@@ -120,6 +122,7 @@ Type: ADAcePresentationObject
120122
Parameter Sets: Instance
121123
Aliases:
122124
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
125+
123126
Required: True
124127
Position: Named
125128
Default value: None
@@ -137,6 +140,7 @@ Type: SecurityPrincipalIdParameter
137140
Parameter Sets: Owner
138141
Aliases:
139142
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
143+
140144
Required: True
141145
Position: Named
142146
Default value: None
@@ -152,6 +156,7 @@ Type: SecurityPrincipalIdParameter
152156
Parameter Sets: AccessRights
153157
Aliases:
154158
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
159+
155160
Required: True
156161
Position: Named
157162
Default value: None
@@ -164,6 +169,7 @@ Type: SecurityPrincipalIdParameter
164169
Parameter Sets: Instance
165170
Aliases:
166171
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
172+
167173
Required: False
168174
Position: Named
169175
Default value: None
@@ -217,6 +223,7 @@ Type: ActiveDirectoryRights[]
217223
Parameter Sets: AccessRights, Instance
218224
Aliases:
219225
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
226+
220227
Required: False
221228
Position: Named
222229
Default value: None
@@ -234,6 +241,7 @@ Type: ADSchemaObjectIdParameter[]
234241
Parameter Sets: AccessRights, Instance
235242
Aliases:
236243
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
244+
237245
Required: False
238246
Position: Named
239247
Default value: None
@@ -253,6 +261,7 @@ Type: SwitchParameter
253261
Parameter Sets: (All)
254262
Aliases: cf
255263
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
264+
256265
Required: False
257266
Position: Named
258267
Default value: None
@@ -268,6 +277,7 @@ Type: SwitchParameter
268277
Parameter Sets: AccessRights, Instance
269278
Aliases:
270279
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
280+
271281
Required: False
272282
Position: Named
273283
Default value: None
@@ -285,6 +295,7 @@ Type: Fqdn
285295
Parameter Sets: (All)
286296
Aliases:
287297
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
298+
288299
Required: False
289300
Position: Named
290301
Default value: None
@@ -300,6 +311,7 @@ Type: ExtendedRightIdParameter[]
300311
Parameter Sets: AccessRights, Instance
301312
Aliases:
302313
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
314+
303315
Required: False
304316
Position: Named
305317
Default value: None
@@ -315,6 +327,7 @@ Type: None | All | Descendents | SelfAndChildren | Children
315327
Parameter Sets: AccessRights, Instance
316328
Aliases:
317329
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
330+
318331
Required: False
319332
Position: Named
320333
Default value: None
@@ -330,6 +343,7 @@ Type: ADSchemaObjectIdParameter
330343
Parameter Sets: AccessRights, Instance
331344
Aliases:
332345
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
346+
333347
Required: False
334348
Position: Named
335349
Default value: None
@@ -347,6 +361,7 @@ Type: ADSchemaObjectIdParameter[]
347361
Parameter Sets: AccessRights, Instance
348362
Aliases:
349363
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
364+
350365
Required: False
351366
Position: Named
352367
Default value: None
@@ -362,6 +377,7 @@ Type: SwitchParameter
362377
Parameter Sets: (All)
363378
Aliases: wi
364379
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
380+
365381
Required: False
366382
Position: Named
367383
Default value: None

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4545

4646
## EXAMPLES
4747

48-
### -------------------------- Example 1 --------------------------
49-
```
48+
### Example 1
49+
```powershell
5050
Dump-ProvisioningCache -Server EXSRV1.contoso.com -Application Powershell-Proxy -GlobalCache
5151
```
5252

@@ -74,6 +74,7 @@ Type: String
7474
Parameter Sets: (All)
7575
Aliases:
7676
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
77+
7778
Required: True
7879
Position: Named
7980
Default value: None
@@ -89,6 +90,7 @@ Type: SwitchParameter
8990
Parameter Sets: GlobalCache
9091
Aliases:
9192
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
93+
9294
Required: True
9395
Position: Named
9496
Default value: None
@@ -104,6 +106,7 @@ Type: Fqdn
104106
Parameter Sets: (All)
105107
Aliases:
106108
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
109+
107110
Required: True
108111
Position: 1
109112
Default value: None
@@ -121,6 +124,7 @@ Type: MultiValuedProperty
121124
Parameter Sets: (All)
122125
Aliases:
123126
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
127+
124128
Required: False
125129
Position: Named
126130
Default value: None
@@ -140,6 +144,7 @@ Type: SwitchParameter
140144
Parameter Sets: (All)
141145
Aliases: cf
142146
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
147+
143148
Required: False
144149
Position: Named
145150
Default value: None
@@ -155,6 +160,7 @@ Type: SwitchParameter
155160
Parameter Sets: OrganizationCache
156161
Aliases:
157162
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
163+
158164
Required: False
159165
Position: Named
160166
Default value: None
@@ -170,6 +176,7 @@ Type: MultiValuedProperty
170176
Parameter Sets: OrganizationCache
171177
Aliases:
172178
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
179+
173180
Required: False
174181
Position: Named
175182
Default value: None
@@ -185,6 +192,7 @@ Type: SwitchParameter
185192
Parameter Sets: (All)
186193
Aliases: wi
187194
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
195+
188196
Required: False
189197
Position: Named
190198
Default value: None

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ Get-ADPermission [-Identity] <ADRawEntryIdParameter> [-User <SecurityPrincipalId
3333
```
3434

3535
## DESCRIPTION
36-
The ADPermission cmdlets can be used to directly modify Active Directory access control lists (ACLs). Although some Microsoft Exchange features may continue to use the ADPermission cmdlets to manage permissions (for example Send and Receive connectors) Exchange 2013 and later versions no longer use customized ACLs to manage administrative permissions. If you want to grant or deny administrative permissions in Exchange 2013 or later, you need to use Role Based Access Control (RBAC). For more information about RBAC, see Permissions.
36+
The ADPermission cmdlets can be used to directly modify Active Directory access control lists (ACLs). Although some Microsoft Exchange features may continue to use the ADPermission cmdlets to manage permissions (for example Send and Receive connectors) Exchange 2013 and later versions no longer use customized ACLs to manage administrative permissions. If you want to grant or deny administrative permissions in Exchange 2013 or later, you need to use Role Based Access Control (RBAC). For more information about RBAC, see [Permissions in Exchange Server](https://docs.microsoft.com/Exchange/permissions/permissions).
3737

3838
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
3939

4040
## EXAMPLES
4141

42-
### -------------------------- Example 1 --------------------------
43-
```
42+
### Example 1
43+
```powershell
4444
Get-ADPermission -Identity Ed
4545
```
4646

4747
This example returns the permissions that have been applied to the user Ed.
4848

49-
### -------------------------- Example 2 --------------------------
50-
```
49+
### Example 2
50+
```powershell
5151
Get-ADPermission "Contoso.com" -User Chris
5252
```
5353

@@ -63,6 +63,7 @@ Type: ADRawEntryIdParameter
6363
Parameter Sets: (All)
6464
Aliases:
6565
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
66+
6667
Required: True
6768
Position: 1
6869
Default value: None
@@ -80,6 +81,7 @@ Type: Fqdn
8081
Parameter Sets: (All)
8182
Aliases:
8283
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
84+
8385
Required: False
8486
Position: Named
8587
Default value: None
@@ -95,6 +97,7 @@ Type: SwitchParameter
9597
Parameter Sets: Owner
9698
Aliases:
9799
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
100+
98101
Required: False
99102
Position: Named
100103
Default value: None
@@ -112,6 +115,7 @@ Type: SecurityPrincipalIdParameter
112115
Parameter Sets: AccessRights
113116
Aliases:
114117
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
118+
115119
Required: False
116120
Position: Named
117121
Default value: None

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2929

3030
## EXAMPLES
3131

32-
### -------------------------- Example 1 --------------------------
33-
```
32+
### Example 1
33+
```powershell
3434
Get-AdServerSettings | Format-List
3535
```
3636

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3131

3232
## EXAMPLES
3333

34-
### -------------------------- Example 1 --------------------------
35-
```
34+
### Example 1
35+
```powershell
3636
Get-AdSite Default-First-Site-Name
3737
```
3838

@@ -50,6 +50,7 @@ Type: Fqdn
5050
Parameter Sets: (All)
5151
Aliases:
5252
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
53+
5354
Required: False
5455
Position: Named
5556
Default value: None
@@ -65,6 +66,7 @@ Type: AdSiteIdParameter
6566
Parameter Sets: (All)
6667
Aliases:
6768
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
69+
6870
Required: False
6971
Position: 1
7072
Default value: None

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2929

3030
## EXAMPLES
3131

32-
### -------------------------- Example 1 --------------------------
33-
```
32+
### Example 1
33+
```powershell
3434
Get-ADSiteLink
3535
```
3636

3737
This example returns a list of all IP site links in your organization.
3838

39-
### -------------------------- Example 2 --------------------------
40-
```
39+
### Example 2
40+
```powershell
4141
Get-AdSiteLink | Where {$_.ExchangeCost -ne $null}
4242
```
4343

@@ -55,6 +55,7 @@ Type: Fqdn
5555
Parameter Sets: (All)
5656
Aliases:
5757
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
58+
5859
Required: False
5960
Position: Named
6061
Default value: None
@@ -70,6 +71,7 @@ Type: AdSiteLinkIdParameter
7071
Parameter Sets: (All)
7172
Aliases:
7273
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
74+
7375
Required: False
7476
Position: 1
7577
Default value: None

0 commit comments

Comments
 (0)