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