Fix bug in Set-VMCPSettings

This commit is contained in:
equelin
2016-10-11 16:56:31 +02:00
parent 19ff0ea26a
commit 4b8e5dc46f

View File

@@ -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?')]