Update formatting to standard
This commit is contained in:
+14
-26
@@ -14,74 +14,63 @@ Returns information about VPGs
|
||||
## SYNTAX
|
||||
|
||||
### main (Default)
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [<CommonParameters>]
|
||||
```
|
||||
|
||||
### stats
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpointsStats] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### checkpoints
|
||||
|
||||
```PowerShell
|
||||
Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpoints] [-startDate <String>] [-endDate <String>] [<CommonParameters>]
|
||||
```
|
||||
Get-ZertoVpg -protectionGroupIdentifier <String[]> [-checkpoints] [-startDate <String>] [-endDate <String>]
|
||||
[<CommonParameters>]
|
||||
```
|
||||
|
||||
### protectionGroupIdentifier
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg -protectionGroupIdentifier <String[]> [<CommonParameters>]
|
||||
```
|
||||
|
||||
### entityTypes
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-entityTypes] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### failoverCommitPolicies
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-failoverCommitPolicies] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### failoverShutdownPolicies
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-failoverShutdownPolicies] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### priorities
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-priorities] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### retentionPolicies
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-retentionPolicies] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### statuses
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-statuses] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### subStatuses
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-subStatuses] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### filter
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Get-ZertoVpg [-name <String>] [-status <String>] [-subStatus <String>] [-protectedSiteType <String>]
|
||||
[-recoverySiteType <String>] [-protectedSiteIdentifier <String>] [-recoverySiteIdentifier <String>]
|
||||
[-organizationName <String>] [-zorgIdentifier <String>] [-priority <String>]
|
||||
@@ -508,7 +497,6 @@ Accept wildcard characters: False
|
||||
```
|
||||
|
||||
### 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).
|
||||
|
||||
## INPUTS
|
||||
|
||||
@@ -13,7 +13,7 @@ Rolls back a VPG in a Before Commit Failover State
|
||||
|
||||
## SYNTAX
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Invoke-ZertoFailoverRollback [-vpgName] <String[]> [<CommonParameters>]
|
||||
```
|
||||
|
||||
@@ -50,7 +50,6 @@ Accept wildcard characters: False
|
||||
```
|
||||
|
||||
### 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).
|
||||
|
||||
## INPUTS
|
||||
|
||||
@@ -14,15 +14,13 @@ Deletes a Zerto Virtual Protection Group
|
||||
## SYNTAX
|
||||
|
||||
### vpgIdentifier (Default)
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Remove-ZertoVpg -vpgidentifier <String[]> [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm]
|
||||
[<CommonParameters>]
|
||||
```
|
||||
|
||||
### vpgName
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
Remove-ZertoVpg [-vpgName] <String[]> [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm] [<CommonParameters>]
|
||||
```
|
||||
|
||||
@@ -164,7 +162,6 @@ Accept wildcard characters: False
|
||||
```
|
||||
|
||||
### 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).
|
||||
|
||||
## INPUTS
|
||||
|
||||
Reference in New Issue
Block a user