daveho5392

Results 2 issues of daveho5392

### Is your feature request related to a problem? Please describe. Currently the script only compares the ESXi build number to esxiLastestBuild parameter and if they don't match, throws a...

enhancement
powercli

### Describe the bug The verify vCenter version kept failing for me when written as: If(($global:DefaultVIServers | Select-Object -ExpandProperty Version).contains("7.0")) I had to change it to: If(($global:DefaultVIServers | Select-Object -ExpandProperty...

bug