From db32f259874e03bc2d6f54a19d7313bea06e9379 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 17 Apr 2019 13:36:06 -0400 Subject: [PATCH] Update Invoke-ZertoMoveCommit.md --- docs/Invoke-ZertoMoveCommit.md | 42 ++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/docs/Invoke-ZertoMoveCommit.md b/docs/Invoke-ZertoMoveCommit.md index 584ee4c..72c687e 100644 --- a/docs/Invoke-ZertoMoveCommit.md +++ b/docs/Invoke-ZertoMoveCommit.md @@ -13,7 +13,7 @@ Commit a VPG currently undergoing a move operation. ## SYNTAX ``` -Invoke-ZertoMoveCommit [-vpgName] [[-reverseProtect] ] [-keepSourceVms] +Invoke-ZertoMoveCommit [-vpgName] [-reverseProtection] [-keepSourceVms] [-WhatIf] [-Confirm] [] ``` @@ -47,18 +47,16 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -reverseProtect -Set this to True to reverse protect the VPG(s) to the source site. -If not set, will use selection made during move initiation. -True or False +### -reverseProtection +Set this to True to reverse protect the VPG(s) to the source site. If not set, will use selection made during move initiation. True or False ```yaml -Type: Boolean +Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False -Position: 1 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -79,6 +77,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +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).