Validate NullorEmpty VpgName

This commit is contained in:
Wes Carroll
2019-04-01 17:33:37 -04:00
parent 46e29dc8c0
commit 7bd8e5c7ee
@@ -14,6 +14,7 @@ function Export-ZertoVpg {
ParameterSetName = "namedVpgs",
Mandatory = $true
)]
[ValidateNotNullOrEmpty()]
[string[]]$vpgName,
[parameter(
HelpMessage = "Export all VPGs at this site",