SlideShare a Scribd company logo
Host-Named Site Collections
ANDRÉ VALA
SharePoint Solutions Architect
When? How?What?
Host-Named Site Collections
When? How?What?
Web SiteSite CollectionWeb Application
www.portal.com
/sites/companyA
/teamA
/teamB
/sites/companyB /teamC
Path-based site collections
managed path
When? How?What?
Web SiteSite CollectionWeb Application
www.portal.com
www.companyA.com
/teamA
/teamB
www.companyB.com /teamC
Host-named site collections
host name
 Exist since SharePoint 2003 (by the name of scalable hosting
mode) with several limitations
 In SharePoint 2013 most limitations have been resolved
 Designed for scalability in multi-tenancy scenarios
 Used by Microsoft in Office 365 environments
When? How?What?
When? How?What?
 Especially useful for multi-tenant scenarios
 High scalability requirements
 SharePoint has a supported limit of 20 web applicationsper farm
 SharePoint can handle up to 250.000 site collections per farm, using
shared content databases
 Even if you use a separatecontentdatabase per site collection, you can
still scale up to 500 site collections per farm
When? How?What?
 Recommended over path-based site collections on most
scenarios, except when:
 You want to use multiple application pools
 You want to have multiple service application proxy groups
 You want to use different authentication methods for each site collection
 You need to use the Self Service Site Creation feature (not supported for
host-named site collections)
 SSL termination is required but your SSL termination device cannot be
configured to produce a specific custom HTTP header
When? How?What?
 Host-named site collections cannot be created in Central
Administration. You must use PowerShell cmdlets.
 Process overview:
1. Create a web application
2. Configure IIS binding
3. Create root site collection (required for crawling purposes)
4. Create host-named site collection(s)
5. Set alternate URLs for host-named site collection (if applicable)
When? How?What?
$ownerAlias = ‘domainuser’
$ap = New-SPAuthenticationProvider -UseWindowsIntegratedAuthentication
New-SPWebApplication
-Name ‘Portal WebApp’
-hostHeader ‘webapp.portal.com’
-port 80
-ApplicationPool ‘SharePoint – Portal’
-ApplicationPoolAccount $ownerAlias
-DatabaseName ‘WSS_Content_Portal’
-AllowAnonymousAccess
-AuthenticationProvider $ap
Create a web application
When? How?What?
New-WebBinding
-Name ‘Portal WebApp’
-HostHeader ‘*’
-IPAddress ‘*’
-Port 80
-Protocol http
Configure IIS binding
When? How?What?
New-SPSite
‘http://webapp.portal.com’
-HostHeaderWebApplication ‘http://webapp.portal.com’
-Name ‘Root Site’
-Description ‘Root Site’
-OwnerAlias $ownerAlias
-Language 1033
-Template ‘STS#0’
Create root site collection
When? How?What?
New-SPSite
‘http://www.companya.com’
-HostHeaderWebApplication ‘http://webapp.portal.com’
-Name ‘Company A’
-Description ‘Company A’
-OwnerAlias $ownerAlias
-Language 1033
-Template ‘STS#0’
Create host-named site collection
When? How?What?
$site = Get-SPSite ‘http://www.companya.com’
Set-SPSiteUrl
$site
-Url ‘https://secure.companya.com’
-Zone Internet
Set alternate URL
DEMO
Creating host-named site collections
ConsPros
 Scalability
 Heavily tested architecture
 Support for alternate access mappings
 Can be mixed with path-based site collections (but more
complex to configure)
ConsPros
 Single application pool
 All site collections must share same web application settings (e.g.
authentication methods and zones)
 Requires PowerShell scripting and configuration can be complex
Thank you!

More Related Content

What's hot (20)

PDF
Installing wordpress
Dave Wallace
 
PDF
Content Management Systems (CMS) & Wordpress theme development
Dave Wallace
 
PDF
Anatomy of a Wordpress theme
Dave Wallace
 
PPT
CMS Lessons Learned at Vassar by Megg Brown
hannonhill
 
PDF
CIRCUIT 2015 - Monitoring AEM
ICF CIRCUIT
 
PPT
Web server
Namrata_Thakare
 
PPTX
Microsoft/Zend Webcast on Cloud Computing
Josh Holmes
 
PDF
OWA And SharePoint Integration
jems7
 
PPTX
CQ5.x Maintenance Webinar 2013
Andrew Khoury
 
