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:
Site collections must not use Alternate Access Mappings to manage URLs. You need to build a web application that uses claims-based authentication. What should you do first?
Correct Answer: D
Explanation/Reference: Path-based site collections use Alternate Access Mappings. We must use Host-named site collections. For Host-named site collections we must use Windows PowerShell commands to manage URLs (Set- SPSiteURL, Remove-SPSiteURL, Get-SPSiteURL). To create a host-named site collection we use the Windows PowerShell New-SPSite cmdlet with the - HostHeaderWebApplication parameter. Example: New-SPSite 'http://portal.contoso.com' -HostHeaderWebApplication 'http://<servername>' -Name 'Portal' -Description 'Customer root' -OwnerAlias 'contoso\administrator' -language 1033 -Template 'STS#0' Reference: Host-named site collection architecture and deployment (SharePoint 2013) https://technet.microsoft.com/en-us/library/cc424952.aspx#section1b