Get-Mailbox -Identity yourmailbox@email.com | FL LitigationHoldEnabled,InplaceHolds,Compl*,Delay*,Inplace* Set-Mailbox -Identity yourmailbox@email.com -RemoveDelayHoldApplied Set-Mailbox -Identity yourmailbox@email.com -LitigationHoldEnabled $false
Look for inactive mailboxes in your exchange environment (Get-Mailbox -IncludeInactiveMailbox | where IsInactiveMailbox -eq "True") | Get-Mailbox[…]
Get a count your Recovery Items inbox Get-MailboxFolderStatistics youremail@address.com -FolderScope RecoverableItems | fl Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders
Connect to Exchange Online Powershell Connect-ExchangeOnline Run the following Powershell script to get your list of FolderID[…]
Clear previous Powershell sessions Get-PSSession | Remove-PSSession; Disconnect-ExchangeOnline Connect to PowershellExchange module Connect-IPPSSession -UserPrincipalName globaladmin@emailaddress.com Create a[…]
Before the Flight During the Flight Other Tricks Bonus Tip for Parents Since you have a child,[…]
Hey there, fellow adventurers! I am a computer whiz who’s always got one foot in the server[…]