I have set the XML file up correctly and have all the pre-req's installed. About midway through the script when it starts creating webapplications it errors out saying the PowerShell module "WebAdministration" is not loaded. Attempting to do Import-Module does not work.
Comments: ** Comment from web user: brianlala **
Comments: ** Comment from web user: brianlala **
OK so the module is definitely there - we need to figure out why Import-Module WebAdministration doesn't work - what error message do you get?
Brian