I'm trying to check the registry for the lookback check flag thus:
Test-Path HKLM:\System\CurrentControlSet\Control\Lsa\DisableLoopbackCheck
This always returns $false when in fact the value does actually exist. Ive tried -PathType leaf and -PathType Any with the same result.
Anyone got any ideas?
Thanks