Friday, June 24, 2016

Creating new HOSTNAME BASED SITECOLLECTION In SharePoint 2010

Creating new HOST NAME BASED SITECOLLECTION In SharePoint 2010

Step1:


New-SPSite -url http://contoso.customer1.com -HostHeaderWebApplication http://webapplicationname/    -Name "TestingDemoApp" -Template sts#0 -OwnerAlias  Domain Name \UserName

New-SPSite -url http://contoso.customer2.com -HostHeaderWebApplication http://webapplicationname/     -Name "Testing Demo App 2 " -Template sts#0 -OwnerAlias  Domain Name\UserName

Step2: 

Include the newly created Site Collection details in the Bindings section of IIS.

That's Now you can able to access the newly created Host Name Based Site collections.

 

Tuesday, April 26, 2016

Switch Authentication from NTLM to kerberos

         Switch Authentication from NTLM to Kerberos



Plan details for switching authentication from NTLM to Kerberos on Saturday 23rd 2016

Step1: Make sure AD team has applied the required settings to Use Kerberos .

Execute the following command on the WFE to see all our web applications details by Verifying Service Principal Names (SPNs) using SETSPN command line Prompt:
setspn –L spapp10

Step2:  Change the authentication in CA for each web app
Chose the Negotiate (Kerberos) option and Save

Step3: Change authentication details in IIS to each web app:








Step4: Testing :