Skip to content

Commit 8f6de54

Browse files
committed
Update Set-Mailbox.md
1 parent fc75c8e commit 8f6de54

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,24 +1712,24 @@ In Exchange Online, this example removes the delay hold that's applied to Asraf'
17121712

17131713
### Example 9
17141714
```powershell
1715-
Set-Mailbox -Identity inactive.user@contoso.com -InactiveMailbox -RemoveComplianceTagHoldApplied
1715+
Set-Mailbox -Identity akia@contoso.com -InactiveMailbox -RemoveComplianceTagHoldApplied
17161716
```
17171717

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.
1718+
In Exchange Online, this example removes compliance tag holds from the specified inactive mailbox. Because the mailbox is inactive, the ProvideConsent switch isn't required.
17191719

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

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.
1725+
In Exchange Online, this example removes compliance tag holds from the specified 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-
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.
1732+
In Exchange Online, this example removes all eligible holds from the Microsoft 365 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)