Building a script to find all members of several given groups
Building a script to find all members of several given groups
Last week, I showed you how I find all the nested members of a specified group. When we get requests for such audits, however, they usually specify doing so for a number of groups. Now, we could of course do it, one group at a time, adding information to the
What if we want to run this on a number of groups, and avoid overwriting the file? That requires the -Append parameter:
Get-ADGroupMe…
View On WordPress












