Display membership of global groups on remote servers or remote domains.
GLOBAL group_name domain_name | \\server
none.
NET GROUP - Manage network resources.
NET LOCALGROUP - Manage network resources.
FINDGRP - Display group memberships of a user.
LOCAL - Display membership of local groups.
GetDC - Get domain controller.
Equivalent Linux BASH commands:
groups - Print group names a user is in.
id - Print user and group id's.
uname - Print system information.
none.
Displays the members of the group "Domain Users" in the Scotland domain:
GLOBAL "Domain Users" Scotland
Displays the members of the group PrintUsers on server 9G_Server:
GLOBAL PrintUsers \\9G_Server
none.