Create Host named site collection using PowerShell
Need to execute below Script to Create Host named site collection using PowerShell. Add-PSSnapin Microsoft.Sharepoint.Powershell New-SPSite ‘http://domainname.com’ -HostHeaderWebApplication ‘http://domainname.com’ -Name ‘Demo’ -Description ‘Demo description’ -OwnerAlias…