Update Invoke-ZertoFailoverCommit.md

This commit is contained in:
Wes Carroll
2019-04-06 23:48:32 -04:00
parent ec9eda9dcd
commit 7c3f14aaeb
+3 -3
View File
@@ -13,7 +13,7 @@ Commit a running VPG failover
## SYNTAX
```
Invoke-ZertoFailoverCommit [-vpgName] <String[]> [-reverseProtect] [<CommonParameters>]
Invoke-ZertoFailoverCommit [-vpgName] <String[]> [-reverseProtection] [<CommonParameters>]
```
## DESCRIPTION
@@ -30,14 +30,14 @@ Commits VPG "MyVpg" without reverse protection
### Example 1
```powershell
PS C:\> Invoke-ZertoFailoverCommit -vpgName "MyVpg" -reverseProtect
PS C:\> Invoke-ZertoFailoverCommit -vpgName "MyVpg" -reverseProtection
```
Commits a VPG with reverse protection
## PARAMETERS
### -reverseProtect
### -reverseProtection
Use this switch to reverse protect the VPG(s) to the source site.
```yaml