ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs users-and-groups privilege show

    Display privileges

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver cifs users-and-groups privilege show command displays privilege overrides assigned to local or Active Directory users or groups.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver

    If this parameter is specified, the command displays information only about privilege overrides assigned to local or Active Directory users or groups that match the specified Vserver name.

    [-user-or-group-name <CIFS name>] - User or Group Name

    If this parameter is specified, the command displays information only about privilege overrides assigned to local or Active Directory users or groups that match the specified user name or group name.

    [-privileges <Privilege>,…​] - Privileges

    If this parameter is specified, the command displays information only about privilege overrides assigned to local or Active Directory users or groups that match the specified privileges.

    Examples

    The following example displays all privileges explicitly associated with local or Active Directory users or groups for Vserver "vs1".

    cluster1::> vserver cifs users-and-groups privilege show -vserver vs1
    Vserver        User or Group Name           Privileges
    -------------- ---------------------------- -------------------
    vs1            BUILTIN\Administrators       SeTakeOwnershipPrivilege
                                                SeRestorePrivilege
    Top of Page