Microsoft
Software
Hardware
Network
Question : Apply bulk NTFS permission through powershell
I'm trying to apply permissions to a list of specific folders without having to do them individually.
I've got the following of the web, but it gives me and error when trying to apply. I'm new to powershell so please be patient :)
.\BulkSet-NTFSPermissions.
ps1 -FolderListFile x:\xxxx\xxxx.txt -SecIdentity “Domain\Group” -AccessRights “FullControl” -AccessControlType “Allow”
Error - cmdlet invalid command
Please help??
Answer : Apply bulk NTFS permission through powershell
No worries, I had a look at the script and it should do the job. If you have any bother with it just yell :)
Chris
Random Solutions
How can I prevent my object being overwritten in a for loop?
Keep file ownership when using Rsync
Mouseover on div.a changes layout of div.b (pure CSS)
I am looking forward to learn about JSF with ICEfaces
0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"
Updating Secondary MX Records
Google Adword
Gigabit motherboard but only running 100 Mbps on LAN
Finding file owner - getting an error: identity references could not be translated
I need to stop, then re-start, a thread in a web service using IIS