PowerShellResponse |
PowerShell.executeCommand(java.lang.String command) |
Execute a PowerShell command.
|
PowerShellResponse |
PowerShell.executeScript(java.io.BufferedReader srcReader) |
Execute the provided PowerShell script in PowerShell console and gets
result.
|
PowerShellResponse |
PowerShell.executeScript(java.io.BufferedReader srcReader,
java.lang.String params) |
Execute the provided PowerShell script in PowerShell console and gets
result.
|
PowerShellResponse |
PowerShell.executeScript(java.lang.String scriptPath) |
Executed the provided PowerShell script in PowerShell console and gets
result.
|
PowerShellResponse |
PowerShell.executeScript(java.lang.String scriptPath,
java.lang.String params) |
Executed the provided PowerShell script in PowerShell console and gets
result.
|
static PowerShellResponse |
PowerShell.executeSingleCommand(java.lang.String command) |
Execute a single command in PowerShell consolscriptModee and gets result
|