Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Other Groups a Group Belongs ToContent of List Other Groups a Group Belongs To.vbsMD5 Hash: 9DB4A9EC00D305C19AE0E33238F77E8E |
||
' Description: Returns a list of all the groups that the Active Directory security group Scientists is a member of.
On Error Resume Next Set objGroup = GetObject _ ("LDAP://cn=Scientists,ou=R&D,dc=NA,dc=fabrikam,dc=com") objGroup.GetInfo arrMembersOf = objGroup.GetEx("memberOf") WScript.Echo "MembersOf:" For Each strMemberOf in arrMembersOf WScript.Echo strMemberOf Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |