ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs group-policy show

    Show group policy configuration

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

    Description

    The vserver cifs group-policy show command displays information about group policy configuration for CIFS-enabled Vserver. It displays all or a subset of the group policy configuration matching the criteria that you specify.

    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 you specify this parameter, the command displays group policy configuration only for the Vserver that you specify.

    [-status {enabled|disabled}] - Group Policy Status

    If you specify this parameter, the command displays group policy configuration only for the Vservers that match the status you specify.

    Examples

    The following example displays group policy configuration for all Vservers:

    cluster1::> vserver cifs group-policy show
    
    Vserver         GPO Status
    --------------   ----------
    vs1              disabled
    Top of Page