Friday, February 13, 2015

Powershell commands to change it to NTLM authentication.

$wa = Get-SPWebApplication http://SharePoint:28222.
$winAp = new-SPAuthenticationProvider -UseWindowsIntegratedAuthentication -DisableKerberos
Set-SPwebApplication -Identity $wa –AuthenticationProvider $winAp –Zone Default

No comments:

Post a Comment