mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13: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:
@ -57,7 +57,7 @@ From an elevated PowerShell session, use the following commands, ensuring to use
|
||||
$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:
|
||||
The output should show `NT SERVICE\mpssvc` having *FullControl*:
|
||||
```PowerShell
|
||||
IdentityReference FileSystemRights AccessControlType IsInherited InheritanceFlags
|
||||
----------------- ---------------- ----------------- ----------- ----------------
|
||||
|
Reference in New Issue
Block a user