Update formatting to standard

This commit is contained in:
Wes Carroll
2019-03-14 20:41:37 -04:00
parent 80d0d922be
commit 941d25a588
3 changed files with 17 additions and 33 deletions
+14 -26
View File
@@ -14,74 +14,63 @@ Returns information about VPGs
## SYNTAX ## SYNTAX
### main (Default) ### main (Default)
```
```PowerShell
Get-ZertoVpg [<CommonParameters>] Get-ZertoVpg [<CommonParameters>]
``` ```
### stats ### stats
```
```PowerShell
Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpointsStats] [<CommonParameters>] Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpointsStats] [<CommonParameters>]
``` ```
### checkpoints ### checkpoints
```
```PowerShell Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpoints] [-startDate <String>] [-endDate <String>]
Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpoints] [-startDate <String>] [-endDate <String>] [<CommonParameters>] [<CommonParameters>]
``` ```
### protectionGroupIdentifier ### protectionGroupIdentifier
```
```PowerShell
Get-ZertoVpg -protectionGroupIdentifier <String[]> [<CommonParameters>] Get-ZertoVpg -protectionGroupIdentifier <String[]> [<CommonParameters>]
``` ```
### entityTypes ### entityTypes
```
```PowerShell
Get-ZertoVpg [-entityTypes] [<CommonParameters>] Get-ZertoVpg [-entityTypes] [<CommonParameters>]
``` ```
### failoverCommitPolicies ### failoverCommitPolicies
```
```PowerShell
Get-ZertoVpg [-failoverCommitPolicies] [<CommonParameters>] Get-ZertoVpg [-failoverCommitPolicies] [<CommonParameters>]
``` ```
### failoverShutdownPolicies ### failoverShutdownPolicies
```
```PowerShell
Get-ZertoVpg [-failoverShutdownPolicies] [<CommonParameters>] Get-ZertoVpg [-failoverShutdownPolicies] [<CommonParameters>]
``` ```
### priorities ### priorities
```
```PowerShell
Get-ZertoVpg [-priorities] [<CommonParameters>] Get-ZertoVpg [-priorities] [<CommonParameters>]
``` ```
### retentionPolicies ### retentionPolicies
```
```PowerShell
Get-ZertoVpg [-retentionPolicies] [<CommonParameters>] Get-ZertoVpg [-retentionPolicies] [<CommonParameters>]
``` ```
### statuses ### statuses
```
```PowerShell
Get-ZertoVpg [-statuses] [<CommonParameters>] Get-ZertoVpg [-statuses] [<CommonParameters>]
``` ```
### subStatuses ### subStatuses
```
```PowerShell
Get-ZertoVpg [-subStatuses] [<CommonParameters>] Get-ZertoVpg [-subStatuses] [<CommonParameters>]
``` ```
### filter ### filter
```
```PowerShell
Get-ZertoVpg [-name <String>] [-status <String>] [-subStatus <String>] [-protectedSiteType <String>] Get-ZertoVpg [-name <String>] [-status <String>] [-subStatus <String>] [-protectedSiteType <String>]
[-recoverySiteType <String>] [-protectedSiteIdentifier <String>] [-recoverySiteIdentifier <String>] [-recoverySiteType <String>] [-protectedSiteIdentifier <String>] [-recoverySiteIdentifier <String>]
[-organizationName <String>] [-zorgIdentifier <String>] [-priority <String>] [-organizationName <String>] [-zorgIdentifier <String>] [-priority <String>]
@@ -508,7 +497,6 @@ 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
+1 -2
View File
@@ -13,7 +13,7 @@ Rolls back a VPG in a Before Commit Failover State
## SYNTAX ## SYNTAX
```PowerShell ```
Invoke-ZertoFailoverRollback [-vpgName] <String[]> [<CommonParameters>] Invoke-ZertoFailoverRollback [-vpgName] <String[]> [<CommonParameters>]
``` ```
@@ -50,7 +50,6 @@ 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
+2 -5
View File
@@ -14,15 +14,13 @@ Deletes a Zerto Virtual Protection Group
## SYNTAX ## SYNTAX
### vpgIdentifier (Default) ### vpgIdentifier (Default)
```
```PowerShell
Remove-ZertoVpg -vpgidentifier <String[]> [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm] Remove-ZertoVpg -vpgidentifier <String[]> [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm]
[<CommonParameters>] [<CommonParameters>]
``` ```
### vpgName ### vpgName
```
```PowerShell
Remove-ZertoVpg [-vpgName] <String[]> [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm] [<CommonParameters>] Remove-ZertoVpg [-vpgName] <String[]> [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm] [<CommonParameters>]
``` ```
@@ -164,7 +162,6 @@ 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