Update Copy-ZertoVpg.md

This commit is contained in:
Wes Carroll
2020-04-02 10:48:19 -04:00
parent a660aa29b3
commit e774cd861d
+5 -5
View File
@@ -13,7 +13,7 @@ Copy an existing VPG settings object to create a new VPG with the same settings.
## SYNTAX
```
Copy-ZertoVpg -SourceVpgName <String> -NewVpgName <String> [-VMs] <String[]> [-WhatIf] [-Confirm]
Copy-ZertoVpg [-SourceVpgName] <String> [-NewVpgName] <String> [-VMs] <String[]> [-WhatIf] [-Confirm]
[<CommonParameters>]
```
@@ -47,7 +47,7 @@ Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@@ -62,7 +62,7 @@ Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@@ -77,7 +77,7 @@ Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@@ -114,7 +114,7 @@ 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).
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