Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

On SharePoint 2010 Enterprise in a 2 Server Farm (Central Admin Server + Web Front End + SQL) SharePoint returns our Root site collections twice for each host header.

Example:

Get-SPSite -Limit all


URL
___
http://intranet
http://intranet/departments/IT
http://intranet/departments/HR
http://intranet
http://MyStiesHost
http://MySitesHost/Sites/Test
http://MySitesHost

This is an issue because, some of our code and third-party code; is enumerating all Site Collections.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.