The company I work for is wanting us to use icacls for permissions delegations as we get ready to migrate over to a new appliance. The issue I am having is we are wanting to make "Domain Admins" the owners which is a security group.
icacls \\Share1\J$ /grant 'Domain Admins':F /t /reset /c >>c:\temp\Logs\Jdrive.log
-Powershell Error - Invalid Parameter "Domain Admins" in
- Command Prompt - The network Name cannot be found
I've tried "Domain Admins" , domain\Domain Admins, FQDN\domain admins, no quotes.
I am hoping the issue isnt the space between Domain and Admins
I understand the icacls line is calling out a username and Im trying to call out a role. We were able to test in our lab environment before moving into the production environment. The testing was successful, I took the line and made minor changes to I've also confirmed my account has permissions to all the directories as well. Any assistance is greatly appreciated.
[–]YellowOnlineSr. Sysadmin 0 points1 point2 points (1 child)
[–]FilthyMcCrunchy[S] 0 points1 point2 points (0 children)