Join Teams work meetings from Microsoft Teams (free) and vice versa

Microsoft Teams (Free) users can currently join Teams for work (or school) meetings only as guests, which requires them to use a browser and results in a sub-optimal experience. The new feature rolling out will allow these users to join Teams for work (or school) meetings in one click, without being redirected to the browser or asked to fill in their name/surname. They will also be able to continue collaborating with the meeting organizer and other participants via meeting chat after the meeting.  The feature will work in the opposite way as well, so Teams for work (or school) will just as easily be able to join meetings hosted by a Teams Free user with one click. This is associated with Roadmap ID: 167326

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

Comments