I need to know how to adjust one setting in IIS 8.5 that is under the logging icon. Within that section at the very bottom you have the section called "Log File Rollover." There is an option called "Do not create new log files." I have no idea to access that one option. I use the following code and I can get all the information from that section but that one option.
$test = Get-ItemProperty "IIS:\Sites\Default Web Site"
$test.logfile
I have looked at the Microsoft IIS documentation for logging and I can't find anything.
Any help is greatly appreciated.
