|
55 | 55 | "Required": false, |
56 | 56 | "Description": "Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations." |
57 | 57 | }, |
58 | | - { |
59 | | - "Name": "WinRM Protocol", |
60 | | - "DisplayName": "WinRM Protocol", |
61 | | - "Type": "MultipleChoice", |
62 | | - "DependsOn": "", |
63 | | - "DefaultValue": "https,http", |
64 | | - "Required": true, |
65 | | - "Description": "Multiple choice value specifying the protocol (https or http) that the target server's WinRM listener is using. Example: 'https' to use secure communication." |
66 | | - }, |
67 | | - { |
68 | | - "Name": "WinRM Port", |
69 | | - "DisplayName": "WinRM Port", |
70 | | - "Type": "String", |
71 | | - "DependsOn": "", |
72 | | - "DefaultValue": "5986", |
73 | | - "Required": true, |
74 | | - "Description": "String value specifying the port number that the target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP." |
75 | | - }, |
| 58 | + { |
| 59 | + "Name": "WinRM Protocol", |
| 60 | + "DisplayName": "WinRM Protocol", |
| 61 | + "Type": "MultipleChoice", |
| 62 | + "DependsOn": "", |
| 63 | + "DefaultValue": "https,http,ssh", |
| 64 | + "Required": true, |
| 65 | + "Description": "Multiple choice value specifying which protocol to use. Protocols https or http use WinRM to connect from Windows to Windows Servers. Using ssh is only supported when running the orchestrator in a Linux environment." |
| 66 | + }, |
| 67 | + { |
| 68 | + "Name": "WinRM Port", |
| 69 | + "DisplayName": "WinRM Port", |
| 70 | + "Type": "String", |
| 71 | + "DependsOn": "", |
| 72 | + "DefaultValue": "5986", |
| 73 | + "Required": true, |
| 74 | + "Description": "String value specifying the port number that the Windows target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP. By default, when using ssh in a Linux environment, the default port number is 22." |
| 75 | + }, |
76 | 76 | { |
77 | 77 | "Name": "ServerUsername", |
78 | 78 | "DisplayName": "Server Username", |
|
174 | 174 | "DisplayName": "WinRM Protocol", |
175 | 175 | "Type": "MultipleChoice", |
176 | 176 | "DependsOn": "", |
177 | | - "DefaultValue": "https,http", |
| 177 | + "DefaultValue": "https,http,ssh", |
178 | 178 | "Required": true, |
179 | | - "Description": "Multiple choice value specifying the protocol (https or http) that the target server's WinRM listener is using. Example: 'https' to use secure communication." |
| 179 | + "Description": "Multiple choice value specifying which protocol to use. Protocols https or http use WinRM to connect from Windows to Windows Servers. Using ssh is only supported when running the orchestrator in a Linux environment." |
180 | 180 | }, |
181 | 181 | { |
182 | 182 | "Name": "WinRM Port", |
|
185 | 185 | "DependsOn": "", |
186 | 186 | "DefaultValue": "5986", |
187 | 187 | "Required": true, |
188 | | - "Description": "String value specifying the port number that the target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP." |
| 188 | + "Description": "String value specifying the port number that the Windows target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP. By default, when using ssh in a Linux environment, the default port number is 22." |
189 | 189 | }, |
190 | 190 | { |
191 | 191 | "Name": "ServerUsername", |
|
373 | 373 | "Required": false, |
374 | 374 | "Description": "Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations." |
375 | 375 | }, |
376 | | - { |
377 | | - "Name": "WinRM Protocol", |
378 | | - "DisplayName": "WinRM Protocol", |
379 | | - "Type": "MultipleChoice", |
380 | | - "DependsOn": "", |
381 | | - "DefaultValue": "https,http", |
382 | | - "Required": true, |
383 | | - "Description": "Multiple choice value specifying the protocol (https or http) that the target server's WinRM listener is using. Example: 'https' to use secure communication." |
384 | | - }, |
385 | | - { |
386 | | - "Name": "WinRM Port", |
387 | | - "DisplayName": "WinRM Port", |
388 | | - "Type": "String", |
389 | | - "DependsOn": "", |
390 | | - "DefaultValue": "5986", |
391 | | - "Required": true, |
392 | | - "Description": "String value specifying the port number that the target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP." |
393 | | - }, |
| 376 | + { |
| 377 | + "Name": "WinRM Protocol", |
| 378 | + "DisplayName": "WinRM Protocol", |
| 379 | + "Type": "MultipleChoice", |
| 380 | + "DependsOn": "", |
| 381 | + "DefaultValue": "https,http,ssh", |
| 382 | + "Required": true, |
| 383 | + "Description": "Multiple choice value specifying which protocol to use. Protocols https or http use WinRM to connect from Windows to Windows Servers. Using ssh is only supported when running the orchestrator in a Linux environment." |
| 384 | + }, |
| 385 | + { |
| 386 | + "Name": "WinRM Port", |
| 387 | + "DisplayName": "WinRM Port", |
| 388 | + "Type": "String", |
| 389 | + "DependsOn": "", |
| 390 | + "DefaultValue": "5986", |
| 391 | + "Required": true, |
| 392 | + "Description": "String value specifying the port number that the Windows target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP. By default, when using ssh in a Linux environment, the default port number is 22." |
| 393 | + }, |
394 | 394 | { |
395 | 395 | "Name": "ServerUsername", |
396 | 396 | "DisplayName": "Server Username", |
|
0 commit comments