Fix bug in Set-VMCPSettings
This commit is contained in:
@@ -168,7 +168,7 @@ function Set-VMCPSettings {
|
|||||||
[CmdletBinding(SupportsShouldProcess=$true,ConfirmImpact="High")]
|
[CmdletBinding(SupportsShouldProcess=$true,ConfirmImpact="High")]
|
||||||
param
|
param
|
||||||
(
|
(
|
||||||
[Parameter(Mandatory=$True,
|
[Parameter(Mandatory=$false,
|
||||||
ValueFromPipeline=$True,
|
ValueFromPipeline=$True,
|
||||||
ValueFromPipelineByPropertyName=$True,
|
ValueFromPipelineByPropertyName=$True,
|
||||||
HelpMessage='What is the Cluster Name?')]
|
HelpMessage='What is the Cluster Name?')]
|
||||||
|
|||||||
Reference in New Issue
Block a user