byronleonard
asked on
List Group Membership with recursion
I just found out that a non-admin can access the C$, D$ etc. shares just by going to Start | Run and entering \\servername\C$, etc...it doesn't even give a challenge for username/password. I can't figure out what's up. I checked the AD user who was able to do this, and he is not a member of admins. The root of the drive does have "Special" rights for the Everyone group under security...
Is there a way for me to list all users that are in the local administrators group on a computer? I need to recurse through all nested groups memberships.
Thanks,
Is there a way for me to list all users that are in the local administrators group on a computer? I need to recurse through all nested groups memberships.
Thanks,
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Thank you for the points!
access enum from sysinternals may help you narrow down on permissions on folders
http://www.sysinternals.com/Utilities/AccessEnum.html
have you looked under the local administrators group in computer management?
Cheers!