Look for inactive mailboxes in your exchange environment
(Get-Mailbox -IncludeInactiveMailbox | where IsInactiveMailbox -eq "True") | Get-Mailbox -SoftDeletedMailbox | FL Name,Identity,LitigationHoldEnabled,InPlaceholds,WhenSoftDeleted,IsInactiveMailbox,WasInactiveMailbox,InactiveMailboxRetireTime
Get-Mailbox -InactiveMailboxOnly -ResultSize Unlimited | Select DisplayName,Name,Identity,DistinguishedName,ExchangeGuid,IsInactiveMailbox,LitigationHoldEnabled,LitigationHoldDuration,LitigationHoldDate,LitigationHoldOwner,InPlaceHolds,ComplianceTagHoldApplied
No responses yet