Configure IIS Logging

I always move my IIS logs to a different drive, and I almost always include all fields.  This is something that annoys me since I have to do it over and over again.  Just like everything that I have to do over and over again, I wrote a script to do it for me. The … Read more

Moving SolarWinds Logs to a new Drive

I built a script which facilitates changing the default logging location for most SolarWinds programs in a SolarWinds Orion installation. Not every log can be moved, but this script does change the majority of the log locations and also takes a backup of the original file beforehand. The important part is the RegEx that is used … Read more

Removing Default Web Site & Application Pool

I’m always sick and tired of having to remove the IIS Default Web Site and DefaultAppPool after I’ve installed the Web Roles in Windows Server 2012 R2.  So, I created a short script that will remove them. DISCLAIMER: These materials are provided “AS IS” without any express or implied warranty of any kind.

Required Windows Features with SolarWinds Orion

My presentation is completely built around optimizing your SolarWinds Orion installation.  In that presentation, I make reference to several scripts that I use to help me in provisioning Orion Servers. One such script is used to install the necessary Windows Features for each role.  It uses XML files as the source for which features are needed … Read more