ONTAP 9.12.1 commands

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

    Delete a local group

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

    Description

    The vserver cifs users-and-groups local-group delete command deletes a local group. Removing a local group removes its membership records.

    Parameters

    -vserver <vserver name> - Vserver

    This specifies the name of the Vserver.

    -group-name <CIFS name> - Group Name

    This specifies the name of the local group to delete.

    Examples

    The following example deletes the local group "CIFS_SERVER\g1" associated with Vserver "vs1".

    cluster1::> vserver cifs users-and-groups local-group delete -vserver vs1 -group-name CIFS_SERVER\g1
    Top of Page