diff --git a/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs b/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs index 37a4d7229b3..0fa91661b02 100644 --- a/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs @@ -486,6 +486,8 @@ public SwitchParameter HideComputerName [Parameter(ParameterSetName = InvokeCommandCommand.FilePathUriParameterSet)] [Parameter(ParameterSetName = InvokeCommandCommand.ContainerIdParameterSet)] [Parameter(ParameterSetName = InvokeCommandCommand.FilePathContainerIdParameterSet)] + [Parameter(ParameterSetName = InvokeCommandCommand.SSHHostHashParameterSet)] + [Parameter(ParameterSetName = InvokeCommandCommand.SSHHostParameterSet)] public string JobName { get