Ask The Experts

Access to Open Files in Computer Management

dadan
3,712 Views

Is there a solution for accessing the "Open Files" of a Netapp-Filer in Computer Mangement for our support team other than adding the users to one of the filers administrative groups?

1 ACCEPTED SOLUTION

Vijay_ramamurthy
3,521 Views

Hi , 

Please find the answer below :

1)  is there another solution than use one of these builtin-groups? We want to allow the user only permissons to "open files", if possible. NO

 

2)  what permissions (other than access to "open files") does BUILTIN\Power Users have?

Details can be found here :
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.onc-sm-help-960%2FGUID-0097A8A8-36C2-4B52-ADD7-7B3CA186CCA4.html&lang=en

BUILTIN\Power Users :
-> Can create and manage local users and groups.
-> Cannot add themselves or any other object to the BUILTIN\Administrators group.

View solution in original post

4 REPLIES 4

Vijay_ramamurthy
3,548 Views

Hi,

Yes. To set this up, the user should be added to the BUILTIN\Aministrators or "BUILTIN\Power Users" group.
Example:
cifs users-and-groups local-groups add-members -vserver <vserver_name> -group-name BUILTIN\Administrators -member-names <domainuser>
or
cifs users-and-groups local-groups add-members -vserver <vserver_name> -group-name "BUILTIN\Power Users" -member-names <domainuser>
Please refer kb https://kb.netapp.com/app/answers/answer_view/a_id/1001942

dadan
3,526 Views

Hello,

the question was, is there another solution than use one of these builtin-groups? We want to allow the user only permissons to "open files", if possible. 

 

If there is no other way, than use the builtin-groups, what permissions (other than access to "open files") does BUILTIN\Power Users have?

Vijay_ramamurthy
3,522 Views

Hi , 

Please find the answer below :

1)  is there another solution than use one of these builtin-groups? We want to allow the user only permissons to "open files", if possible. NO

 

2)  what permissions (other than access to "open files") does BUILTIN\Power Users have?

Details can be found here :
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.onc-sm-help-960%2FGUID-0097A8A8-36C2-4B52-ADD7-7B3CA186CCA4.html&lang=en

BUILTIN\Power Users :
-> Can create and manage local users and groups.
-> Cannot add themselves or any other object to the BUILTIN\Administrators group.

dadan
3,518 Views

Allright, we´ll deal with that. Thanks!

Public