Posts Tagged ‘WLogevents’

Configuring IIS 7 script with APPCMD – Altiris Script

Wednesday, September 2nd, 2009

Recently I was required to create a re-runable script which would configure an IIS web site and Application Pool. This script required to be re-runable to correct any inconsistencies from web server to web server.

The delivery method was to use Altiris to  deploy to numerous servers at once.

This script uses the Altitis WlogEvents.exe to pass back error and informational status to Altiris for collection and evaluation.

Although this configures HttpS and binds the site to an https IP address I am yet to configure the script to assign the correct Certificate to the site

Code Below…

(more…)