Display membership of local groups on remote servers or remote domains.
LOCAL group_name [domain_name | \\server]
none.
NET GROUP - Manage network resources.
NET LOCALGROUP - Manage network resources.
FINDGRP - Display group memberships of a user.
GLOBAL - Display membership of global 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 'Power Users' in the Scotland domain.
LOCAL "Power Users" Scotland
Displays the members of the group Administrators on server 9G_Server
LOCAL Administrators \\9G_Server
none.