diff --git a/ZertoApiWrapper/Public/Get-ZAProtectedVm.ps1 b/ZertoApiWrapper/Public/Get-ZAProtectedVm.ps1 index 8340275..86299ba 100644 --- a/ZertoApiWrapper/Public/Get-ZAProtectedVm.ps1 +++ b/ZertoApiWrapper/Public/Get-ZAProtectedVm.ps1 @@ -12,6 +12,7 @@ function Get-ZAProtectedVm { Mandatory, HelpMessage = "A list of VM identifiers to query" )] + [ValidateNotNullOrEmpty()] [string[]]$VMIdentifier, [Parameter( ParameterSetName = "IndividualVMs",