From 81ea974cdf3bcae2980269c6987a76e5d357874a Mon Sep 17 00:00:00 2001 From: Mike M Date: Thu, 5 Aug 2021 09:59:40 -0400 Subject: [PATCH] add v2 script details to README Updated README.md with v2 script details --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index de6f45f..e4dd9ef 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ The script should then be scheduled to be run directly on both SQL nodes every 1 - ZVR 6.0u2 - Failoverclusters PowerShell Module +- v2 script - requires Zerto.ZVM.Commandlets module from Powershell Gallery, which requires Powershell 6.1+ + ## In-Script Variables: - Cluster Node 1 Name @@ -33,3 +35,5 @@ The script should then be scheduled to be run directly on both SQL nodes every 1 Once the necessary requirements have been completed select an appropriate host to run the script from. To run the script type the following from the directory the script is located in: .\MSSQL_MSCS_Failover.ps1 + +v2 script - .\mssql_mscs_failover_v2.ps1