When a user runs out of archive space (regularly 100GB), and you add a Online Exchange Plan 2 license or another type of license which supports over 100GB of space (Microsoft 365 E3, E5, Office 365 E3, E5), we need to manually enable via Powershell the auto expand option so it can expand more space on the archive. Connect-ExchangeOnline … Read More
This process is designed to delete emails delivered to your own tenant in Microsoft 365. Grant yourself the eDiscovery role: Go to https://purview.microsoft.com/ Edit eDiscovery Manager and add your user. Open up Powershell in admin mode: Update-Module ExchangeOnlineManagement Import-Module ExchangeOnlineManagement Connect-IPPSSession -EnableSearchOnlySession Create a Compliance search (check the query) For Subject New-ComplianceSearch -name “Search22” -ExchangeLocation … Read More