Network and Storage Protocols
Network and Storage Protocols
Hi all,
I am new to NetApp world and having basic scripting skills.
Here is the details :
Domain name : contoso.com (fake name)
Users naming model : firstname_secondname@contoso.com, firstname_secondname2@contoso.com
Server name : SRVBKP
Shares names : \\SRVBKP\firstname_secondname
\\SRVBKP\firstname_secondname2
\\SRVBKP\firstname_secondname3
\\SRVBKP\firstname_secondname4
The current situation is a bit confusing, I read the documentation about cifs access share [-g] user rights and cifs access -delete share [-g] user, but as it’s a production server, this why I need your assistance to create a script that:
Any help is most welcome,
Many Thanks for your help
You can probably accomplish most of your objectives using home directories. Your cli implies 7mode, so have a look at the 824 version:
https://library.netapp.com/ecmdocs/ECMP1401220/html/GUID-540D6D96-814E-423C-98DF-3FD83CAF8C33.html
If you need to script beyond that, there are plenty of options depending on your preferred scripting environment.
Many thanks for your reply,
I didn't mention that the shares are already created and the permissions are set.
This is why I need to reset permissions first, than grant the appropriate right to users accordingly to their folders.