Update Invoke-ZertoFailoverRollback.md

This commit is contained in:
Wes Carroll
2019-03-13 14:19:38 -04:00
parent ae2de975ca
commit a91e2a034b
+11 -4
View File
@@ -8,29 +8,33 @@ schema: 2.0.0
# Invoke-ZertoFailoverRollback # Invoke-ZertoFailoverRollback
## SYNOPSIS ## SYNOPSIS
Rollsback a VPG in a Before Commit Failover State
Rolls back a VPG in a Before Commit Failover State
## SYNTAX ## SYNTAX
``` ```PowerShell
Invoke-ZertoFailoverRollback [-vpgName] <String[]> [<CommonParameters>] Invoke-ZertoFailoverRollback [-vpgName] <String[]> [<CommonParameters>]
``` ```
## DESCRIPTION ## DESCRIPTION
Rollsback a VPG in a Before Commit Failover State
Rolls back a VPG in a Before Commit Failover State
## EXAMPLES ## EXAMPLES
### Example 1 ### Example 1
```powershell ```powershell
PS C:\> Invoke-ZertoFailoverRollback -vpgName "MyVpg" PS C:\> Invoke-ZertoFailoverRollback -vpgName "MyVpg"
``` ```
Rollsback VPG "MyVPG" from a Before Commit State Rolls back VPG "MyVPG" from a Before Commit State
## PARAMETERS ## PARAMETERS
### -vpgName ### -vpgName
Name(s) of VPG(s) to roll back from failing over Name(s) of VPG(s) to roll back from failing over
```yaml ```yaml
@@ -46,14 +50,17 @@ Accept wildcard characters: False
``` ```
### CommonParameters ### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS ## INPUTS
### None ### None
## OUTPUTS ## OUTPUTS
### System.Object ### System.Object
## NOTES ## NOTES
## RELATED LINKS ## RELATED LINKS