Creating Teams from Excel using PnPPowerShell and Graph


In this video blog, I have shown the process of creating of Microsoft Teams team using Graph API and PowerShell. The script is using the same concept that you would use in any custom application. I have used PnPPowerShell for authentication and access token. The script for this video is available at the link below.

https://github.com/jerryyasir/Samples/tree/master/CreateTeamWithoutTemplates

Managing Azure AD Role Assignments using Groups


Managing Office 365 or Azure Active Directory Role assignments using Groups has been a widely discussed topic and has been requested by many. We have various workarounds available to handle it but Microsoft has finally launched a public preview of managing the role assignments using the groups.

In the videos below, I have tried to cover both old and new way to managing this settings.