Output Microsoft Windows installed features to a file

Published on Author JFLeave a comment

Use PowerShell to output a list of installed features This requires a couple steps. I ran this in Microsoft Windows 2012 R2. YMMV. I was in a rush and didn’t feel like figuring out why you have to do step 1. Create a folder called log and text file called iis.log somewhere. I used C… Continue reading Output Microsoft Windows installed features to a file

IIS Redirect With a Querystring/URL Vars

Published on Author JFLeave a comment

Basics about HTTP Redirect IIS has lots of built in utilities and GUI tools for managing websites. If you need to do a redirect from one URL to another, it couldn’t be easier, especially if you need to include the querystring or URL vars (variables). By the way, if you just need a simple way to… Continue reading IIS Redirect With a Querystring/URL Vars