Can you modify ONTAP local users and groups via MMC
Applies to
- ONTAP 9
- Microsoft Management Console (MMC)
Answer
No, local users and groups can be viewed via MMC, but can only be modified via ONTAP.
Additional Information
The following ONTAP CLI command can be used to add a member to an ONTAP local group:
::*> cifs users-and-groups local-group add-members -vserver <svm> -group-name BUILTIN\Administrators -member-names <user-or-domain\group>
::*> cifs users-and-groups local-group add-members -vserver <svm> -group-name BUILTIN\Administrators -member-names <user-or-domain\group>