fix(dlp): enforce server policy mode and preserve policy-engine settings in hardening

This commit is contained in:
igor04091968
2026-05-12 00:07:05 +03:00
parent b213552d9d
commit d812a8bb80
5 changed files with 50 additions and 13 deletions
+8 -1
View File
@@ -116,7 +116,14 @@ if (-not $SkipHardening) {
-LogonMarkerEnabled $LogonMarkerEnabled `
-AwHostname $AwHostname `
-CustomRulesPath $CustomRulesPath `
-CustomPolicyPath $CustomPolicyPath
-CustomPolicyPath $CustomPolicyPath `
-PolicyMode $PolicyMode `
-PolicyEngineEnabled $PolicyEngineEnabled `
-PolicyEngineHost $PolicyEngineHost `
-PolicyEnginePort $PolicyEnginePort `
-PolicyEngineScheme $PolicyEngineScheme `
-PolicyRefreshSeconds $PolicyRefreshSeconds `
-PolicyCachePath $PolicyCachePath
}
$report = [ordered]@{