ONTAP 9.12.1 commands

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

    Change group policy configuration

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

    Description

    The vserver cifs group-policy modify command modifies the group policy configuration of a CIFS server. This command is not supported for workgroup CIFS servers.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver whose group policy configuration you want to modify.

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

    This parameter specifies whether the CIFS-enabled Vserver’s group policy is enabled or disabled.

    Examples

    The following example enables the group policy for CIFS-enabled Vserver vs1.

    cluster1::> vserver cifs group-policy modify -vserver vs1 -status enabled
    Top of Page