Hi,
I am just starting to delve into powershell scripting. What i want to accomplish is to change folder permission from Traverse into Read permissions. One complication is i wanted to do this for several SMB paths (300~) so im thinking of powershell script to automate this for me.
The conditions are for Authenticated Users to have "Allow" Permissions for "This Folder Only ( parent folder only)" and change it from Traverse into "Read".
msdn link here https://social.msdn.microsoft.com/Forums/en-US/62b63fdf-3733-49a3-af83-557f08a70623/setting-multiple-acls-powershell?forum=winserverpowershell gave me an idea but just can't workout how to apply it for the number of different smb paths that i want to target.
Our smb shares path is typical where you got \\servername\share\folder01 and folder number increments.
Thanks
punkasur