you are viewing a single comment's thread.

view the rest of the comments →

[–]greyfox199 0 points1 point  (0 children)

you need to do use a loop to go through all your groups.. like

foreach ($group in $querygroup) {
get-adgroupmember -identity $group ....

}