Skip to content

Commit da73b00

Browse files
authored
Merge branch 'master' into patch-233
2 parents 8b33f16 + fb8540a commit da73b00

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

exchange/exchange-ps/exchange/New-MailboxExportRequest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ If the user creates a personal folder with the same name as a well-known folder
518518

519519
Wildcard characters can't be used in folder names.
520520

521+
To exclude the Recoverable Items folder, you must use the ExcludeDumpster parameter.
522+
521523
```yaml
522524
Type: String[]
523525
Parameter Sets: Mailbox, MailboxExportRequest
@@ -562,6 +564,8 @@ If the user creates a personal folder with the same name as a well-known folder
562564

563565
Wildcard characters can't be used in folder names.
564566

567+
The Recoverable Items folder is always included if you don't use the ExcludeDumpster parameter, regardless of the list of folders you provide.
568+
565569
```yaml
566570
Type: String[]
567571
Parameter Sets: Mailbox, MailboxExportRequest

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ New-RetentionCompliancePolicy [-Name] <String>
6161
```
6262

6363
## DESCRIPTION
64-
New policies are not valid and will not be applied until a retention rule is added to the policy. In addition, at least one location parameter must be defined to create a retention policy.
64+
New policies are not valid and will not be applied until a retention rule is added to the policy. For more information, see [New-RetentionComplianceRule](New-RetentionComplianceRule.md). In addition, at least one location parameter must be defined to create a retention policy.
6565

6666
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in the Security & Compliance Center](https://docs.microsoft.com/microsoft-365/security/office-365-security/permissions-in-the-security-and-compliance-center).
6767

@@ -70,9 +70,11 @@ You need to be assigned permissions in the Security & Compliance Center before y
7070
### Example 1
7171
```powershell
7272
New-RetentionCompliancePolicy -Name "Regulation 123 Compliance" -ExchangeLocation "Kitty Petersen", "Scott Nakamura" -SharePointLocation "https://contoso.sharepoint.com/sites/teams/finance"
73+
New-RetentionComplianceRule -Name RetUnlimited -Policy "Regulation 123 Compliance" -RetentionDuration Unlimited
7374
```
7475

75-
This example creates a retention policy named "Regulation 123 Compliance" for the mailboxes of Kitty Petersen and Scott Nakamura, and the finance SharePoint Online site.
76+
The first command in this example creates a retention policy named "Regulation 123 Compliance" for the mailboxes of Kitty Petersen and Scott Nakamura, and the finance SharePoint Online site.
77+
The second command creates a new retention rule named "RetUnlimited" and adds it to the retention policy created with the fist command.
7678

7779
## PARAMETERS
7880

exchange/exchange-ps/exchange/Set-MailUser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,9 @@ Accept wildcard characters: False
15801580
### -RemoveMailboxProvisioningConstraint
15811581
This parameter is available only in the cloud-based service.
15821582

1583-
{{ Fill RemoveMailboxProvisioningConstraint Description }}
1583+
The RemoveMailboxProvisioningConstraint switch removes the mailbox provisioning constraint from the user. You don't need to specify a value with this switch.
1584+
1585+
You should use this switch when the provisioning constraint is no longer needed, or if it's preventing the mailbox from being moved.
15841586

15851587
```yaml
15861588
Type: SwitchParameter

0 commit comments

Comments
 (0)