Valid 70-331 Dumps shared by ExamDiscuss.com for Helping Passing 70-331 Exam! ExamDiscuss.com now offer the newest 70-331 exam dumps, the ExamDiscuss.com 70-331 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-331 dumps with Test Engine here:
A SharePoint environment contains a single web application at http://app1. Users access a site collection under the web application by using the URL http://portal.contoso.com. You need to ensure that the site collection is also accessible at http://collaboration.contoso.com. What should you do?
Correct Answer: B
Explanation/Reference: The Set-SPSiteUrl cmdlet adds or changes an URL mapping for the site. The Set-SPSiteUrl cmdletonly applies to the root site collection for a host name that is, http://www.contoso.com. This cmdlet cannot be directly run against a managed path site collection underneath the root that is, http://www.contoso.com/ sites/test. When you create a new hostname site collection, the default alternate access mappings will still exist but cannot be used. Use Windows PowerShell commands to manage URL mappings for host-named site collections. Add a mapping to an existing site: Set-SPSiteUrl (Get-SPSite 'http://teams.contoso.com') -Url 'http://teamsites.contoso.com' -Zone Intranet Reference: Host-named site collections versus path-based site collections