ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver active-directory delete

    Delete an Active Directory account

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

    Description

    The vserver active-directory delete command deletes the Active Directory account for a specified Vserver.

    Parameters

    -vserver <vserver> - Vserver

    This parameter specifies the Vserver for the Active Directory account you want to delete.

    Examples

    The following example deletes the Active Directory account for a Vserver named vs1 :

    cluster1::> vserver active-directory delete -vserver vs1
    In order to delete an Active Directory machine account, you must supply the
    name and password of a Windows account with sufficient privileges to remove
    computers from the "example.com" domain.
    
    Enter the user name: Administrator
    
    Enter the password:
    Top of Page