We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ba582 commit 079d562Copy full SHA for 079d562
Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1
@@ -1788,7 +1788,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
1788
1789
#region ESXi Host Boot Device
1790
Section -Style Heading5 'Boot Device' {
1791
- $ESXiBootDevice = Get-ESXiBootDevice -VMHost $VMHost -Server $vCenter
+ $ESXiBootDevice = Get-ESXiBootDevice -VMHost $VMHost
1792
$VMHostBootDevice = [PSCustomObject]@{
1793
'Host' = $ESXiBootDevice.Host
1794
'Device' = $ESXiBootDevice.Device
0 commit comments