Find-HVPool parameter
Making Find-HVPool parameter as mandatory
This commit is contained in:
@@ -1356,7 +1356,7 @@ function Get-HVPoolSummary {
|
||||
function Find-HVPool {
|
||||
[CmdletBinding()]
|
||||
param(
|
||||
[Parameter(Mandatory = $false)]
|
||||
[Parameter(Mandatory = $true)]
|
||||
$Param
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user