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
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
Post a Comment