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