GetKeyProtectors method of the Win32_EncryptableVolume class

Need to create a property to know the value of
GetKeyProtectors method of the Win32_EncryptableVolume class

Link for reference: https://learn.microsoft.com/en-us/windows/win32/secprov/getkeyprotectors-win32-encryptablevolume#syntax

The WMI inspectors are documented https://developer.bigfix.com/relevance/reference/wmi-select.html

A search of the forums will show you examples of other wmi queries that you can use as a template

Unless there is some new capabilities I don’t yet know about, you can’t ask the client to call WMI methods via relevance since they (WMI methods) can potentially alter the system (relevance MUST be read-only by design).

To get this, you will have to take an action that calls the method (like a PowerShell script), captures the output somewhere, then create your property to read back the captured output. You will need to re-run the action whenever you require updated data.

2 Likes

Agree with Mike here.

C3 Protect has some bitlocker content that includes grabbing key protectors:

Instructions and analyses/fixlets are available here:

1 Like