jan-h
3/3/2015 - 2:42 PM

Disable Loopback Check. See method 2 in http://support.microsoft.com/kb/896861

Disable Loopback Check. See method 2 in http://support.microsoft.com/kb/896861

Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa' -Name DisableLoopbackCheck -Value 1
Write-Host "Loopback Check disabled. Restart the computer to effect changes."