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