Skip to content

Commit 76ae389

Browse files
tpcarmanmattallford
authored andcommitted
v1.0.5 patch
* Fix errors in DRS rule code * Fix errors in DRS Vm Overrides code
1 parent 4edd67a commit 76ae389

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,10 +2004,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
20042004
'VMKernel Adapters' = ($VMHostNetwork.Vnic.Device | Sort-Object) -join ', '
20052005
'Physical Adapters' = ($VMHostNetwork.Pnic.Device | Sort-Object) -join ', '
20062006
'VMKernel Gateway' = $VMHostNetwork.IpRouteConfig.DefaultGateway
2007-
'IPv6 Enabled' = Switch ($VMHostNetwork.IPv6Enabled) {
2008-
$true { 'Yes' }
2009-
$false { 'No' }
2010-
}
2007+
'IPv6 Enabled' = $VMHostNetwork.IPv6Enabled
20112008
'VMKernel IPv6 Gateway' = $VMHostNetwork.IpRouteConfig.IpV6DefaultGateway
20122009
'DNS Servers' = ($VMHostNetwork.DnsConfig.Address | Sort-Object) -join ', '
20132010
'Host Name' = $VMHostNetwork.DnsConfig.HostName

0 commit comments

Comments
 (0)