

Linux provide a very easy-to-use command for breaking files into pieces. Simple Linux commands allow you to break up files and reassemble them as needed in order to accommodate size restrictions. This will trigger a snapshot of all virtual machines which have names starting with MACHI* Listing Snapshots Get-Vm MACHI* | new-snapshot -name "NAME OF SNAP" -Description "Created $(Get-Date) powershell" -Quiesce -Memory –RunAsync Naturally, if we can do it for one VM, we can do it for many :-)

If the virtual machine is running, we can also elect to save the memory state as well with the –Memory parameter. Also a good idea to provide a description. When we create the snapshot you will need to give it a name. This might be important because if you roll back a running virtual machine to a snapshot where the virtual machine was stopped, the virtual machine will be stopped. Also the snapshot will be created using that state. To create it, the virtual machine can be on or off. It is a very good idea to have it prior some changes in a virtual host. There are no paid advertisements on this site and no google (or anyone else's) analytic user tracking.Creating a snapshot, is a trivial and needed task most of the time. The links below show sites for products I use or provide information and/or knowledge I find useful and you may too.
