Executes and parses the key value output of Powershell scripts
Returns a hash of facts from powershell output
# File lib/facter/util/parser.rb, line 141 def parse_results shell_command = "powershell -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Bypass -File \"#{filename}\"" KeyValuePairOutputFormat.parse Facter::Core::Execution.exec(shell_command) end
Generated with the Darkfish Rdoc Generator 2.