Versions in this module Expand all Collapse all v0 v0.12.2 Jan 20, 2017 v0.12.1 Dec 15, 2016 Changes in this version + func GetHostAvailableMemory() float64 + func GetHostName(ip string) (string, error) + func HasVirtualMachineVirtualizationExtensions() (bool, error) + func IsCurrentUserAnAdministrator() (bool, error) + func IsPowershellAvailable() (bool, string, error) + func ModuleExists(moduleName string) (bool, error) + func SetUnattendedProductKey(path string, productKey string) error + type PowerShellCmd struct + Stderr io.Writer + Stdout io.Writer + func (ps *PowerShellCmd) Output(fileContents string, params ...string) (string, error) + func (ps *PowerShellCmd) Run(fileContents string, params ...string) error + type ScriptBuilder struct + func (b *ScriptBuilder) Reset() + func (b *ScriptBuilder) String() string + func (b *ScriptBuilder) WriteLine(s string) (n int, err error) + func (b *ScriptBuilder) WriteString(s string) (n int, err error)