Search
Plugins
>
PowerShell 1.0.7
>
PowerShellInvocationResult
>
Class PowerShellInvocationResult
Extends
java.lang.Object
Represents the result from an execution fo PowerShell script
Attributes
None
Methods
Name
Returns
getErrors
()
String[]
getHostOutput
()
String
getInvocationState
()
com.vmware.o11n.plugin.powershell.model.InvocationState
getResults
()
PowerShellRemotePSObject
Returned by
Method
Returns
PowerShellHost.invokeScript
(
String
script
)
PowerShellInvocationResult
PowerShellSession.invokePipeline
()
PowerShellInvocationResult
PowerShellSession.invokeScript
(
String
script
)
PowerShellInvocationResult
Referenced in
None