fix wmi table names

This commit is contained in:
Oran Nadler 2018-02-28 04:53:02 -08:00
parent 020c6398cd
commit 833df8d6d4
1 changed files with 6 additions and 5 deletions

View File

@ -16,13 +16,14 @@ __author__ = 'uri'
WMI_CLASSES = set(["Win32_OperatingSystem",
"Win32_ComputerSystem",
"Win32_GroupUser",
"Win32_LoggedOnUser",
"Win32_UserAccount",
"Win32_UserProfile",
"win32_UserAccount",
"Win32_Product",
"Win32_Process",
"Win32_Service"
"Win32_Group",
"Win32_GroupUser",
#"Win32_Product",
#"Win32_Process",
#"Win32_Service"
])
def fix_obj_for_mongo(o):