I recently had an issue where an iSCSI volume, formatted in NTFS spat its permissions. We all know the built-in UI for applying permissions is garbage, and as such I used this powershell script to grab each folder, and create a new process per folder, which then recursively applied new permissions. The reason why jobs…
How to recursively apply permissions in NTFS using PowerShell with multithreading (jobs)
Posted on