Forum Discussion
JakeE
Nov 22, 2023Copper Contributor
Set-ACL "Attempted to Perform an Unauthorized Operation"
Hi Folks, I'm currently working on automating security changes on Azure File Shares. As part of this process, I'd like to use Get-ACL and Set-ACL as the easiest ways to copy over a base set of pe...
JasonWilliams4569
Jan 02, 2024Copper Contributor
Have you had any luck with this? I am having a similar issue with setting permissions on an Isilon share. I had set them in the past but I am needing to update them now to fix incorrect inheritance flags. However I get the same permission denied error message.
anonymousawesomness
Feb 01, 2024Copper Contributor
JasonWilliams4569 Remove and re-add the share permissions at the share level, not the NTFS. Most everyone uses "everyone" with Full Control because NTFS trumps the share permissions anyway.
Good luck.
- JasonWilliams4569Feb 01, 2024Copper Contributor
Thanks for the reply. My issue turned out to be permissions set on the Isilon. I needed some root permissions to be able to script permissions versus using GUI.
āSetting ACLs using Powershell Script | DELL Technologies got me pointed in the right direction