PPTX
Hostgator cPanel - An Overview
whatishostgator
 
PPTX
The War on ActionView with Russian Doll Caching
Peter Giacomo Lombardo
 
PPTX
Best Practices for Building WordPress Applications
Taylor Lovett
 
KEY
Web API Basics
LearnNowOnline
 
PDF
Making Multisite Work for You
drywallbmb
 
PDF
Alfresco tech talk live on web quick start
Alfresco Software
 
PPTX
Creating php cloud applications
Cory Fowler
 
PDF
The WordPress Way
Kan Ouivirach, Ph.D.
 
PPT
Drupal Bootcamp Mcn2008
Robert J. Stein
 
PDF
Playing with php_on_azure
CEDRIC DERUE
 
PPTX
Building an API in Node with HapiJS
Loc Nguyen
 
Installing wordpress
Dave Wallace
 
Content Management Systems (CMS) & Wordpress theme development
Dave Wallace
 
Anatomy of a Wordpress theme
Dave Wallace
 
CMS Lessons Learned at Vassar by Megg Brown
hannonhill
 
CIRCUIT 2015 - Monitoring AEM
ICF CIRCUIT
 
Web server
Namrata_Thakare
 
Microsoft/Zend Webcast on Cloud Computing
Josh Holmes
 
OWA And SharePoint Integration
jems7
 
CQ5.x Maintenance Webinar 2013
Andrew Khoury
 
Hostgator cPanel - An Overview
whatishostgator
 
The War on ActionView with Russian Doll Caching
Peter Giacomo Lombardo
 
Best Practices for Building WordPress Applications
Taylor Lovett
 
Web API Basics
LearnNowOnline
 
Making Multisite Work for You
drywallbmb
 
Alfresco tech talk live on web quick start
Alfresco Software
 
Creating php cloud applications
Cory Fowler
 
The WordPress Way
Kan Ouivirach, Ph.D.
 
Drupal Bootcamp Mcn2008
Robert J. Stein
 
Playing with php_on_azure
CEDRIC DERUE
 
Building an API in Node with HapiJS
Loc Nguyen
 

Similar to How To Use Host-Named Site Collections (20)

PPTX
Host-Named Site Collections in SharePoint 2013
André Vala
 
PPTX
SharePoint architecture-site
Kunzhong Gao
 
PPTX
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
BIWUG
 
PPTX
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
Jonathan Ralton
 
PPTX
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
Jonathan Ralton
 
PPTX
Chris O'Brien - Modern SharePoint development: techniques for moving code off...
Chris O'Brien
 
PDF
Modern_Site_Owner_M365_Ottawa.pdf
Theresa Lubelski
 
PDF
What's New for Developers in SharePoint 2013
CTE Solutions Inc.
 
PDF
Spsct15 power shell_csom - amit vasu
amitvasu
 
PPT
Iw411 migrating content by search from 2010 into 2013 - minified
Paul Hunt
 
PDF
SPSToronto 2015 - Managing Office365 with PowerShell and CSOM
amitvasu
 
PPTX
SharePoint Site Collections - Best Practices and Recommendations
Chris Woodill
 
PDF
Spsnyc 2014 o365 power shell csom
amitvasu
 
PPTX
Integrating Search Driven Content in SharePoint 2013/2016/O365
Eric Overfield
 
PPTX
Introduction to SharePoint 2013
girish goudar
 
PPTX
Site Templates in SP 13
Shahzad S
 
DOCX
Power shell
Rajkiran Swain
 
PPTX
Module 1 - Introduction to the SharePoint Developer Landscape .pptx
AbdulalimBhnsawy
 
PPTX
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
Corey Roth
 
PPTX
Power Shell and Sharepoint 2013
Mohan Arumugam
 
Host-Named Site Collections in SharePoint 2013
André Vala
 
SharePoint architecture-site
Kunzhong Gao
 
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
BIWUG
 
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
Jonathan Ralton
 
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
Jonathan Ralton
 
Chris O'Brien - Modern SharePoint development: techniques for moving code off...
Chris O'Brien
 
Modern_Site_Owner_M365_Ottawa.pdf
Theresa Lubelski
 
What's New for Developers in SharePoint 2013
CTE Solutions Inc.
 
Spsct15 power shell_csom - amit vasu
amitvasu
 
Iw411 migrating content by search from 2010 into 2013 - minified
Paul Hunt
 
SPSToronto 2015 - Managing Office365 with PowerShell and CSOM
amitvasu
 
