Resolved! Report if Credential Guard is active
Hi,I'm looking for a way to check whether Credential Guard is activated on my endpoints.Probably the best way to do this is to query the registry value:HKLM:SYSTEM\CurrentControlSet\Control\Lsa DWORD LsaCfgFlagsValue could be 0=deactivated, 1=On with...