Difference between revisions of "ESXi Powershell Commandlets"

From DFWLPiki
Jump to: navigation, search
(Created page with "Category:VMWare ==Scope of This Document== This document covers ESXi powershell commands that I find useful")
 
Line 2: Line 2:
 
==Scope of This Document==
 
==Scope of This Document==
 
This document covers ESXi powershell commands that I find useful
 
This document covers ESXi powershell commands that I find useful
 +
 +
==ESXi Powershell Commandlets==
 +
Get all VMs that have snapshots
 +
get-vm | get-snapshot | format-list vm,name

Revision as of 13:38, 21 May 2018

Scope of This Document

This document covers ESXi powershell commands that I find useful

ESXi Powershell Commandlets

Get all VMs that have snapshots

get-vm | get-snapshot | format-list vm,name