| Modifier and Type | Method and Description |
|---|---|
PowerShellResponse |
PowerShell.executeCommand(String command)
Launch a PowerShell command.
|
PowerShellResponse |
PowerShell.executeScript(BufferedReader srcReader)
Executed the provided PowerShell script in PowerShell console and gets
result.
|
PowerShellResponse |
PowerShell.executeScript(String scriptPath)
Executed the provided PowerShell script in PowerShell console and gets
result.
|
static PowerShellResponse |
PowerShell.executeSingleCommand(String command)
Execute a single command in PowerShell console and gets result
|
Copyright © 2018. All rights reserved.