Skip to content

Commit fc75c8e

Browse files
committed
Update Set-Mailbox.md
Minor edits to Example 9, 10, and 11 text
1 parent a8cf04b commit fc75c8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-Mailbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,21 +1715,21 @@ In Exchange Online, this example removes the delay hold that's applied to Asraf'
17151715
Set-Mailbox -Identity inactive.user@contoso.com -InactiveMailbox -RemoveComplianceTagHoldApplied
17161716
```
17171717

1718-
This example removes compliance tag holds from an inactive mailbox. Because the mailbox is inactive, the ProvideConsent switch is not required.
1718+
In Exchange Online, this example removes compliance tag holds from an inactive mailbox. Because the mailbox is inactive, the ProvideConsent switch is not required.
17191719

17201720
### Example 10
17211721
```powershell
17221722
Set-Mailbox -Identity john.smith@contoso.com -RemoveComplianceTagHoldApplied -ProvideConsent
17231723
```
17241724

1725-
This example removes compliance tag holds from an active mailbox. The ProvideConsent switch is required to acknowledge that you understand the implications of removing the hold from an active mailbox, which may result in the permanent deletion of content that was previously protected.
1725+
In Exchange Online, this example removes compliance tag holds from an active mailbox. The ProvideConsent switch is required to acknowledge you understand the implications of removing the hold from an active mailbox, which might result in the permanent deletion of content that was previously protected.
17261726

17271727
### Example 11
17281728
```powershell
17291729
Set-Mailbox -Identity "Sales Team" -GroupMailbox -ExcludeFromAllHolds
17301730
```
17311731

1732-
This example removes all eligible holds from a group mailbox named "Sales Team". This includes organization-level retention policies, user-level retention policies, compliance tag holds, delay holds, and delay release holds. The switch does not remove eDiscovery holds, litigation holds, or restrictive retention policies.
1732+
In Exchange Online, this example removes all eligible holds from a group mailbox named Sales Team. This removal includes organization-level retention policies, user-level retention policies, compliance tag holds, delay holds, and delay release holds. The switch doesn't remove eDiscovery holds, litigation holds, or restrictive retention policies.
17331733

17341734
## PARAMETERS
17351735

0 commit comments

Comments
 (0)