diff --git a/docs/Get-ZertoEvent.md b/docs/Get-ZertoEvent.md index f3b8c67..e42daa2 100644 --- a/docs/Get-ZertoEvent.md +++ b/docs/Get-ZertoEvent.md @@ -309,13 +309,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -vpgIdentifier -The identifier of the VPG for which you want to return events. +### -vpg +The name of the VPG for which you want to return events. ```yaml Type: String Parameter Sets: filter -Aliases: vpgId +Aliases: vpgName Required: False Position: Named @@ -324,13 +324,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -vpgName -The name of the VPG for which you want to return events. +### -vpgIdentifier +The identifier of the VPG for which you want to return events. ```yaml Type: String Parameter Sets: filter -Aliases: vpg +Aliases: vpgId Required: False Position: Named diff --git a/docs/Invoke-ZertoMove.md b/docs/Invoke-ZertoMove.md index 420088e..eb1c661 100644 --- a/docs/Invoke-ZertoMove.md +++ b/docs/Invoke-ZertoMove.md @@ -14,21 +14,20 @@ Start a move of a VPG. ### main (Default) ``` -Invoke-ZertoMove [-vpgName] [[-commitPolicy] ] [[-commitPolicyTimeout] ] - [-forceShutdown] [-ContinueOnPreScriptFailure] [-WhatIf] [-Confirm] [] +Invoke-ZertoMove -vpgName [-commitPolicy ] [-commitPolicyTimeout ] [-forceShutdown] + [-ContinueOnPreScriptFailure] [-WhatIf] [-Confirm] [] ``` ### disableReverseProtection ``` -Invoke-ZertoMove [-vpgName] [[-commitPolicy] ] [[-commitPolicyTimeout] ] - [-forceShutdown] [-disableReverseProtection] [-ContinueOnPreScriptFailure] [-WhatIf] [-Confirm] - [] +Invoke-ZertoMove -vpgName [-commitPolicy ] [-commitPolicyTimeout ] [-forceShutdown] + [-disableReverseProtection] [-ContinueOnPreScriptFailure] [-WhatIf] [-Confirm] [] ``` ### keepSourceVms ``` -Invoke-ZertoMove [-vpgName] [[-commitPolicy] ] [[-commitPolicyTimeout] ] - [-forceShutdown] [-keepSourceVms] [-ContinueOnPreScriptFailure] [-WhatIf] [-Confirm] [] +Invoke-ZertoMove -vpgName [-commitPolicy ] [-commitPolicyTimeout ] [-forceShutdown] + [-keepSourceVms] [-ContinueOnPreScriptFailure] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -58,9 +57,10 @@ Default is the Site Settings setting. Type: String Parameter Sets: (All) Aliases: +Accepted values: Rollback, Commit, None Required: False -Position: 1 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -76,7 +76,7 @@ Parameter Sets: (All) Aliases: Required: False -Position: 2 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -91,7 +91,7 @@ Parameter Sets: (All) Aliases: Required: False -Position: 6 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -121,7 +121,7 @@ Parameter Sets: (All) Aliases: Required: False -Position: 3 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -136,7 +136,7 @@ Parameter Sets: keepSourceVms Aliases: Required: True -Position: 5 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -151,7 +151,7 @@ Parameter Sets: (All) Aliases: Required: True -Position: 0 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False diff --git a/docs/New-ZertoVpg.md b/docs/New-ZertoVpg.md index c288dbd..e8a69d4 100644 --- a/docs/New-ZertoVpg.md +++ b/docs/New-ZertoVpg.md @@ -12,6 +12,16 @@ Creates a New VPG with default settings only. Customization of VM settings can b ## SYNTAX +### recoveryHostDatastore (Default) +``` +New-ZertoVpg -vpgName [-vpgPriority ] [-journalHistoryInHours ] -protectedVm + -recoverySite -recoveryHost -datastore -recoveryFolder + [-rpoInSeconds ] [-testIntervalInMinutes ] [-serviceProfile ] + [-useWanCompression ] [-zorg ] -recoveryNetwork -testNetwork + [-journalDatastore ] [-journalHardLimitInMb ] [-journalWarningThresholdInMb ] + [-WhatIf] [-Confirm] [] +``` + ### recoveryClusterDatastoreCluster ``` New-ZertoVpg -vpgName [-vpgPriority ] [-journalHistoryInHours ] -protectedVm @@ -42,16 +52,6 @@ New-ZertoVpg -vpgName [-vpgPriority ] [-journalHistoryInHours < [-WhatIf] [-Confirm] [] ``` -### recoveryHostDatastore -``` -New-ZertoVpg -vpgName [-vpgPriority ] [-journalHistoryInHours ] -protectedVm - -recoverySite -recoveryHost -datastore -recoveryFolder - [-rpoInSeconds ] [-testIntervalInMinutes ] [-serviceProfile ] - [-useWanCompression ] [-zorg ] -recoveryNetwork -testNetwork - [-journalDatastore ] [-journalHardLimitInMb ] [-journalWarningThresholdInMb ] - [-WhatIf] [-Confirm] [] -``` - ### recoveryResourcePoolDatastoreCluster ``` New-ZertoVpg -vpgName [-vpgPriority ] [-journalHistoryInHours ] -protectedVm @@ -176,7 +176,7 @@ Name of the datastore where the VM(s), Volume(s), and Journal(s) will reside. ```yaml Type: String -Parameter Sets: recoveryClusterDatastore, recoveryHostDatastore, recoveryResourcePoolDatastore +Parameter Sets: recoveryHostDatastore, recoveryClusterDatastore, recoveryResourcePoolDatastore Aliases: Required: True @@ -312,7 +312,7 @@ Name of the host where the VM(s) will be recovered. ```yaml Type: String -Parameter Sets: recoveryHostDatastoreCluster, recoveryHostDatastore +Parameter Sets: recoveryHostDatastore, recoveryHostDatastoreCluster Aliases: Required: True diff --git a/docs/Remove-ZertoVpg.md b/docs/Remove-ZertoVpg.md index c365cd7..877e44e 100644 --- a/docs/Remove-ZertoVpg.md +++ b/docs/Remove-ZertoVpg.md @@ -21,7 +21,7 @@ Remove-ZertoVpg -vpgidentifier [-keepRecoveryVolumes] [-force] [-What ### vpgName ``` -Remove-ZertoVpg [-vpgName] [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm] [] +Remove-ZertoVpg -vpgName [-keepRecoveryVolumes] [-force] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,7 +122,7 @@ Parameter Sets: vpgName Aliases: Required: True -Position: 0 +Position: Named Default value: None Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False diff --git a/docs/Save-ZertoVpgSetting.md b/docs/Save-ZertoVpgSetting.md index cd2cc59..4604408 100644 --- a/docs/Save-ZertoVpgSetting.md +++ b/docs/Save-ZertoVpgSetting.md @@ -36,10 +36,10 @@ VpgSettings Identifier to save ```yaml Type: String Parameter Sets: (All) -Aliases: vpgSettingsId +Aliases: sid, settingsIdentifier, vpgSettingsId Required: True -Position: 1 +Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False