I'm looking for a simple Powershell way to set NTFS permissions on a specific folder.
Get-Acl "\\fileserver\c$\Program Files\Target" is not even working for me. Any ideas?
|
I'm looking for a simple Powershell way to set NTFS permissions on a specific folder.
|
|||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
What you want to do is use There are some good examples here and even more examples here. If that's too complicated (it can get a bit messy at times), you can always just call |
|||
|
|