|
AllGroups AllGroups <DomainName> | Returns all Active Directory groups. If no domain name is specified, the current domain is assumed.
Example: Loop Group,[AllGroups] |
|
ComputerGroups ComputerGroups <ComputerName> | Returns all Active Directory groups of which the computer is a member (directly or through nested groups). An example of a nested group: A computer is a member of 'Sales Florida Computers', which is, in turn, a member of 'Sales America Computers'. In this scenario, the computer is implicitly a member of 'Sales America Computers', so both are included. If no computername is specified, the executing computer is assumed. The domain is, by default, the domain of the logged-on user. To specify another domain, use: <Domain>\<ComputerName>.
Example: Loop Group,[ComputerGroups] |
|
GroupComputers <GroupName> | Returns all Active Directory computers that are members of the group (directly or through nested groups). An example of a nested group member: When retrieving members of a group named 'Sales America Computers' and a group named 'Sales Florida Computers' is a also member of 'Sales America Computers', then all 'Sales Florida Computers' computers are also included as members of 'Sales America Computers'. The domain is, by default, the domain of the logged-on user. To specify another domain, use: <Domain>\<GroupName>.
Example: Loop Computer,[GroupComputers] |
|
GroupGroups <GroupName> | Returns all Active Directory groups of which the group is a member (directly or through nested groups). The domain is, by default, that of the logged-on user. To specify another domain, use: <Domain>\<GroupName>.
Example: Loop Group,[GroupGroups Domain Users] |
|
GroupSubGroups <GroupName> | Returns all Active Directory groups that are members of the group directly or groups that are nested groups. By default, the domain is that of the logged-on user. To specify another domain, use: <Domain>\<GroupName>.
Example: Loop Group,[GroupGroups] |
|
GroupUsers <GroupName> | Returns all Active Directory users that are members of the group (directly or through nested groups). An example of a nested group member: When retrieving members of a group named 'Sales America Users' and a group named 'Sales Florida Users' is a also member of 'Sales America Users', then all users of 'Sales Florida Users' are included as members of 'Sales America Users'. By default, the domain is that of the logged-on user. To specify another domain, use: <Domain>\<GroupName>.
Example: Loop User,[GroupUsers Sales America Users] |
|
UserGroups UserGroups <UserName> | Returns all Active Directory groups of which the user is a member (directly or through nested groups). An example of a nested group is: When a user is a member of 'Sales Florida Users' and 'Sales Florida Users' is a member of 'Sales America Users', then the user is implicitly a member of 'Sales America Users' and both are included. If no user is specified, the currently logged-on user is assumed. If the domain is different than the current users' domain, specify the user as: <Domain>\<UserName>.
Example: Loop Group,[UserGroups] |
|