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