You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is no default website present and another website is created with Id = 1 the Stop-DefaultWebsite stops that site. In my case that is the "SharePoint Web Services" website and that causes a installation failure later in the process. I would suggest that this function does not trigger on that id.
See here a reference to the line containing the issue:
$defaultWebsite=Get-Website|Where-Object {$_.Name-eq"Default Web Site"-or$_.ID-eq1-or$_.physicalPath-eq"%SystemDrive%\inetpub\wwwroot"} # Try different ways of identifying the Default Web Site, in case it has a different name (e.g. localized installs)
The text was updated successfully, but these errors were encountered:
When there is no default website present and another website is created with Id = 1 the Stop-DefaultWebsite stops that site. In my case that is the "SharePoint Web Services" website and that causes a installation failure later in the process. I would suggest that this function does not trigger on that id.
See here a reference to the line containing the issue:
AutoSPInstaller/SP/Automation/AutoSPInstallerModule.psm1
Line 8036 in 4c73765
The text was updated successfully, but these errors were encountered: