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…

Exchange Online – Plus Addressing

What is plus addressing and how do we enable and use it? This has been announced at Ignite that Plus Addressing is now Generally available and can be utilized. Refer : Ignite 2020 Announcements So, first thing first, let’s explain what Plus Addressing is. This feature has been used by many providers like Gmail and…