Please remove the dependency on the "Default Web Site" in IIS. If it is already deleted the script will fail
- Creating web applications...
Get-ItemProperty : Cannot find path 'IIS:\Sites\Default Web Site\' because it does not exist.
At C:\Users\ivan.TESTDOMAIN.000\Desktop\autospinstaller-94096\autospinstaller\A
utoSPInstallerFunctions.ps1:1746 char:35
+ $iisWebDir = (Get-ItemProperty <<<< "IIS:\Sites\Default Web Site\" -name physicalPath) -replace "%SystemDrive%","$env:SystemDrive")
+ CategoryInfo : ObjectNotFound: (IIS:\Sites\Default Web Site\:St
ring) [Get-ItemProperty], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetIt
emPropertyCommand
Comments: ** Comment from web user: brianlala **
- Creating web applications...
Get-ItemProperty : Cannot find path 'IIS:\Sites\Default Web Site\' because it does not exist.
At C:\Users\ivan.TESTDOMAIN.000\Desktop\autospinstaller-94096\autospinstaller\A
utoSPInstallerFunctions.ps1:1746 char:35
+ $iisWebDir = (Get-ItemProperty <<<< "IIS:\Sites\Default Web Site\" -name physicalPath) -replace "%SystemDrive%","$env:SystemDrive")
+ CategoryInfo : ObjectNotFound: (IIS:\Sites\Default Web Site\:St
ring) [Get-ItemProperty], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetIt
emPropertyCommand
Comments: ** Comment from web user: brianlala **
This was resolved in a recent release. Should no longer fail completely if it can't find the Default Web Site.
Brian