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 V1.1 released

I just updated my get-userandpolicy script at the Technet Gallery (here)

This version of the script can edit the assigned policy of multiple users with a few simple clicks.

Here is an example of how I edited my own voice policy in our demo system:

First I run the .\get-userandpolicy.ps1 -changepolicy -voice policy:


Next, i am presented with a gridview of all my voice enabled users, and I selected two of them:


After selecting my users, I press ok. Next I am presented with a new gridview. This time with all my policies:


I selected the policy I wanted to switch to, and pressed ok. Then, watch the verbose output:


In the end, I ran the script again, but with the -listuser switch, to verify the change was executed:


Hope you find my script ant tool useful. Please let me know if you find any bugs or have any suggestions on improvements.