Custom Engine Agents in Microsoft 365 Copilot

Agents in BizChat has been available for some time already, but now there is an upcoming update to Agents. The introduction of “ custom engine agents ” in Microsoft 365 Copilot! These specialized agents can be built on any large language model (LLM), toolchain, or orchestration tool, tailored specifically for your domain or tenant workflows. Initially supported in Microsoft Teams, this feature will soon be available in Microsoft 365 Copilot Business Chat ( BizChat ).   The introduction of Custom engine agents enables your organization to create customized experiences using your own AI systems and orchestrators. You can design unique prompts, connect to any LLM, and integrate these custom agents with Microsoft 365 Copilot. After the rollout, users will be able to access these agents, provided they are enabled and deployed in the Microsoft 365 admin center under the Copilot tab.   You can read more about the feature on this page . Eligible users can create agents using Micros...

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 ;)