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

Get-userandpolicy V_1 released

I have been working on a deployment lately, where I was tasked with identifying policies and if any of these could be removed after a huge migration.

This could all be done through CSCP, but the task was slow and "painful". I decided to find a quicker way to complete the job. And sure enough. A couple of hours creating some code, made the task so much easier.

This was not the first deployment I had to do policy management and cleanup, and I do not think it's going to be the last. So I decided to make a script of the code and publish it. Get-userandpolicy is the end result of my work.

I have made it available on the Technet Gallery, so if you need a quick way to get an overview over your policies and users assigned to them you are welcome to download and try it: Get-userandpolicy

As always, feedback and suggestions appreciated ;)

Comments