Disable Loopbackcheck using PowerShell
Disable Loopback Check Powershell
To disable Loopback check run the following
cmd on the (each) SharePoint server from a SharePoint PowerShell prompt (run as
administrator):
New-ItemProperty
HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value
"1" -PropertyType dword
Comments
Post a Comment