Clipchamp coming to Visual Creator in Microsoft 365 Copilot

Clipchamp will soon integrate with Visual Creator in Microsoft 365 Copilot, enabling users to effortlessly create videos by simply typing a prompt. Clipchamp will generate a custom script, find available high-quality stock footage, and assemble a video project complete with music, voiceover, text overlays, and transitions. After initial creation, t his initial draft can be further edited in the Clipchamp app and exported as an mp4 file for distribution.   As mentioned, the feature sources it images from existing stock media from Microsoft 365 service asset libraries , it does not create actual new video material.   Organizations should consider updating their training and adoption material to include the new agent and the Clipchamp tool for content creators.   This feature is mentioned in Microsoft 365 Roadmap ID 402192 , and it should be rolling out in the February-March time - frame .  

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