windows-admins / ConfigMgr

GNU General Public License v3.0
225 stars 57 forks source link

IIS logging change #67

Closed Ebag333 closed 5 years ago

Ebag333 commented 5 years ago

Add DCM to set IIS logging to not be 7000 bajillion gigawatts.

Set-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST'  -filter "system.applicationHost/sites/site[@name='Default Web Site']/logFile" -name "truncateSize" -value 5242880
Set-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST'  -filter "system.applicationHost/sites/site[@name='Default Web Site']/logFile" -name "period" -value MaxSize
Ebag333 commented 5 years ago

And done. 👌