Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const Sha256SourceHashType = "sha256"
SourceHashType is set as default sha256.
Variables ¶
View Source
var PowerShellModulesDirectory = filepath.Join(os.Getenv("SystemRoot"), "System32", "WindowsPowerShell", "v1.0", "Modules")
PowerShellModulesDirectory is the directory where PowerShell Modules are installed
Functions ¶
Types ¶
type PSModulePluginInput ¶
type PSModulePluginInput struct { contracts.PluginInput RunCommand interface{} ParsedCommands []string ID string WorkingDirectory string TimeoutSeconds interface{} Source string SourceHash string SourceHashType string }
RunCommandPluginInput represents one set of commands executed by the RunCommand plugin.
Click to show internal directories.
Click to hide internal directories.