I'm not worried about nested memberships...

This incantation only gives me 4 groups for a user:
get-aduser -id username -properties memberof | select memberof | fl

This incantation gives me all of the groups (around 15 or so):
(get-aduser -id username -properties memberof | select-object memberof),memberof

Kurt


================================================
Did you know you can also post and find answers on PowerShell in the forums?
http://www.myitforum.com/forums/default.asp?catApp=1

Reply via email to