Microsoft 365 insights from the field

A blog by Peter Schmidt about Security, Identity, Email Protection, Compliance, AI & Copilot, and Tenant-to-Tenant migrations

How to Change The Retention Policy for Deleted Items in Office 365

If you need to change the Deleted Items Retention Policy from the default 30 days to something else, e.g. 90 days. It can be done using a simple command in Exchange Online PowerShell (see my previous posts on how to connect to MS Online). When you are connected using PowerShell, the following command, will set the Deleted Items Retention Tag Policy to 90 days (instead of the default 30 days): Set-RetentionPolicyTag "Deleted Items" -AgeLimitForRetention 90 …

Read more

Catch-all mail on Office 365

I have gotten the question from time to time, about if it possible to create a catch-all mailbox on Office 365 (Exchange Online). So I thought I would highlight it in a blog post. Unfortunately for those, who have the needs. This is not possible in Office 365 (Exchange Online). This is stated in the Service Description guide: “Microsoft Exchange Online for Enterprises Service Description.docx” from Microsoft: A catch-all mailbox receives messages sent to email …

Read more

How to Remote PowerShell into Exchange Online using Prefix

In my last blog I wrote about how to connect to Exchange Online using a remote PowerShell session. But if your are running your on-premise Exchange 2010 and connecting to Exchange Online at the same time, it would be nice to be able to distinguish between the commands you run in PowerShell against the on-premise or the online Exchange. This can be done using a prefix setting, when you import your Exchange Online session. See …

Read more

How to Remote PowerShell into Exchange Online (Office 365)

As described in my previous blog post last week, it is possible to use PowerShell to manage your Office 365. It is also possible to use Remote PowerShell to manage administrative tasks and Exchange settings within your Exchange Online Tenant (Office 365). You don’t need Office 365 MS Online PowerShell module for managing your Exchange Online configuration with PowerShell. The process is very similar to how you would configure an implicit remote session to an on-premise …

Read more

Office 365 Jump Start Training videos available

Last year I did a blog post about the 3 day Office 365 Jump Start Training, that Microsoft held online at the time. The entire training course “Microsoft Office 365 for IT Professionals Jump Start” has since then, been made available in HD-quality video recordings for free on TechNet Edge and on the Microsoft Virtual Academy (MVA), where there is an assessment after each session. The 15 sessions (1 hour each) is divided into three …

Read more