How to refresh all properties via Fixlet/Task

Thanks James!

To answer your questions:

What is the property result before you send the refresh that doesn’t change?

The value isn’t set during the initial evaluation, so “Missing”

What is the relevance doing?

Evaluating a registry key value set during the imaging process (custom property) in the HKLM hive.

Have you tested this property using the Fixlet Debugger?

Yes. The relevance in the Debugger (using either the fixlet debugger or local client to evaluate) comes back with the correct value. However, I force the client to perform a full refresh, it does so, and the property doesn’t get changed in the console. I also tried:

  • Checking to client logs = Nothing related found - No failures
  • More coffee = Effects on the issue were inconclusive
  • Check Relays for issues = A few minor issues found but nothing relating to the refresh.
  • Purged the cache in my Console = It still had the inaccurate result.
1 Like

Can you provide the property relevance either here publicly or privately?

Sure, I’ve changed the regkey name and path, but here’s the property:

IF not exists (value "ThisKey" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SUBKEY\SUBKEY" of registry) THEN "Missing" ELSE value "ThisKey" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SUBKEY\SUBKEY" of registry as string