Displaying information about members of local groups
You can display a list of all members of local groups configured on the cluster or on a specified storage virtual machine (SVM). This information can be useful when troubleshooting file-access issues or user-rights (privilege) issues.
Perform one of the following actions:
If you want to display information about... | Enter the command... |
---|---|
Members of all local groups on the cluster | vserver cifs users-and-groups local-group show-members |
Members of all local groups on the SVM | vserver cifs users-and-groups local-group show-members -vserver vserver_name |
Example
The following example displays information about members of all local groups on SVM vs1:
cluster1::> vserver cifs users-and-groups local-group show-members -vserver vs1
Vserver Group Name Members
--------- ---------------------------- ------------------------
vs1 BUILTIN\Administrators CIFS_SERVER\Administrator
AD_DOMAIN\Domain Admins
AD_DOMAIN\dom_grp1
BUILTIN\Users AD_DOMAIN\Domain Users
AD_DOMAIN\dom_usr1
CIFS_SERVER\engineering CIFS_SERVER\james
Give documentation feedback