Most of my readers won’t care to know this. However, the IIS dorks out there will find it nifty to know how to save all IIS settings to a file.
C:\Inetpub\AdminScripts>Cscript.exe adsutil.vbs ENUMALL > a.txt
That’s it.
It’s a nice way to find the full virtual path of an app. Just save the settings to a text file and search it for the app name.