Skip to content

Commit 0caca60

Browse files
authored
Merge branch 'master' into patch-3
2 parents c07fa2f + 850097b commit 0caca60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exchange/exchange-ps/exchange/New-MailUser.md

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

184184
### Example 1
185185
```powershell
186-
New-MailUser -Name "Ed Meadows" -ExternalEmailAddress [email protected] -MicrosoftOnlineServicesID ed@tailspintoys -Password (ConvertTo-SecureString -String 'P@ssw0rd1' -AsPlainText -Force)
186+
New-MailUser -Name "Ed Meadows" -ExternalEmailAddress [email protected] -MicrosoftOnlineServicesID ed@contoso.com -Password (ConvertTo-SecureString -String 'P@ssw0rd1' -AsPlainText -Force)
187187
```
188188

189189
This example creates a new mail user for Ed Meadows in the contoso.com cloud-based organization. The mail user gives Ed an account and email address in the contoso.com ___domain, but messages sent to Ed are delivered to his tailspintoys.com email address.

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ The Applications parameter specifies the target when Microsoft 365 Groups are in
475475

476476
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
477477
- `Group:SharePoint` for the SharePoint site that's connected to the Microsoft 365 Group.
478-
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
479-
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
478+
- `"Group:Exchange,SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
479+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange,SharePoint"`. To return to the default value of both the mailbox and SharePoint site for the selected Microsoft 365 groups, specify `"Group:Exchange,SharePoint"`.
480480

481481
```yaml
482482
Type: MultiValuedProperty

0 commit comments

Comments
 (0)