Copilot in Outlook: Prioritize my inbox

Microsoft is releasing a new feature for Copilot in Outlook: "Prioritize my inbox by Copilot". The feature can go through your inbox and analyse the content for you. it will then mark them as high and low priority and help you focus on the tasks that are important to you. When the feature rolls out, it will be implemented as an opt-in feature for users, and it will be a "limited seating" until there is enough capacity for all within the organization. When available and enabled, there will be ways to tell Copilot what is important to you. You can read more about this on the support pages for the feature. A couple of notes: It will only prioritize in your main inbox (Not subfolders) It will not work on shared mailboxes or groups This feature is associated with Microsoft 365 Roadmap ID 411302  and will start rolling out in April 2025

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.