public static CimSession Create(string computerName) { return CimSession.Create(computerName, null); }