JoeCode
TIL: Microsoft 365 mailbox search with Powershell
Feb 08, 2024- CodeTwo - NewComplianceSearch
- Microsoft - Connect to Exchange via Powershell
- Microsoft - Search queries for specific folders
- Microsoft - Remove delay hold
useful commands
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName admin@contoso.com
Connect-IPPSSession -UserPrincipalName admin@contoso.com
Start-ManagedFolderAssistant -Identity user@contoso.com