That’s a stupid slug. Oh well. Moving on…
How can you tell what people have been assigned to a particular AD group?
NET GROUP, that’s how.
Just open a command window and type:
net group {groupname} /domain
Where {groupname}
is the name of the group you’re looking for information on. After you tap the return key, the command should reach out to a domain controller and return the group name, a comment (if any exists), and the membership.
Looking for a more elegant way to get group membership information? Check out this post: https://startrule.wordpress.com/2014/10/11/role-membership-use-powershell-for-insight-into-ad-groups/
LikeLike