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
RAID Configuration for SQL Server 2008 Enterprise R2
How to deny write to the desktop for users?
Generate Excel Charts by offsetting series
Get World Cup ticket in reasonable price
SQL sub query help needed
Passing a structure from VBA in Excel to a C DLL
Javascript form validation problems
How do I cancel an Outlook event for an AD user that no longer exists?
Exchange SCR between versions
Perl - Read Excel rows into an array