Snapshot using powercli multiple VM

Snapshot using powercli multiple VM


Connect -viserver "vcenter"

enter the password

Create the text file snap.txt and copy the all server name on the file

go to the txt file location snap.txt

$snap = get-content snap.txt

run the following cmd

get-vm -location “snap” | New-Snapshot -Memory -Quiesce -Name PrePatch

Comments

Popular posts from this blog

Using Non-Maskable Interrupt (NMI) facilities to troubleshoot unresponsive VMware Virtual Machine.

Removing invalid linked clone entries automatically using the ViewDBChk tool

VMTool update steps on Horizon VDI Parent VM