Get AD Group Members Recursively V2

I am releasing version 2 of the AD group members recursive function after requests from some of my followers and colleagues. This version has added functionality to show groups if you use parameter -ShowGroups $true (its optional parameter). If you are using this in your existing scripts those will continue to work as functionality has…

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…