Validate NullorEmpty VpgName
This commit is contained in:
@@ -14,6 +14,7 @@ function Export-ZertoVpg {
|
|||||||
ParameterSetName = "namedVpgs",
|
ParameterSetName = "namedVpgs",
|
||||||
Mandatory = $true
|
Mandatory = $true
|
||||||
)]
|
)]
|
||||||
|
[ValidateNotNullOrEmpty()]
|
||||||
[string[]]$vpgName,
|
[string[]]$vpgName,
|
||||||
[parameter(
|
[parameter(
|
||||||
HelpMessage = "Export all VPGs at this site",
|
HelpMessage = "Export all VPGs at this site",
|
||||||
|
|||||||
Reference in New Issue
Block a user