Skip to content

Commit c6f1e2b

Browse files
committed
Bulk updates to Exchange cmdlet ref topics
A few different global search & replace updates
1 parent 13addd4 commit c6f1e2b

File tree

490 files changed

+1273
-864
lines changed

Some content is hidden

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

490 files changed

+1273
-864
lines changed

exchange/exchange-ps/exchange/Add-AttachmentFilterEntry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This cmdlet is available or effective only on Edge Transport servers in on-premi
1010

1111
Use the Add-AttachmentFilterEntry cmdlet to add an entry to the attachment filter list that's used by the Attachment Filtering agent on Edge Transport servers.
1212

13+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
14+
1315
## SYNTAX
1416

1517
```

exchange/exchange-ps/exchange/Add-ComplianceCaseMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3333

3434
## EXAMPLES
3535

36-
### Example 1 -------------------------- (Office 365 Security & Compliance Center)
36+
### Example 1
3737
```
3838
Add-ComplianceCaseMember -Case "Case 2112" -Member johnevans@contoso.com
3939
```

exchange/exchange-ps/exchange/Add-ContentFilterPhrase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This cmdlet is available only in on-premises Exchange.
1010

1111
Use the Add-ContentFilterPhrase cmdlet to define custom words for the Content Filter agent. A custom word is a word or phrase that the administrator sets for the Content Filter agent to evaluate the content of an e-mail message and apply appropriate filter processing.
1212

13+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
14+
1315
## SYNTAX
1416

1517
```

exchange/exchange-ps/exchange/Add-IPAllowListEntry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This cmdlet is available or effective only on Edge Transport servers in on-premi
1010

1111
Use the Add-IPAllowListEntry cmdlet to add IP Allow list entries to the IP Allow list that's used by the Connection Filtering agent on Edge Transport servers.
1212

13+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
14+
1315
## SYNTAX
1416

1517
### Set2

exchange/exchange-ps/exchange/Add-IPAllowListProvider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This cmdlet is available or effective only on Edge Transport servers in on-premi
1010

1111
Use the Add-IPAllowListProvider cmdlet to create IP Allow list providers that are used by the Connection Filtering agent on Edge Transport servers.
1212

13+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
14+
1315
## SYNTAX
1416

1517
```

exchange/exchange-ps/exchange/Add-IPBlockListEntry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This cmdlet is available or effective only on Edge Transport servers in on-premi
1010

1111
Use the Add-IPBlockListEntry cmdlet to add IP Block list entries to the IP Block list that's used by the Connection Filtering agent on Edge Transport servers.
1212

13+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
14+
1315
## SYNTAX
1416

1517
### Set2

exchange/exchange-ps/exchange/Add-IPBlockListProvider.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This cmdlet is available or effective only on Edge Transport servers in on-premi
1010

1111
Use the Add-IPBlockListProvider cmdlet to create IP Block list providers that are used by the Connection Filtering agent on Edge Transport servers.
1212

13+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
14+
1315
## SYNTAX
1416

1517
```
@@ -24,7 +26,7 @@ On Edge Transport servers, you need to be a member of the local Administrators g
2426

2527
## EXAMPLES
2628

27-
### Example 1 -------------------------- (Exchange Server 2010)
29+
### Example 1
2830
```
2931
Add-IPBlockListProvider -Name NewIpBlockListProvider -LookupDomain Contoso.com -RejectionResponse "Originating IP address matched to Contoso.com's IP Block List provider service"
3032
```

exchange/exchange-ps/exchange/Add-PublicFolderAdministrativePermission.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ schema: 2.0.0
66
# Add-PublicFolderAdministrativePermission
77

88
## SYNOPSIS
9+
This cmdlet is available only in Exchange Server 2010.
10+
11+
This cmdlet is available only in on-premises Exchange Server 2010.
12+
913
Use the Add-PublicFolderAdministrativePermission cmdlet to add administrative permissions to a public folder or a public folder hierarchy.
1014

15+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
16+
1117
## SYNTAX
1218

1319
### Set1
@@ -35,18 +41,18 @@ Add-PublicFolderAdministrativePermission [-Identity] <PublicFolderIdParameter>
3541
```
3642

3743
## DESCRIPTION
38-
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Public folder administrative permissions" entry in the Mailbox Permissions topic.
44+
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://technet.microsoft.com/library/mt432940.aspx).
3945

4046
## EXAMPLES
4147

42-
### Example 1 -------------------------- (Exchange Server 2010)
48+
### Example 1
4349
```
4450
Add-PublicFolderAdministrativePermission -User Chris -Identity \MyPublicFolder -AccessRights ViewInformationStore
4551
```
4652

4753
This example grants the user Chris the ViewInformationStore permission on the public folder MyPublicFolder.
4854

49-
### Example 2 -------------------------- (Exchange Server 2010)
55+
### Example 2
5056
```
5157
Add-PublicFolderAdministrativePermission -User Chris -Identity \MyPublicFolder -AccessRights ViewInformationStore -Deny
5258
```
@@ -217,7 +223,7 @@ Accept wildcard characters: False
217223
```
218224
219225
### -Deny
220-
The Deny switch specifies whether to deny the permission specified.
226+
The Deny switch specifies whether to deny the permission specified. You don't need to specify a value with this switch.
221227
222228
```yaml
223229
Type: SwitchParameter
@@ -275,7 +281,17 @@ Accept wildcard characters: False
275281
```
276282
277283
### -Server
278-
The Server parameter specifies the server on which to perform the selected operations.
284+
The Server parameter specifies the Exchange server where you want to run this command. You can use any value that uniquely identifes the server. For example:
285+
286+
- Name
287+
288+
- FQDN
289+
290+
- Distinguished name (DN)
291+
292+
- Exchange Legacy DN
293+
294+
If you don't use this parameter, the command is run on the local server.
279295
280296
```yaml
281297
Type: ServerIdParameter

exchange/exchange-ps/exchange/Add-PublicFolderClientPermission.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The DomainController parameter specifies the domain controller that's used by th
160160
Type: Fqdn
161161
Parameter Sets: (All)
162162
Aliases:
163-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
163+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
164164

165165
Required: False
166166
Position: Named
@@ -170,7 +170,19 @@ Accept wildcard characters: False
170170
```
171171
172172
### -Server
173-
The Server parameter specifies the server on which to perform the selected operations.
173+
This parameter is available only in on-premises Exchange Server 2010.
174+
175+
The Server parameter specifies the Exchange server where you want to run this command. You can use any value that uniquely identifes the server. For example:
176+
177+
- Name
178+
179+
- FQDN
180+
181+
- Distinguished name (DN)
182+
183+
- Exchange Legacy DN
184+
185+
If you don't use this parameter, the command is run on the local server.
174186
175187
```yaml
176188
Type: ServerIdParameter

exchange/exchange-ps/exchange/Add-RecipientPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2626

2727
## EXAMPLES
2828

29-
### Example 1 -------------------------- (Exchange Online)
29+
### Example 1
3030
```
3131
Add-RecipientPermission "Help Desk" -AccessRights SendAs -Trustee "Ayla Kol"
3232
```

0 commit comments

Comments
 (0)