Skip to content

Commit 86ccfe8

Browse files
Merge branch 'master' into patch-31
2 parents c01559a + cdc8362 commit 86ccfe8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

exchange/exchange-ps/exchange/Get-SafeLinksDetailReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The Action parameter filters the results by action. Valid values are:
8686

8787
You can specify multiple values separated by commas.
8888

89+
Note that the values for this parameter are case sensitive.
90+
8991
```yaml
9092
Type: MultiValuedProperty
9193
Parameter Sets: (All)

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-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

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available only in the cloud-based service.
1616

1717
Use the Set-Place cmdlet to update room mailboxes with additional metadata, which provides a better search and room suggestion experience.
1818

19-
**Note**: In hybrid environments, this cmdlet doesn't work on the following properties on synchronized room mailboxes: City, CountryOrRegion, GeoCoordinates, Phone, PostalCode, State, and Street. To modify these properties on synchronized room mailboxes, use the Set-User or Set-Mailbox cmdlets in on-premises Exchange.
19+
**Note**: In hybrid environments, this cmdlet doesn't work on the following properties on synchronized room mailboxes: City, CountryOrRegion, GeoCoordinates, Phone, PostalCode, State, and Street. To modify these properties except GeoCoordinates on synchronized room mailboxes, use the Set-User or Set-Mailbox cmdlets in on-premises Exchange.
2020

2121
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
2222

0 commit comments

Comments
 (0)