Add parameter validation

This commit is contained in:
Wes Carroll
2020-04-02 17:44:16 -04:00
parent f299aecb9b
commit 0a84246d8e
@@ -7,6 +7,7 @@ function Get-ZAProtectedVmReport {
Mandatory,
HelpMessage = "A list of VM identifiers to include in the report."
)]
[ValidateNotNullOrEmpty()]
[string[]]$VMIdentifier
)