I'm trying to use icacls to apply modify permissions to a folder, like this:
But it's not behaving as I'd expect. It's granting 'Special permissions':
This is true on Windows 7, and on Server 2008.
Am I doing something wrong?
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, or photo, or breakfast...and so on)[/small]
Code:
icacls "\\Server\Share\Notes\folder" /grant domain\TargetUser:M
But it's not behaving as I'd expect. It's granting 'Special permissions':
This is true on Windows 7, and on Server 2008.
Am I doing something wrong?
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, or photo, or breakfast...and so on)[/small]