Find user group membership Powershell script
Use this script to check user group membership in Windows Domain Active Directory
| $root=([adsi]“”).distinguishedName $ou=[adsi](“LDAP://ou=x,ou=y,ou=z,”+$root) # fill with user CN “Common Name” |
| $root=([adsi]“”).distinguishedName $ou=[adsi](“LDAP://ou=x,ou=y,ou=z,”+$root) # fill with user CN “Common Name” |
Facebook comments:
Post a comment
Search Kreslavsky.com