Howto: Print Site IDs to File in IIS
First create a file called c:\listsites.vbs with the following content: OPTION EXPLICIT DIM CRLF, TAB DIM strServer DIM objWebService TAB = CHR( 9 ) CRLF = CHR( 13 ) & CHR( 10 ) IF WScript.Arguments.Length = 1 THEN strServer =…