Update Invoke-ZertoFailoverCommit.md
This commit is contained in:
@@ -13,7 +13,7 @@ Commit a running VPG failover
|
|||||||
## SYNTAX
|
## SYNTAX
|
||||||
|
|
||||||
```
|
```
|
||||||
Invoke-ZertoFailoverCommit [-vpgName] <String[]> [-reverseProtect] [<CommonParameters>]
|
Invoke-ZertoFailoverCommit [-vpgName] <String[]> [-reverseProtection] [<CommonParameters>]
|
||||||
```
|
```
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
@@ -30,14 +30,14 @@ Commits VPG "MyVpg" without reverse protection
|
|||||||
|
|
||||||
### Example 1
|
### Example 1
|
||||||
```powershell
|
```powershell
|
||||||
PS C:\> Invoke-ZertoFailoverCommit -vpgName "MyVpg" -reverseProtect
|
PS C:\> Invoke-ZertoFailoverCommit -vpgName "MyVpg" -reverseProtection
|
||||||
```
|
```
|
||||||
|
|
||||||
Commits a VPG with reverse protection
|
Commits a VPG with reverse protection
|
||||||
|
|
||||||
## PARAMETERS
|
## PARAMETERS
|
||||||
|
|
||||||
### -reverseProtect
|
### -reverseProtection
|
||||||
Use this switch to reverse protect the VPG(s) to the source site.
|
Use this switch to reverse protect the VPG(s) to the source site.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user