Get AD Group Members Recursively

Many of us use PowerShell Active Directory Module and have been stumbled upon this issue as this module does not have option to get indirect membership. I have utilized Quest Active Directory module a lot and that has nice option to get nested group membership with -indirect parameter. Get-QADGroupMember -Identity “Test Nested Group members” -Indirect…

PowerApps Azure AD connector Permissions

PowerApps Azure AD connector is not like any other connector, it needs Global Administrator rights to register itself and  also require different method (that will go thru in this post) to provide permission to particular users to be able to use this connector in PowerApps and PowerAutomate. To use this connector, following permissions are required.…

Set Teams Only Mode Based AD Group

Today, I am sharing another Magical PowerShell Spell related to Microsoft Teams. This solution will assist the organizations that want to slowly migrate to Teams Only mode before updating the the settings at the organizational level. Download it from below GitHub Link: Teams Only Mode Based AD Group Prerequisites for this Solution: Active directory Module…