Coming soon: Copilot Studio Agent Report Template

Copilot Studio Agent Report Template Microsoft is rolling out a new feature in Viva Insights: the Copilot Studio agent report template. This Microsoft Power BI template will be available in public preview starting mid-April 2025, and provides an aggregated view of Microsoft Copilot Studio agent adoption and impact across the organization over time, with the flexibility to explore details for specific agents. This feature will bring valuable insights into the usage of agents, making it easier for organizations to make informed adjustments and optimize their performance. The Copilot Studio agent report covers usage and impact metrics for agents built using Copilot Studio that are published outside of Microsoft 365 Copilot or Microsoft 365 Copilot Chat, and excludes agents that enhance Microsoft 365 Copilot and autonomous agents. Eligibility Criteria To access this feature, tenants must meet one of the following criteria: Viva Insights licenses: Either a minimum of 50+ assigned Viva Insi...

Two more examples for get-userandpolicy

I just wanted to show to more examples of how I use the get-userandpolicy script.

In my previous post I showed how to identify specific policies and their associated users. There is another switch included in the script, and that is the "allpolicy" switch. This switch will list a complete set of policies a user object can be assigned to.


Combining the "allpolicy" and "listpolicy" can give you a complete overview over all your policies and how they are used. Be cautious when running this in a large deployment, as it can take some time to count the number of users of each policy (as it is currently querying using the "get-csuser" command for each policy count).


The script can be downloaded here: http://gallery.technet.microsoft.com/Get-UserandPolicy-2b8f9873