mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +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:
parent
b578e93cee
commit
ad72d997c3
@ -58,7 +58,7 @@ $LogPath = Join-Path -path $env:windir -ChildPath "System32\LogFiles\Firewall"
|
||||
(Get-ACL -Path $LogPath).Access | Format-Table IdentityReference,FileSystemRights,AccessControlType,IsInherited,InheritanceFlags -AutoSize
|
||||
```
|
||||
The output should show NT SERVICE\mpssvc having FullControl:
|
||||
```
|
||||
```PowerShell
|
||||
IdentityReference FileSystemRights AccessControlType IsInherited InheritanceFlags
|
||||
----------------- ---------------- ----------------- ----------- ----------------
|
||||
NT AUTHORITY\SYSTEM FullControl Allow False ObjectInherit
|
||||
|
Loading…
x
Reference in New Issue
Block a user