Set Folder, Subfolder and File Permission Set-ACL Powershell Script. Setting File Inherititance does not work
问题 I need some help with my Powershell Script. my customer got a huge directory and i need to change the Security Settings. I made this code below and It works but i got one problem: The inheritance on the Files does not work so the Security permissions on any File in the directory is not set. Maybe Someone will find my error. XML File: <?xml version="1.0" encoding="utf-8"?> <Pfade> <pfad name="E:\Share\TEST"> <gruppe name="Domain Admins"> <rechte>FullControl</rechte> <aktion>allow</aktion>