Skip to content

Commit 88673c7

Browse files
authored
Merge branch 'main' into patch-59
2 parents 1228833 + 319e7df commit 88673c7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,26 @@ Accept wildcard characters: False
30753075

30763076
This parameter is available only in the cloud-based service.
30773077

3078-
The ExcludeFromAllHolds switch removes all holds and excludes this mailbox from retention policies. You don't need to specify a value with this switch.
3078+
The ExcludeFromAllHolds switch permanetly deletes inactive mailboxes by removing holds while preserving complaince requirements. You don't need to specific a value with this switch.
3079+
3080+
This switch removes the following types of holds:
3081+
3082+
- Organization-level retention policies (organization-wide holds that apply to all or most mailboxes).
3083+
- User-level retention policies (specific mailbox holds with targeted scope).
3084+
- Compliance tag holds (content-based retention holds when no restrictive policies exist).
3085+
- Delay holds (temporary holds during policy transitions).
3086+
- Delay release holds (holds that prevent immediate deletion during policy changes).
3087+
3088+
This switch doesn't remove the following types of holds:
3089+
3090+
- eDiscovery holds (maintained for compliance).
3091+
- Litigation holds (maintained for compliance).
3092+
- Restrictive retention policies (preserved for compliance rules).
3093+
- Policy configurations (doesn't update policy exclusion lists).
3094+
3095+
After you use this switch in a **Set-Mailbox** command on an inactive mailbox, run the following **Get-Mailbox** command to confirm the results:
3096+
3097+
`Get-Mailbox -InactiveMailboxOnly -Identity "[email protected]" | Format-List Name,InPlaceHolds,IsInactiveMailbox`
30793098

30803099
```yaml
30813100
Type: SwitchParameter

0 commit comments

Comments
 (0)