Measure ID VE800018 Measure Title Verify Image Profile and VIB Acceptance Levels
I have tried the below powercli command but its not working,
$EsxHost = ""
$esxcli = Get-EsxCli -VMHost $EsxHost
$esxcli.software.acceptance.get()
Getting below error
you cannot call a method on a null-valued expression. At line:779 char:9 + $esxcli.software.acceptance.get() + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull
PowerCLI Version ----------------
VMware vSphere PowerCLI 5.8 Release 1 build 2057893
Snapin Versions ---------------
VMWare AutoDeploy PowerCLI Component 5.5 build 1983942
VMWare ImageBuilder PowerCLI Component 5.5 build 1983942
VMware License PowerCLI Component 5.5 build 1265954
VMware Storage PowerCLI Component 5.8 build 2057894
VMware VDS PowerCLI Component 5.8 build 2031581
VMware vSphere PowerCLI Component 5.8 build 2031581