VMware Cloud Community
DhiyaKarthik
Contributor
Contributor

Verify Image Profile and VIB Acceptance Levels for ESXI Host

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

Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership

This is a duplicate of your other thread PowerCLI Command to Get VIB Acceptance Level for E... - VMware Technology Network VMTN


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos