Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PowershellSession ¶
type PowershellSession struct {
// contains filtered or unexported fields
}
func (*PowershellSession) Disconnect ¶
func (ps *PowershellSession) Disconnect()
func (*PowershellSession) Output ¶
func (ps *PowershellSession) Output(script string) (string, error)
func (*PowershellSession) Run ¶
func (ps *PowershellSession) Run(script string) error
Click to show internal directories.
Click to hide internal directories.