Die Ausgangssituation # Pfad oder Datei $file = ‘\\dc03\userhomes’ # Unterbricht die Vererbung $acl = Get-Acl -Path $file $acl.SetAccessRuleProtection($True, $True) Set-Acl -Path $file -AclObject $acl
WeiterlesenDie Ausgangssituation # Pfad oder Datei $file = ‘\\dc03\userhomes’ # Unterbricht die Vererbung $acl = Get-Acl -Path $file $acl.SetAccessRuleProtection($True, $True) Set-Acl -Path $file -AclObject $acl
Weiterlesen