alanrenouf / vCheck-vSphere

vCheck Daily Report for vSphere
MIT License
732 stars 326 forks source link

02 Snapshot Information.ps1 #633

Closed Mataris closed 6 years ago

Mataris commented 6 years ago

Line 85 $vm = Get-View $.Entity fails when running on Power CLI 6.5 R1. This is sorted by changing the line to $vm = Get-View -id $.Entity