Upload files to "3 DC/GPOs"
This commit is contained in:
10
3 DC/GPOs/3) increase_log_size.md
Normal file
10
3 DC/GPOs/3) increase_log_size.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Powershell
|
||||
```
|
||||
Limit-Eventlog -logname security -maximumsize 200MB -overflowaction overwriteolder
|
||||
```
|
||||
|
||||
# GPO to increase log size
|
||||
|
||||
Computer Configuration > policies > administrative templates > windows components > event log service
|
||||
|
||||
enable "Specify the maximum log file size (KB)" to 200000 = 200MB
|
Reference in New Issue
Block a user