Skip to content

Commit 079d562

Browse files
committed
Revert code update within ESXi Boot Device reporting
1 parent a5ba582 commit 079d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
17881788

17891789
#region ESXi Host Boot Device
17901790
Section -Style Heading5 'Boot Device' {
1791-
$ESXiBootDevice = Get-ESXiBootDevice -VMHost $VMHost -Server $vCenter
1791+
$ESXiBootDevice = Get-ESXiBootDevice -VMHost $VMHost
17921792
$VMHostBootDevice = [PSCustomObject]@{
17931793
'Host' = $ESXiBootDevice.Host
17941794
'Device' = $ESXiBootDevice.Device

0 commit comments

Comments
 (0)