How To Manage NTFS Permissions With PowerShell

preview_player
Показать описание

In this video, Anthony demystifies the bulk editing of NTFS permissions using PowerShell. You'll learn the crazy voodoo behind ACLs that is unlocked using Get-ACL and Set-ACL as well as how to manage inheritance and propagation flags.

Рекомендации по теме
Комментарии
Автор

Great video! One of the few videos I have found that actually set permissions. Every other tutorial only views them. Thanks.

nottad
Автор

Oh!
you have reduced my study time
thank you, freand!

denisgolubev
Автор

Great Video!!! - Might help if you posted the PS1 file you're using at 2:51.

utilars
Автор

can you share the script file?
also I have question, I am moving my server and have copy all local Users to New one, can I change permission or Add Permission on folder as Srv1\user1 to Srv2\user1
all users on Srv2 have same username and password as Srv1

abhignajani