mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Update windows/security/operating-system-security/network-security/windows-firewall/configure-the-windows-firewall-log.md
Co-authored-by: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
This commit is contained in:
@ -66,7 +66,7 @@ BUILTIN\Administrators FullControl Allow False ObjectI
|
|||||||
NT SERVICE\mpssvc FullControl Allow False ObjectInherit
|
NT SERVICE\mpssvc FullControl Allow False ObjectInherit
|
||||||
```
|
```
|
||||||
If not, add FullControl permissions for mpssvc to the folder, subfolders and files. Make sure to use the correct path.
|
If not, add FullControl permissions for mpssvc to the folder, subfolders and files. Make sure to use the correct path.
|
||||||
```
|
```PowerShell
|
||||||
$LogPath = Join-Path -path $env:windir -ChildPath "System32\LogFiles\Firewall"
|
$LogPath = Join-Path -path $env:windir -ChildPath "System32\LogFiles\Firewall"
|
||||||
$ACL = get-acl -Path $LogPath
|
$ACL = get-acl -Path $LogPath
|
||||||
$ACL.SetAccessRuleProtection($true, $false)
|
$ACL.SetAccessRuleProtection($true, $false)
|
||||||
|
Reference in New Issue
Block a user