ONTAP 9.12.1 commands

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

    Apply group policy settings defined in Active Directory

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

    Description

    The vserver cifs group-policy update command applies the group-policy settings defined in Active Directory for the given Vserver. This command is not supported for workgroup CIFS servers.

    Parameters

    -vserver <vserver name> - Vserver Name

    This parameter specifies the CIFS-enabled Vserver to which the group-policy settings be applied.

    [-force-reapply-all-settings {true|false}] - Force Re-apply All Settings

    This parameter specifies whether to ignore all processing optimizations and re-apply all settings. The default is false.

    Examples

    The following example applies the group-policy settings defined in Active Directory for Vserver vs1.

    cluster1::> vserver cifs group-policy update -vserver vs1 -force-reapply-all-settings true
    Top of Page