As we roll out Trend Deep Security, I need to be able to verify whether the vshield endpoint driver is installed on all machines in my environment, and provide a report with the status of each guest machine. I found an entry in the .vmxf file for each machine that indicates an installed driver, but I'd like to do this without having to crawl datastores and import .vmxf files. I've scoured ExtensionData.Config.ExtraConfig on the guest VM objects, and I found entries there that indicate whether Trend's dvfilter.dsa driver is active, but nothing for vsepflt (the vshield endpoint driver).
The entry in the .vmxf file looks like this:
<vsepflt version="5.0.0.1" installed="TRUE"/>
Has anyone been able to query this with the built-in objects in PowerCLI? Did I miss it buried in there somewhere?