SharePoint Site Collections - Best Practices and Recommendations
Chris Woodill
 
Spsnyc 2014 o365 power shell csom
amitvasu
 
Integrating Search Driven Content in SharePoint 2013/2016/O365
Eric Overfield
 
Introduction to SharePoint 2013
girish goudar
 
Site Templates in SP 13
Shahzad S
 
Power shell
Rajkiran Swain
 
Module 1 - Introduction to the SharePoint Developer Landscape .pptx
AbdulalimBhnsawy
 
Office 365 - Introduction to SharePoint Online Development - SharePoint Conne...
Corey Roth
 
Power Shell and Sharepoint 2013
Mohan Arumugam
 
Ad

More from André Vala (20)

PPTX
RGPD - Testemunho do Mundo Real
André Vala
 
PPTX
Office Dev Day 2018 - Extending Microsoft Teams
André Vala
 
PPTX
From Event Receivers to SharePoint Webhooks (SPS Lisbon 2017)
André Vala
 
PPTX
From Event Receivers to SharePoint Webhooks
André Vala
 
PPTX
Planning the Death Star with Microsoft Planner
André Vala
 
PPTX
From Event Receivers to SharePoint Webhooks
André Vala
 
PPTX
Microsoft Planner Deep Dive
André Vala
 
PPTX
SharePoint - Presente e Futuro
André Vala
 
PPTX
Office 365 Groups Deep Dive
André Vala
 
PPTX
Soluções com Office Graph
André Vala
 
PPTX
User License Enforcement em SharePoint 2013
André Vala
 
PPTX
Novidades na pesquisa no SharePoint 2013
André Vala
 
PPTX
Building Public Web Sites in SharePoint 2010
André Vala
 
PPTX
SharePoint + Azure = Better Together
André Vala
 
PPTX
Federated Authentication in SharePoint 2010
André Vala
 
PPTX
Using BCS to integrate Azure Services with SharePoint 2010
André Vala
 
PPTX
LINQ to SharePoint
André Vala
 
PPTX
Solução de Negócio baseadas em Office 2010 e SharePoint 2010
André Vala
 
PPTX
SharePoint Deployment
André Vala
 
PPTX
Microsoft Planner Deep Dive
André Vala
 
RGPD - Testemunho do Mundo Real
André Vala
 
Office Dev Day 2018 - Extending Microsoft Teams
André Vala
 
From Event Receivers to SharePoint Webhooks (SPS Lisbon 2017)
André Vala
 
From Event Receivers to SharePoint Webhooks
André Vala
 
Planning the Death Star with Microsoft Planner
André Vala
 
From Event Receivers to SharePoint Webhooks
André Vala
 
Microsoft Planner Deep Dive
André Vala
 
SharePoint - Presente e Futuro
André Vala
 
Office 365 Groups Deep Dive
André Vala
 
Soluções com Office Graph
André Vala
 
User License Enforcement em SharePoint 2013
André Vala
 
Novidades na pesquisa no SharePoint 2013
André Vala
 
Building Public Web Sites in SharePoint 2010
André Vala
 
SharePoint + Azure = Better Together
André Vala
 
Federated Authentication in SharePoint 2010
André Vala
 
Using BCS to integrate Azure Services with SharePoint 2010
André Vala
 
LINQ to SharePoint
André Vala
 
Solução de Negócio baseadas em Office 2010 e SharePoint 2010
André Vala
 
SharePoint Deployment
André Vala
 
Microsoft Planner Deep Dive
André Vala
 
Ad

Recently uploaded (20)

PPTX
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
PDF
Add Background Images to Charts in IBM SPSS Statistics Version 31.pdf
Version 1 Analytics
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PDF
Everything you need to know about pricing & licensing Microsoft 365 Copilot f...
Q-Advise
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PDF
Simplify React app login with asgardeo-sdk
vaibhav289687
 
PDF
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PPTX
Smart Doctor Appointment Booking option in odoo.pptx
AxisTechnolabs
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PPTX
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
Add Background Images to Charts in IBM SPSS Statistics Version 31.pdf
Version 1 Analytics
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Everything you need to know about pricing & licensing Microsoft 365 Copilot f...
Q-Advise
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Simplify React app login with asgardeo-sdk
vaibhav289687
 
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Smart Doctor Appointment Booking option in odoo.pptx
AxisTechnolabs
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 

How To Use Host-Named Site Collections