Microsoft 365 updates on new Copilot capabilities

Microsoft has announced a set of upcoming enhancements that continue to expand the value of Copilot across Microsoft 365. These updates introduce new ways for users to manage collaboration and meeting experiences with less context switching and more control. As always, timelines may shift as development progresses. I have provided the official reference IDs and documentation links for your convenience. Schedule meetings directly from Copilot Chat The first update introduces a new capability that allows users to schedule meetings directly from Copilot chat. This feature reached general availability worldwide with rollout completed by late January 2026. It enables users to find available times, book rooms, draft agendas, and send invitations entirely within the chat experience, reducing the need to move between applications and helping streamline everyday workflow. The feature is on by default, requires no administrator configuration, and respects all existing calendar and meeting polici...

Get-userandpolicy V_1 released

I have been working on a deployment lately, where I was tasked with identifying policies and if any of these could be removed after a huge migration.

This could all be done through CSCP, but the task was slow and "painful". I decided to find a quicker way to complete the job. And sure enough. A couple of hours creating some code, made the task so much easier.

This was not the first deployment I had to do policy management and cleanup, and I do not think it's going to be the last. So I decided to make a script of the code and publish it. Get-userandpolicy is the end result of my work.

I have made it available on the Technet Gallery, so if you need a quick way to get an overview over your policies and users assigned to them you are welcome to download and try it: Get-userandpolicy

As always, feedback and suggestions appreciated ;)