Microsoft 365 Copilot: New Navigation, Voice, and Context Enhancements Arriving Soon

Here are three new updates to the user interface of Microsoft Copilot. These releases improve usability, expand interaction options, and streamline how users incorporate work content into prompts. All three of these features were actually announced "a long time ago", and the initial release started almost 6 months ago. But I guess the setup is complicated, as the rollout hasn't completed yet. This only proves the importance of paying attention to the official roadmap and the tenant message center in order to understand when features are being implemented for your organization. Timelines may continue to evolve as deployments progress, and this summary includes the official reference IDs and documentation links for verification. Refreshed Navigation Experience There is a redesigned navigation experience for the Microsoft 365 Copilot app heading your way, delivering a cleaner, more efficient layout. The update flattens the menu structure and groups related components to help...

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