@@ -128,9 +128,9 @@ script:
128
128
description : The hostname to run the command on. This will override the default hostname specified in the instance.
129
129
- name : command
130
130
required : true
131
- description : Command to execute
131
+ description : Command to execute.
132
132
- name : arguments
133
- description : Comma separate list of arguments
133
+ description : Comma separate list of arguments.
134
134
- name : decode
135
135
auto : PREDEFINED
136
136
predefined :
@@ -219,28 +219,28 @@ script:
219
219
- utf_16_le
220
220
- utf_7
221
221
- utf_8
222
- description : Decode codec to use when decoding command outputs (overrides value set in the instance)
222
+ description : Decode codec to use when decoding command outputs (overrides value set in the instance).
223
223
outputs :
224
224
- contextPath : WinRM.Process
225
- description : Process object of the WinRM command
225
+ description : Process object of the WinRM command.
226
226
- contextPath : WinRM.Process.Output
227
- description : STDOUT of the WinRM command
227
+ description : STDOUT of the WinRM command.
228
228
- contextPath : WinRM.Process.Error
229
- description : STDERR of the WinRM command
229
+ description : STDERR of the WinRM command.
230
230
- contextPath : WinRM.Process.Status
231
- description : Status code of the WInRM command
232
- description : Executes a command on the host
231
+ description : Status code of the WInRM command.
232
+ description : Executes a command on the host.
233
233
execution : true
234
234
- name : winrm-run-powershell
235
235
arguments :
236
236
- name : hostname
237
237
description : The hostname to run the command on. This will override the default hostname specified in the instance.
238
238
- name : entryID
239
- description : The entry ID of the powershell script to run (overrides scriptname and script)
239
+ description : The entry ID of the powershell script to run (overrides scriptname and script).
240
240
- name : script
241
- description : The powershell script to execute (requires code, not a file input)
241
+ description : The powershell script to execute (requires code, not a file input).
242
242
- name : scriptname
243
- description : Name of the script (optional)
243
+ description : Name of the script (optional).
244
244
- name : decode
245
245
auto : PREDEFINED
246
246
predefined :
@@ -329,16 +329,16 @@ script:
329
329
- utf_16_le
330
330
- utf_7
331
331
- utf_8
332
- description : Decode codec to use when decoding command outputs (overrides value set in the instance)
332
+ description : Decode codec to use when decoding command outputs (overrides value set in the instance).
333
333
outputs :
334
334
- contextPath : WinRM.Powershell.Output
335
- description : STDOUT of the WinRM command
335
+ description : STDOUT of the WinRM command.
336
336
- contextPath : WinRM.Powershell.Error
337
- description : STDERR of the WinRM command
337
+ description : STDERR of the WinRM command.
338
338
- contextPath : WinRM.Powershell.Status
339
- description : Status code of the WInRM command
340
- description : Executes a Powershell script on the endpoint
341
- dockerimage : demisto/auth-utils:1.0.0.115527
339
+ description : Status code of the WInRM command.
340
+ description : Executes a Powershell script on the endpoint.
341
+ dockerimage : demisto/auth-utils:1.0.0.1839651
342
342
subtype : python3
343
343
fromversion : 5.0.0
344
344
tests :
0 commit comments