Frank,
you can get the not compliant patches with:
$VMHostObj = Get-VMHost YourHost.YourDomain.YourCountry $ComplianceStatus = Get-Compliance -Entity $VMHostObj -Detailed $ComplianceStatus | Select-Object -expandProperty NotCompliantPatches
You can get the values of the other VMware.VumAutomation.Types.Patch[] properties of $ComplianceStatus in the same way.
Robert