Press "Enter" to skip to content

Posts tagged as “Scripting”

Scripting a Recovery Plan

Joshua Stenhouse 3

To protect VMs with Zerto they need to be placed into Virtual Protection Groups (VPGs) which are consistency groupings of VMs that are typically configured on a per application basis.…

Adding Zerto cmdlets to a script

Joshua Stenhouse 1

In order to run Zerto cmdlets inside a script you have to add the snapin. This is easily done with the following command: add-pssnapin Zerto.PS.Commands

Scripting with Zerto Basics

Joshua Stenhouse 0

To run PowerShell scripts with Zerto I recommend the following requirements be fulfilled, on the host running the scripts, as a best practice to cover running anything and everything: PowerShell…