Posted on October 4, 2009 by Kristopher Bash
In this post, I described the use of PowerShell for the purpose of generating a report of all members of a particular group, including nested groups. The script utilized ADSI calls to the WinNT:// provider to recursively retrieve both local and domain group members. However, it was brought to my attention that the WinNT:// provider cannot [...]
Filed under: Audits, Powershell, Scripting | 5 Comments »
Posted on August 20, 2009 by Kristopher Bash
It seems like a favorite request of auditors is one for lists of all members of a set of local or domain groups that are associated with a resource that is being audited, and these requests typically stipulate that all members of nested groups must be listed as well (i.e. full recursion). I used to [...]
Filed under: Audits, Misc., Powershell | 2 Comments »