SharePoint 2013 – creating a host named site collection using PowerShell

The only way to create a Host Named Site Collection (HNSC) is using PowerShell and the New-SPSite cmdlet.  Below is an example of how to do this:

New-SPSite -URL “https://doc-centre.webbworld.local” -HostHeaderWebApplication “https://portal.webbworld.local” -Name “Doc Centre” -Description “WebbWorld Document Centre” -Template “ENTERWIKI#0” -OwnerAlias “WEBBWORLD\Dave.Webb” -Language 1033

[BlogBookmark] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Furl] [Google] [LinkedIn] [MySpace] [Reddit] [Slashdot] [StumbleUpon] [Twitter] [Windows Live] [Yahoo!] [Email]