S
SophalLee
I've ran this PowerShell command to increase the log size:Limit-EventLog -LogName Security -MaximumSize 1GB Change does get reflected in Get-Eventlog -List commandGet-Eventlog -List | Format-List However, the GUI still displays the default 20MB maximum size. How can I get the GUI to reflect these changes as well?
Continue reading...
Continue reading...