Find-HVPool parameter

Making Find-HVPool parameter as mandatory
This commit is contained in:
praveenmathamsetty
2016-12-02 08:31:01 +05:30
parent 7eeece3d25
commit 02c66242f1

View File

@@ -1356,7 +1356,7 @@ function Get-HVPoolSummary {
function Find-HVPool {
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[Parameter(Mandatory = $true)]
$Param
)