Update mandatory parameter declaration
This commit is contained in:
@@ -4,7 +4,7 @@ function Get-ZertoProtectedVm {
|
||||
param (
|
||||
[Parameter(
|
||||
ParameterSetName = "vmIdentifier",
|
||||
Mandatory = $true,
|
||||
Mandatory,
|
||||
ValueFromPipeline = $true,
|
||||
ValueFromPipelineByPropertyName = $true,
|
||||
HelpMessage = "vmIdentifier(s) for which to return information"
|
||||
|
||||
Reference in New Issue
Block a user