Skip to content

Dumb shit that I do that might help you too

DSTIDTMHYT for short

Tag: multi

How to recursively apply permissions in NTFS using PowerShell with multithreading (jobs)

Posted on February 12, 2021February 12, 2021 by Markus

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…

CategoriesPowershell, Software

More dumb shit

  • How to recursively apply permissions in NTFS using PowerShell with multithreading (jobs) February 12, 2021
  • Identifying shucked Hard Disk Drives January 11, 2021
  • Cannot delete a file or folder, even if you own it October 9, 2020
  • Can’t remove the domain ‘domain.com’ because it’s referenced in an email address policy by the proxy address template ‘smtp:@domain.net’. March 12, 2020
  • WSUS hangs when running the Server Cleanup Wizard December 11, 2019
Disclaimer:
This blog is only for chronicling the dumb shit that I did to fix a problem I had.
Do not take this as sage, sound, well vetted advice. Take it as "It worked for me, and it might work for you".
Good luck.


Proudly powered by WordPress