ESXi Powershell Commandlets
From DFWLPiki
Scope of This Document
This document covers ESXi powershell commands that I find useful
ESXi Powershell Commandlets
Connect to your vCenter
Connect-VIServer -Server SERVERNAME
Get all VMs that have snapshots
get-vm | get-snapshot | format-list vm,name,created