Module Facter::Util::WMI
In: lib/facter/util/wmi.rb

Methods

Constants

RPC_C_IMP_LEVEL_DEFAULT = 0   Impersonation Level Constants msdn.microsoft.com/en-us/library/windows/desktop/ms693790%28v=vs.85%29.aspx
RPC_C_IMP_LEVEL_ANONYMOUS = 1
RPC_C_IMP_LEVEL_IDENTIFY = 2
RPC_C_IMP_LEVEL_IMPERSONATE = 3
RPC_C_IMP_LEVEL_DELEGATE = 4
ImpersonationLevel = impersonation_level

Public Class methods

returns a COM class implementing ISWbemServicesEx prior to Facter 2.5.0, this defaulted to using a moniker but now defaults to using COM classes directly to support Nano backward compatibility is maintained in case custom facts specified a moniker but note that passing in the uri parameter can never work on Nano

[Validate]