None |
---|
Name | Returns |
---|---|
addCommand(PowerShellCommand command) | void |
addCommandFromString(String command) | PowerShellCommand |
getSessionId() | String |
invokePipeline() | PowerShellInvocationResult |
invokeScript(String script) | PowerShellInvocationResult |
Method | Returns |
---|---|
PowerShellHost.getSession(String sessionId) | PowerShellSession |
PowerShellHost.openSession() | PowerShellSession |
PowerShellHost.openSessionAs(String name, String password) | PowerShellSession |
None |
---|