Skip to content

Commit eeecd25

Browse files
committed
ExchangeLocation updates
Per Issue #8354
1 parent 4fd6ddc commit eeecd25

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

exchange/exchange-ps/exchange/New-CaseHoldPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The ExchangeLocation parameter specifies the mailboxes to include in the policy.
151151
To specify a mailbox or distribution group, you can use the following values:
152152

153153
- Name
154-
- SMTP address
154+
- SMTP address. To specify an inactive mailbox, precede the address with a period (.).
155155
- Azure AD ObjectId (You can use the [Get-AzureADUser](https://docs.microsoft.com/powershell/module/azuread/get-azureaduser) cmdlet to obtain this value.)
156156

157157
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Accept pipeline input: False
398398
Accept wildcard characters: False
399399
```
400400

401-
### -RemoveExchangeLocation
401+
402402
The RemoveExchangeLocation parameter removes locations on Exchange from the policy.
403403

404404
```yaml

exchange/exchange-ps/exchange/Set-CaseHoldPolicy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The AddExchangeLocation parameter specifies the mailboxes to add to the list of
116116
To specify a mailbox or distribution group, you can use the following values:
117117
118118
- Name
119-
- SMTP address
119+
- SMTP address. To specify an inactive mailbox, precede the address with a period (.).
120120
- Azure AD ObjectId (You can use the [Get-AzureADUser](https://docs.microsoft.com/powershell/module/azuread/get-azureaduser) cmdlet to obtain this value.)
121121
122122
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
@@ -249,9 +249,8 @@ The RemoveExchangeLocation parameter specifies the existing mailboxes to remove
249249
To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example:
250250

251251
- Name
252-
- Distinguished name (DN)
253-
- Email address
254-
- GUID
252+
- SMTP address. To specify an inactive mailbox, precede the address with a period (.).
253+
- Azure AD ObjectId (You can use the [Get-AzureADUser](https://docs.microsoft.com/powershell/module/azuread/get-azureaduser) cmdlet to obtain this value.)
255254

256255
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
257256

0 commit comments

Comments
 (0)