I'm working on migrating my baseline managed hosts over to images, which due to the the length of time I've been running them have a number of incompatible VIBs I need to remove. Removing VIBs itself isn't the issue, but I've been unable to determine what VIBs are incompatbile. I can get their descriptions via the below command, but that returns the description of the VIB, not the name of the vib.
$result = Test-LcmClusterCompliance -cluster $cluster
$result.IncompatibleHosts[0].ComponentCompliance | where status -like Incompatible
Is there a better way to get the incompatible VIB?