Hardware inventory reports by scom

Is there a way to get managed servers hardware inventory list by scom? 

Hi,
SCCM is more suitable for your requirement. Here is a similar thread for your reference:
Software License/ inventory report from SCOM                                 
http://social.technet.microsoft.com/Forums/en-US/b109919e-8212-45df-880c-6b1917d7733c/software-license-inventory-report-from-scom?forum=operationsmanagerreporting
Regards, Yan Li

Similar Messages

  • SCCM 2012 - Custom Hardware Inventory Report

    Hi All
    I am looking for a step-by-step on how to build a custom hardware inventory report in SCCM 2012 that is similar to the default Hardware-09A report but with a few added fields.
    The fields I am looking to add are 
    Current logged on user
    Monitor make
    Monitor Model
    Monitor Serial
    Also, if I right click and select Edit, the report view does not open to view the SQL statements.
    Any assistance is appreciated
    Thanks

    and is there a solution for the other points I made?
    Monitor make
    Monitor Model
    Monitor Serial

  • Sccm 2007 Hardware inventory report

    Dear Exprt,
    How do i ensure SCCM client has seccessfully send H/W inventory report to MP with out any issue and when.
    i have look the (InventoryAgent.log) and it did writen (Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint) but nothing update on server.
    [email protected]

    Use this blog post to find out where HW stops working.
    http://be.enhansoft.com/post/2013/07/25/Troubleshooting-Inventory-Flow.aspx
    Yes it is written for CM12 but it is still the same process as CM07.
    http://www.enhansoft.com/

  • RME Hardware Inventory Report gets Error: Report Could Not be Found

    LMS 3.2
    RME 4.3.0
    When running Inventory Hardware report I select all devices and it shows the correct number of devices selected
    However, the report is missing all routers, and I get the error message Report could not be found.

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Hardware Inventory Report through Powershell

    Hi Guys,
    I have a custom report within SCCM, which gather information per device such as: Device Name, Operating System, Number of Cores, Logical Processors, SQL Version. This works fine.
    I know a lot of this information actually gets stored in WMI on the SCCM server. Is there a particular WMI Namespace/Class from which i can retrieve the above details via powershell? I know of the ClassName: SMS_CombinedDeviceResources, which gives me Operating
    System information per device but nothing else.
    Is it actually possible to retrieve such info from WMI in SCCM 2012? If it is then please point in the direction of classes to query for the above information. I am also going through: https://msdn.microsoft.com/en-us/library/hh948405.aspx to find the same
    information.
    Thank You

    SQL isnt bad, you can look online to get sample queries and work from there. You basically pick your view to pull from, choose your columns and then join and limit that as you need to. 
    Here is a quick example to get the data you asked for:
    select *
    from v_GS_PC_BIOS
    It will return all columns, but you can limit those down by typing them after your select clause instead of *.
    Daniel Ratliff | http://www.PotentEngineer.com |
    @PotentEngineer

  • Deploying custom report for custom hardware inventory data.

    Hi!
    I want do the following:
    1) Extend Hardware Inventory using my own *.mof file. Like,
    #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
    [ SMS_Report (TRUE),
    SMS_Group_Name ("My Inventory"),
    SMS_Class_ID ("CUSTOM|My_Inventory|4.0") ]
    class My_Inventory : SMS_Class_Template
    [SMS_Report(TRUE)] string SerialNumber;
    [SMS_Report(TRUE)] string SomeData;
    2) Extend Reporting system with my own report that will use data from custom hardware inventory. For example, joins inventoried data with SCCM resources.
    3) Deploy 1) and 2) programmatically to any sccm installation. So, report should not be linked to concrete data source or report server url.
    If you know the tools that may help me, it will be very helpful! Many thanks!

    You should ask the .rdl part from the SQL Reporting services forums, you should get better answers from there, because this isn't purely a ConfigMgr issue.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices

  • Custom Reporting on Imported Hardware Inventory set classes for USB Super Speed driver

    I am trying to create a report with report builder 3.0 to pull data on a USB Super Speed driver under
    ClassContext("local|HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class{36fc9e60-c465-11cf-8056-444553540000}")
    I tried following the article
    http://blogs.technet.com/b/configmgr_geek_speak/archive/2013/11/10/inventorying-and-reporting-network-adapter-driver-details-and-how-to-report-only-the-wireless-type-in-configuration-manager-2012.aspx and changed a few of the Class descriptions and cannot
    get any data in the report. 
    I imported this into the Hardware Inventory set classes:
    #pragma namespace ("\\\\.\\root\\cimv2\\sms")
    [ SMS_Report (TRUE),
    SMS_Group_Name ("USB"),
    SMS_Class_ID ("MICROSOFT|USB|1.0"),
    Namespace ("\\\\\\\\localhost\\\\root\\\\cimv2") ]
    class Win32Reg_USB : SMS_Class_Template
    [SMS_Report (TRUE), key ]
    string Index;
    [SMS_Report (TRUE) ]
    string DriverDesc;
    [SMS_Report (TRUE) ]
    string DriverVersion;
    [SMS_Report (TRUE) ]
    string DriverDate;
    [SMS_Report (TRUE) ]
    string ProviderName;
    Under the Configuration.mof file I am not sure what to change in order to report on this.  Any help appreciated.  We are looking for all of the USB super speed driver details.
    Thanks,
    Brit

    have you looked at V_GS_system_Device if your device info available or not ? Use the below SQL query to list all system devices on your clients. 
    SELECT DISTINCT name0 FROM v_GS_SYSTEM_DEVICES 
    GROUP BY name0
    Eswar Koneti | Configmgr Blog: www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: eskonr

  • Hardware inventory not reflecting in reports in SCCM 2012 SP1

    Hi,
    I am using SCCM 2012 SP1. During hardware inventory my client sending logs to MP server(i checked in InventoryAgent.log).
    From server end its also showing successful in logs (MP_Hinv.log). But when i m using resource explorer by clicking on a particular device its not giving information about inventory. Its giving only three option (Kindly refer snapshot).
    Kindly suggest .
    Regards
    Manish

    We're just not wanting to lead anyone else astray into thinking that this really is the solution if they were to run into the same scenario. We're all very happy that you have things working now, but were just trying to really understand how it got fixed
    so that others who do come across this thread would see the real answer. But if all you changed was the boundary group, so be it.
    Again, we're all glad you are working now.
    Wally Mead

  • Config Manager Agent - after Hardware Inventory High CPU Usage with WMIPRSVE and very fast empty Battery

    Hi there,
    since a few days there is on some machines (40-60) a high cpu usage on one core (quad core cpu machines) with the WMIPRSVE.EXE if the HARDWARE INVENTORY CYCLE started.
    i try out some tests, read some forum articles and troubleshooting the WMI management but a real problem i doesn´t see.
    in some articles i read that hardware inventory runs about minutes up to more hours but some machines runs longer, someone more as 1 day.
    here an example of mine PC:
    at 8:07 i started Hardware Inventory Cycle, in the InventoryAgent.log i can see that some Collection Namespace are captured.
    after a few minutes there stopped and does nothing round about 5.9 hours or better, after 21436.097 Seconds.
    For any hints i am grateful. :)
    Inventory: *********************** Start of message processing. ***********************
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Message type is InventoryAction InventoryAgent
    18.03.2015 08:09:56 11088 (0x2B50)
    Inventory: Temp directory = C:\WINDOWS\CCM\Inventory\Temp\
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Clearing old collected files. InventoryAgent
    18.03.2015 08:09:56 11088 (0x2B50)
    Inventory: Opening store for action {00000000-0000-0000-0000-000000000001} ...
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    CInvState::VerifyInventoryVersionNumber: Mismatch found for '{00000000-0000-0000-0000-000000000001}': 4.2 vs. 0.0
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Version number mismatch; will do a Full report.
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Action=Hardware, ReportType=ReSync, MajorVersion=5, MinorVersion=0
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Initialization completed in 0.141 seconds
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, CachedLaunchSize, CachedPercentage, CachedSize, LaunchSize, Name, PackageGUID, TotalSize, Version, VersionGUID FROM Package; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:09:56
    7836 (0x1E9C)
    Failed to get IWbemService Ptr for \\localhost\root\vm\VirtualServer Namespace: 8004100E
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Failed to enumerate instances of VirtualMachine: 8004100E
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AddressWidth, BrandID, CPUHash, CPUKey, DataWidth, DeviceID, Family, Is64Bit, IsHyperthreadCapable, IsMobile, IsTrustedExecutionCapable, IsVitualizationCapable, Manufacturer,
    MaxClockSpeed, Name, NormSpeed, NumberOfCores, NumberOfLogicalProcessors, PCache, ProcessorId, ProcessorType, Revision, SocketDesignation, Status, SystemName, Version FROM SMS_Processor; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\CCM\powermanagementagent; Query = SELECT __CLASS, __PATH, __RELPATH, Requester, RequesterInfo, RequesterType, RequestType, Time, UnknownRequester FROM CCM_PwrMgmtLastSuspendError; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Manufacturer, Name, Status FROM Win32_IDEController; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, ExecutableName, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, HasPatchAdded, InstalledFilePath, IsSystemFile,
    IsVitalFile, Language, Product, ProductCode, ProductVersion, Publisher FROM SMS_InstalledExecutable; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs. InventoryAgent
    18.03.2015 14:06:43 7836 (0x1E9C)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AdditionalProductCodes, CompanyName, ExplorerFileName, FileDescription, FilePropertiesHash, FileSize, FileVersion, FolderPath, LastUsedTime, LastUserName, msiDisplayName,
    msiPublisher, msiVersion, OriginalFileName, ProductCode, ProductLanguage, ProductName, ProductVersion, SoftwarePropertiesHash FROM CCM_RecentlyUsedApps; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BankLabel, Capacity, Caption, CreationClassName, DataWidth, Description, DeviceLocator, FormFactor, HotSwappable, InstallDate, InterleaveDataDepth, InterleavePosition, Manufacturer,
    MemoryType, Model, Name, OtherIdentifyingInfo, PartNumber, PositionInRow, PoweredOn, Removable, Replaceable, SerialNumber, SKU, Speed, Status, Tag, TotalWidth, TypeDetail, Version FROM Win32_PhysicalMemory; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, InstallDate, Manufacturer, Name, PNPDeviceID, ProductName, Status FROM Win32_SoundDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Collection: 62/74 inventory data items successfully inventoried.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Collection Task completed in 21436.097 seconds
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: 12 Collection Task(s) failed. InventoryAgent
    18.03.2015 14:07:12 7836 (0x1E9C)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\25bf01b2-12fc-4eea-8e97-a51b3c75ba50.xml
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Starting reporting task. InventoryAgent
    18.03.2015 14:07:12 7552 (0x1D80)
    Reporting: 4381 report entries created. InventoryAgent
    18.03.2015 14:07:13 7552 (0x1D80)
    Inventory: Reporting Task completed in 1.030 seconds
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {5541A94A-BED9-4132-AE54-110CB6896F02}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Cycle completed in 21453.570 seconds
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Inventory: Action completed. InventoryAgent
    18.03.2015 14:07:30 7552 (0x1D80)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Collection: 62/74 inventory data items successfully inventoried.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Collection Task completed in 21436.097 seconds
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: 12 Collection Task(s) failed. InventoryAgent
    18.03.2015 14:07:12 7836 (0x1E9C)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\25bf01b2-12fc-4eea-8e97-a51b3c75ba50.xml
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Starting reporting task. InventoryAgent
    18.03.2015 14:07:12 7552 (0x1D80)
    Reporting: 4381 report entries created. InventoryAgent
    18.03.2015 14:07:13 7552 (0x1D80)
    Inventory: Reporting Task completed in 1.030 seconds
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {5541A94A-BED9-4132-AE54-110CB6896F02}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Cycle completed in 21453.570 seconds
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Inventory: Action completed. InventoryAgent
    18.03.2015 14:07:30 7552 (0x1D80)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)

    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs. InventoryAgent
    18.03.2015 14:06:43 7836 (0x1E9C)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Looks like something in one or both of those wmi queries.  it goes from 8:10:03 to 14:06:43 right around there.  6 hours to do that... 
    try running those queries from wbemtest manually; and see which one just never finishes.
    Standardize. Simplify. Automate.

  • Client Hardware inventory showing multiple errors

    We have some client which are not sending the operating system Build No.
    while looking in the inventor logs it show multiple errors.Complete inventory log attached below.
    Can anybody help to understand the issue.
    Inventory: Delta report without a previous Full report; will do a Full report.    InventoryAgent    8/7/2013 3:10:58 PM    7668 (0x1DF4)
    Inventory: Action=Hardware ReportType=Full    InventoryAgent    8/7/2013 3:10:58 PM    7668 (0x1DF4)
    Inventory: Initialization completed in 0.062 seconds    InventoryAgent    8/7/2013 3:10:58 PM    7668 (0x1DF4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ApplicationID, Description, EvaluationEndDate, GracePeriodRemaining, ID, LicenseStatus, MachineURL, Name, OfflineInstallationId, PartialProductKey, ProcessorURL, ProductKeyID,
    ProductKeyURL, UseLicenseURL FROM SoftwareLicensingProduct; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:10:58 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, Language, ParentName, Product, ProductCode, ProductVersion,
    Publisher, ShortcutKey, ShortcutName, ShortcutType, TargetExecutable FROM SMS_SoftwareShortcut; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:00 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, Version FROM Win32_WindowsUpdateAgentVersion; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:01 PM    8676 (0x21E4)
    Collection: Namespace = \\localhost\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, InstallDate, ProdID, Publisher, Version FROM Win32Reg_AddRemovePrograms64; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:01 PM    8676 (0x21E4)
    Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, CachedLaunchSize, CachedPercentage, CachedSize, LaunchSize, Name, PackageGUID, TotalSize, Version, VersionGUID FROM Package; Timeout = 600 secs.  
     InventoryAgent    8/7/2013 3:11:02 PM    8676 (0x21E4)
    Failed to get IWbemService Ptr for \\localhost\root\Microsoft\appvirt\client Namespace: 8004100E    InventoryAgent    8/7/2013 3:11:02 PM    8676 (0x21E4)
    Failed to enumerate instances of Package: 8004100E    InventoryAgent    8/7/2013 3:11:02 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, DriverName, HardwareVersion, Index, Manufacturer, Name, Status FROM Win32_SCSIController; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:02 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:02 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:02 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Description, DeviceID, PrimaryBusType, RevisionNumber, SecondaryBusType, Status, StatusInfo, SystemName FROM Win32_MotherboardDevice; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:03 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Description, Manufacturer, Name, Status FROM Win32_NetworkClient; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:03 PM    8676
    (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Access, Bootable, BootPartition, Description, DeviceID, Name, PrimaryPartition, Size, SystemName, Type FROM Win32_DiskPartition; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:03 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ConfigManagerErrorCode, DeviceID, ErrorDescription, LastErrorCode, Name, PNPDeviceID FROM Win32_PnpEntity; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:03 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, MediaType, Name, Status FROM Win32_TapeDrive; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:03 PM  
     8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ExpirationDate, IssueDate, KeyPackId, LicenseId, LicenseStatus, sHardwareId, sIssuedToComputer, sIssuedToUser FROM Win32_TSIssuedLicense; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:03 PM    8676 (0x21E4)
    Collection: Class "Win32_TSIssuedLicense" does not exist out.    InventoryAgent    8/7/2013 3:11:03 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, CLSID, Description, FileName, FilePropertiesHash, FilePropertiesHashEx, FileVersion, Product, ProductVersion, Publisher, Version FROM SMS_BrowserHelperObject;
    Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:03 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Drive, Manufacturer, MediaType, Name, SCSITargetId, SystemName, VolumeName FROM Win32_CDROMDrive; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:03 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\ccm\SoftwareMeteringAgent; Query = SELECT __CLASS, __PATH, __RELPATH, AdditionalProductCodes, CompanyName, ExplorerFileName, FileDescription, FilePropertiesHash, FileSize, FileVersion, FolderPath, LastUsedTime, LastUserName,
    msiDisplayName, msiPublisher, msiVersion, OriginalFileName, ProductCode, ProductLanguage, ProductName, ProductVersion, SoftwarePropertiesHash FROM CCM_RecentlyUsedApps; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:04
    PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, ChannelCode, ChannelID, MPC, ProductCode, SoftwareCode FROM SMS_InstalledSoftwareMS; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:04
    PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BootDevice, BuildNumber, Caption, CountryCode, CSDVersion, Description, InstallDate, LastBootUpTime, Locale, Manufacturer, Name, Organization, OSLanguage, RegisteredUser, SystemDirectory,
    TotalSwapSpaceSize, TotalVirtualMemorySize, TotalVisibleMemorySize, Version, WindowsDirectory FROM Win32_OperatingSystem; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:18 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, Name, PathName, ServiceType, StartMode, StartName, Status FROM Win32_Service; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:18
    PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Index, InterfaceType, Manufacturer, MediaType, Model, Name, Partitions, PNPDeviceID, SCSIBus, SCSILogicalUnit, SCSIPort, SCSITargetId, Size,
    SystemName FROM Win32_DiskDrive; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AvailableLicenses, Description, IssuedLicenses, KeyPackId, KeyPackType, ProductType, ProductVersion, TotalLicenses FROM Win32_TSLicenseKeyPack; Timeout = 600 secs.  
     InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Class "Win32_TSLicenseKeyPack" does not exist out.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\CIMv2\Security\MicrosoftTpm; Query = SELECT __CLASS, __PATH, __RELPATH, ManufacturerId, ManufacturerVersionInfo, SpecVersion FROM Win32_Tpm; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20
    PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DeviceID, DriveLetter, ProtectionStatus FROM Bitlocker; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Skipping Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, InstanceKey, PhysicalHostName, PhysicalHostNameFullyQualified FROM Win32Reg_SMSGuestVirtualMachine, we're running on wow64 and attempting to force enumerating 32-bit
    data.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, Name, Version FROM CCM_InstalledComponent; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Description, DeviceID, DisplayType, MonitorManufacturer, MonitorType, Name, PixelsPerXLogicalInch, PixelsPerYLogicalInch, ScreenHeight, ScreenWidth FROM Win32_DesktopMonitor;
    Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, LastLaunchOnSystem, Name, PackageGUID, Version FROM Application; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20
    PM    8676 (0x21E4)
    Failed to get IWbemService Ptr for \\localhost\root\Microsoft\appvirt\client Namespace: 8004100E    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Failed to enumerate instances of Application: 8004100E    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\localhost\root\vm\VirtualServer; Query = SELECT __CLASS, __PATH, __RELPATH, Name FROM VirtualMachine; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Failed to get IWbemService Ptr for \\localhost\root\vm\VirtualServer Namespace: 8004100E    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Failed to enumerate instances of VirtualMachine: 8004100E    InventoryAgent    8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, InstallDate, Manufacturer, Name, PNPDeviceID, ProductName, Status FROM Win32_SoundDevice; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:20 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, CompatibleIDs, DeviceID, HardwareIDs, IsPnP, Name FROM CCM_SystemDevices; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:20 PM  
     8676 (0x21E4)
    Collection: Namespace = \\.\root\ccm\VulnerabilityAssessment; Query = SELECT __CLASS, __PATH, __RELPATH, Tool, VulnerabilityID, VulnerabilityScore FROM Win32_Vulnerability; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:21
    PM    8676 (0x21E4)
    Collection: Class "Win32_Vulnerability" does not exist out.    InventoryAgent    8/7/2013 3:11:21 PM    8676 (0x21E4)
    Collection: Namespace = root\SmsDm; Query = SELECT __CLASS, __PATH, __RELPATH, DeviceOEMInfo, DeviceType, InstalledClientID, InstalledClientServer, InstalledClientVersion, LastSyncTime, OS_AdditionalInfo, OS_Build, OS_Major, OS_Minor, OS_Platform, ProcessorArchitecture,
    ProcessorLevel, ProcessorRevision FROM SMS_ActiveSyncConnectedDevice; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:21 PM    8676 (0x21E4)
    Collection: Class "SMS_ActiveSyncConnectedDevice" does not exist out.    InventoryAgent    8/7/2013 3:11:21 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, SecurityLogStartDate, TopConsoleUser, TotalConsoleTime, TotalConsoleUsers, TotalSecurityLogTime FROM SMS_SystemConsoleUsage; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:21 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AdapterCompatibility, AdapterDACType, AdapterRAM, CurrentBitsPerPixel, CurrentHorizontalResolution, CurrentNumberOfColumns, CurrentNumberOfRows, CurrentRefreshRate, CurrentScanMode,
    CurrentVerticalResolution, Description, DeviceID, DriverDate, DriverVersion, InstalledDisplayDrivers, Name, NumberOfColorPlanes, SpecificationVersion, VideoMode, VideoModeDescription, VideoProcessor FROM Win32_VideoController; Timeout = 600 secs.  
     InventoryAgent    8/7/2013 3:11:22 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Name FROM Win32_USBController; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:22 PM    8676
    (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AdapterType, Description, DeviceID, MACAddress, Manufacturer, Name, ProductName, ServiceName, Status FROM Win32_NetworkAdapter; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:22 PM    8676 (0x21E4)
    Collection: Namespace = root\SmsDm; Query = SELECT __CLASS, __PATH, __RELPATH, LastSyncTime, MajorVersion, MinorVersion FROM SMS_ActiveSyncService; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:23 PM    8676
    (0x21E4)
    Collection: Class "SMS_ActiveSyncService" does not exist out.    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AuthorizationName, BinPath, DatePosted, DateRevised, ID, InfoPath, Language, LocaleID, Product, QNumbers, RebootType, ScanAgent, Severity, Status, Summary, TimeApplied, TimeAuthorized,
    TimeDetected, Title, Type, UnattendSyntax FROM Win32_PatchState; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Class "Win32_PatchState" does not exist out.    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Manufacturer, Name, Status FROM Win32_IDEController; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:23
    PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ChassisTypes, Manufacturer, Model, SerialNumber, SMBIOSAssetTag, Tag FROM Win32_SystemEnclosure; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ID, Language, ProductID, QNumbers, RevisionNumber, Status, TimeDetected, Title, UpdateID FROM Win32_PatchState_Extended; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Class "Win32_PatchState_Extended" does not exist out.    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, InstanceKey, PhysicalHostName, PhysicalHostNameFullyQualified FROM Win32Reg_SMSGuestVirtualMachine64; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:23 PM    8676 (0x21E4)
    Update cached IWbemService pointer to namespace: \\.\root\cimv2    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Name, TotalPageFileSpace, TotalPhysicalMemory, TotalVirtualMemory FROM CCM_LogicalMemoryConfiguration; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupURL, name, napEnabled, napProtocolVersion, systemIsolationState FROM NAP_Client; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, CertificateSelectionCriteria, CertificateStore, ClientAlwaysOnInternet, HttpsStateFlags, InstanceKey, InternetMPHostName, SelectFirstCertificate FROM Win32Reg_SMSAdvancedClientSSLConfiguration;
    Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AddressWidth, BrandID, CPUHash, CPUKey, DataWidth, DeviceID, Family, Is64Bit, IsMobile, IsMulticore, Manufacturer, MaxClockSpeed, Name, NormSpeed, PCache, ProcessorId, ProcessorType,
    Revision, SocketDesignation, Status, SystemName, Version FROM SMS_Processor; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:23 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, CurrentTimeZone, Description, Domain, DomainRole, Manufacturer, Model, Name, NumberOfProcessors, Roles, Status, SystemType, UserName FROM Win32_ComputerSystem; Timeout = 600
    secs.    InventoryAgent    8/7/2013 3:11:24 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, FileName, FilePropertiesHash, FilePropertiesHashEx, FileVersion, Location, Product, ProductVersion, Publisher, StartupType,
    StartupValue FROM SMS_AutoStartSoftware; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:24 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BuildNumber, Description, Manufacturer, Name, ReleaseDate, SerialNumber, SMBIOSBIOSVersion, SoftwareElementID, SoftwareElementState, TargetOperatingSystem, Version FROM Win32_BIOS;
    Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:24 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Capabilities, DeviceID, Name, Status FROM Win32_ParallelPort; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:24 PM  
     8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, ExecutableName, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, HasPatchAdded, InstalledFilePath, IsSystemFile,
    IsVitalFile, Language, Product, ProductCode, ProductVersion, Publisher FROM SMS_InstalledExecutable; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:24 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AnswerMode, DeviceID, DeviceType, Index, MaxBaudRateToPhone, MaxBaudRateToSerialPort, Model, Name, Properties, Status, StringFormat, SystemName, VoiceSwitchFeature FROM Win32_POTSModem;
    Timeout = 600 secs.    InventoryAgent    8/7/2013 3:11:59 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\ccm\VulnerabilityAssessment; Query = SELECT __CLASS, __PATH, __RELPATH, DetailKey, DetailScore, DetailValue1, DetailValue2, DetailValue3, Tool, VulnerabilityID FROM Win32_Vulnerability_Detail; Timeout = 600 secs.  
     InventoryAgent    8/7/2013 3:11:59 PM    8676 (0x21E4)
    Collection: Class "Win32_Vulnerability_Detail" does not exist out.    InventoryAgent    8/7/2013 3:11:59 PM    8676 (0x21E4)
    Collection: Namespace = \\localhost\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, InstallDate, ProdID, Publisher, Version FROM Win32Reg_AddRemovePrograms; Timeout = 600 secs.    InventoryAgent    8/7/2013
    3:11:59 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ID, Name, ParentID FROM Win32_ServerComponent; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:12:01 PM    8676 (0x21E4)
    Collection: Class "Win32_ServerComponent" does not exist out.    InventoryAgent    8/7/2013 3:12:01 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AMT, AMTApps, BiosVersion, BuildNumber, DeviceID, Flash, LegacyMode, Netstack, ProvisionMode, ProvisionState, RecoveryBuildNum, RecoveryVersion, Sku, TLSMode, VendorID, ZTCEnabled
    FROM SMS_AMTObject; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:12:01 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ClientMachineID, IsKeyManagementServiceMachine, KeyManagementServiceCurrentCount, KeyManagementServiceMachine, KeyManagementServiceProductKeyID, PolicyCacheRefreshRequired, RequiredClientCount,
    Version, VLActivationInterval, VLRenewalInterval FROM SoftwareLicensingService; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:12:01 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, ARPDisplayName, CM_DSLID, EvidenceSource, InstallDate, InstallDirectoryValidation, InstalledLocation, InstallSource, InstallType, Language, LocalPackage, ProductCode, ProductID,
    ProductName, ProductVersion, Publisher, RegisteredUser, ServicePack, SoftwareCode, SoftwarePropertiesHash, SoftwarePropertiesHashEx, UninstallString, UpgradeCode, VersionMajor, VersionMinor FROM SMS_InstalledSoftware; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:12:01 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, LastUpdateTime, PackageID, PackageVer, Type FROM Win32_ScanPackageVersion; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:12:12 PM  
     8676 (0x21E4)
    Collection: Class "Win32_ScanPackageVersion" does not exist out.    InventoryAgent    8/7/2013 3:12:12 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, LastConsoleUse, NumberOfConsoleLogons, SystemConsoleUser, TotalUserConsoleMinutes FROM SMS_SystemConsoleUser; Timeout = 600 secs.    InventoryAgent  
     8/7/2013 3:12:12 PM    8676 (0x21E4)
    Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, Name, SMSID, Domain, SystemRole, SystemType, LocalDateTime FROM CCM_System; Timeout = 600 secs.    InventoryAgent    8/7/2013 3:12:12 PM  
     8676 (0x21E4)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Compressed, Description, DeviceID, DriveType, FileSystem, FreeSpace, Name, Size, SystemName, VolumeName, VolumeSerialNumber FROM SMS_LogicalDisk; Timeout =
    600 secs.    InventoryAgent    8/7/2013 3:12:12 PM    8676 (0x21E4)
    Collection: 50/64 inventory data items successfully inventoried.    InventoryAgent    8/7/2013 3:12:13 PM    8676 (0x21E4)
    Inventory: Collection Task completed in 74.116 seconds    InventoryAgent    8/7/2013 3:12:13 PM    8676 (0x21E4)
    Inventory: 14 Collection Task(s) failed.    InventoryAgent    8/7/2013 3:12:13 PM    8676 (0x21E4)
    Inventory: Temp report = C:\Windows\SysWOW64\CCM\Inventory\Temp\b10dd5e0-1535-409c-afa0-77a0cd56c8fe.xml    InventoryAgent    8/7/2013 3:12:13 PM    8676 (0x21E4)
    Inventory: Starting reporting task.    InventoryAgent    8/7/2013 3:12:13 PM    10060 (0x274C)
    Reporting: 3777 report entries created.    InventoryAgent    8/7/2013 3:12:14 PM    10060 (0x274C)
    Inventory: Reporting Task completed in 1.170 seconds    InventoryAgent    8/7/2013 3:12:14 PM    10060 (0x274C)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {3593753E-6C4D-47D1-9EAD-048B981804BD}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted    InventoryAgent    8/7/2013 3:12:14 PM    10060
    (0x274C)
    Inventory: Cycle completed in 134.051 seconds    InventoryAgent    8/7/2013 3:13:12 PM    10060 (0x274C)
    Inventory: Action completed.    InventoryAgent    8/7/2013 3:13:12 PM    10060 (0x274C)
    Inventory: ************************ End of message processing. ************************    InventoryAgent    8/7/2013 3:13:12 PM    10060 (0x274C)
    Thanks

    Lines like this:
    Failed to get IWbemService Ptr for \\localhost\root\Microsoft\appvirt\client
    simply means that for that particular client, that wmi namespace does not exist.  I suspect that namespace does not exist on that particular client because for the specific client, it does not have the APPv client.
    or like this: Failed to get IWbemService Ptr for \\localhost\root\vm\VirtualServer    means that for that particular client, it does not have Microsoft VirtualServer installed (which you MIGHT have on a server, maybe).
    anything like that can be easily ignored and explained.  the only reason to care about those would be if you absolutely 100% KNOW that the namespace root\vm\virtualserver does exist on that client, and it does have instances, and then you are wondering
    why it's not reporting.  then maybe you would be concerned.  Otherwise, your log file looks perfectly fine.
    So; what problem are you trying to solve?
    Standardize. Simplify. Automate.

  • Missing Hardware Inventory for client - Possible database problems

    I have a few workstations with SCCM clients that didn't install correctly. Once uninstalled, and later re-installed, I can't get a hardware inventory from these workstations (windows 8). In the SCCM Console on the device's client activity, Policy Request,
    Heartbeat DDR, and Software Scan are all up to date. Hardware Scan remains blank. I have many other Windows 8 VMs that report accurate hardware inventory.
    In the C:\Program Files\Microsoft Configuration Manager\Logs\dataldr.log, here are some of the errors:
    ERROR - attempt to update non-existent row (sp = pWorkstationStatus_DATA). Invalid command: 
    exec dbo.pWorkstationStatus_DATA
    ~Cannot process MIF XXXXXXX.MIF
    I've tried removing the client, deleting the client's C:\Windows\SMSCFG.ini file, and deleting the computer entry in the SCCM console. I then waited a few days, reinstalled the SCCM client on the problematic workstation, but I get the same result: Hardware
    Inventory date is blank, and errors in the dataldr.log.
    I've also gone into the SQL database, and queried one of the problematic machines. There was no entry in System_DATA, System_DISC, or in WorkstationStatus_DATA. I started adding records in the database tables for one problematic machine, with the help of
    the dataldr.log. Whenever there was a missing entry, I would add it. I gave up after the most recent:
    ERROR - attempt to update non-existent row (sp = pBROWSER_HELPER_OBJECT_DATA). Invalid command: 
    exec dbo.pWorkstationStatus_DATA
    I did another SCCM client uninstall, and delete the smscfg.ini. I changed the hierarchy settings for managing conflicting records to "Manually resolve conflicting records" just to *see* if anything appears. After several days, nothing appears in
    Monitoring\System Status\Conflicting Records.
    Is there a hardware ID stored somewhere? How can fix this problem with the database?

    The errors in the dataldr.log are pretty specific about what table a record is missing during an update. If SCCM needs to update a record that doesn't exist, why not create, so SCCM can update it?
    When I uninstalled the client, deleted the smscfg.ini file from the client, deleted the device in SCCM, and reinstalled the client, I get a brand new ResourceID. I kept track of previous ResourceIDs, and deleted records associated with those old ResourceIDs.
    Because updating a single table will not update everything that is need. Then you will get into interesting issues where the wrong ResourceID is populated for different computers.
    Running the Heartbeat discovery (discovery data collection cycle) should solved your problem by create creating the PC within CM12. if it doesn't then you have a bigger issue and you need to dig deeper into the logs to find out why.
    I would start by tracking the DDR fro the computer to the MP then to the inboxes and finally into the db. This will get you started.
    http://www.enhansoft.com/blog/troubleshooting-inventory-flow
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Hardware Summary Report export

    Using ConsoleOne, and performing a Zenworks Report (Hardware Summary
    Report), this is OK but I need to export it to an Access database.
    It exports, but half the info on the Zen report is not exported (Current
    Speed and HD Size). I've tried exporting to other formats like CSV but it
    still does not export all the fields.
    Failing this, I tried importing the Zen Inventory tables using ODBC. I've
    pieced together bits of info and some of the tables that have the info I
    need, but I do not know how the tables are related to each other.
    Any help is greatly appreciated.
    Mark O'Neill, Systems Administrator, Ultra Electronics PMES

    Moneill,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Prime infrastructure 2.0 inventory reports

    In lms it was easy to get inventory report on our router cards draughtboards etc. when I go to report launch pad>device>detailed hardware and run combined inventory I get "no data found" under the modules and interfaces....this is the ONLY report requested by the customer, is this really not available in PI 2.0?
    Sent from Cisco Technical Support iPad App

    Reports  (deatiled Hardware ) are working fine  for me.  check the attached screenshot
    Check the device  "Inventory collection status " under device >workcenter   . status should be completed for those device
    Thanks-
    Afroz
    [Do rate the useful post]

  • Software/Hardware Inventory not completing back to the SCCM server

    I am currently experiencing issues with our SCCM clients not completing Hardware\Software Inventory. I have started by checking the InventoryAgent.log files on the client machines, and get the following:
    Inventory: *********************** Start of message processing. ***********************
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Message type is InventoryAction
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Temp directory = C:\WINDOWS\CCM\Inventory\Temp\
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Clearing old collected files.
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Opening store for action {00000000-0000-0000-0000-000000000002} ...
    InventoryAgent 8/08/2014 2:04:03 PM
    3716 (0x0E84)
    Inventory: Action=Software ReportType=Delta
    InventoryAgent 8/08/2014 2:04:05 PM
    3716 (0x0E84)
    Inventory: Initialization completed in 1.435 seconds
    InventoryAgent 8/08/2014 2:04:05 PM
    3716 (0x0E84)
    Collection: Input context, scan rate in milliseconds = 2
    InventoryAgent 8/08/2014 2:04:05 PM
    4832 (0x12E0)
    Collection: Input context, skip file name = skpswi.dat
    InventoryAgent 8/08/2014 2:04:05 PM
    4832 (0x12E0)
    Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT Name, Path, LastWriteDate, Size, CompanyName, ProductName, ProductVersion, ProductLanguage, FileVersion, FileDescription FROM FileSystemFile WHERE Name = '*.exe' AND Path = '*\\*' AND SkipWindirFolders
    = TRUE AND IsCompressed = FALSE AND IsEncrypted = FALSE; Timeout = 14400 secs.
    InventoryAgent 8/08/2014 2:04:05 PM
    4832 (0x12E0)
    Inventory: Collection Task completed in 25.039 seconds
    InventoryAgent 8/08/2014 2:04:30 PM
    3716 (0x0E84)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\5d882a9f-067f-4034-964e-e75ac76b0d43.xml
    InventoryAgent 8/08/2014 2:04:30 PM
    3716 (0x0E84)
    Collection: 1/1 inventory data items successfully inventoried.
    InventoryAgent 8/08/2014 2:04:30 PM
    3716 (0x0E84)
    Inventory: Starting reporting task.
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Reporting: 0 report entries created.
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Inventory: Reporting Task completed in 0.109 seconds
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Inventory: Successfully sent report. Destination:mp:MP_SinvEndpoint, ID: {A845A227-FA16-437C-9770-590DA37078FE}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 8/08/2014 2:04:30 PM
    5172 (0x1434)
    Inventory: Cycle completed in 28.033 seconds
    InventoryAgent 8/08/2014 2:04:31 PM
    5172 (0x1434)
    Inventory: Action completed. InventoryAgent
    8/08/2014 2:04:31 PM 5172 (0x1434)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 8/08/2014 2:04:31 PM
    5172 (0x1434)
    Which seems the Inventory is completing as expected, but is not being sent on to the Management Point.
    When I check the MP_Hinv.log files on the Management Point, I don't see this computer name in there to show that it is processing this computer that has been sent.
    I also checked the IIS logs from the MP, and I am getting alot of the following errors:
    2014-08-11 23:59:30 10.1.1.122 BITS_POST /CCM_Incoming/{A4F4B1A2-BD24-4919-A761-34CB1C22616D} (bits_error:{7886667F-116E-4573-A267-74AC36B425FB},403,0x80070005) 443 - 10.240.9.105 Microsoft+BITS/7.5 403 0 0 35
    The last data that has been successfully inventoried was in 22nd of May. It seems that the intory is being completed by the client, but not being sent back to the Management Point?

    Hi,
    0x80070005 = Access denied
    C:\Windows\System32\CCM\Logs\DataTransferService.log – This is probably where you’re going to find an error.  Look for an error containing something like:
    CDTSJob::JobError : DTS Job ID= { GUID } . If you receive this error, you can be fairly sure that the transfer failed.
    Bitsadmin /list /allusers – Bitsadmin is a useful utility for manipulating and troubleshooting BITS transfers. Open up a command prompt and type
    bitsadmin /list /allusers or bitsadmin /list /allusers /verbose > bitslog.txt.  
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Corrupted Hardware Inventory Classes

    I discovered this issue through another thread. Its now occurred in my environment on 3 occasions. Frustration is setting in, as we usually don't realize hardware inventory is failing until a week or more has passed. Is this a known bug? I'm debating on
    opening a case with MS but perhaps there is a better reporting method available.
    Problem:
    For whatever reason the defined hardware inventory classes in my workstation client policy get corrupted, breaking hardware and software inventory. When I open the defined hardware inventory classes in the console I receive the following:
    Error Text:
    ConfigMgr Error Object:
    instance of SMS_ExtendedStatus
    Description = "CSspInventoryReport::GetRealInstance: Failed to get item from database";
    ErrorCode = 2151811598;
    File = "e:\\qfe\\nts\\sms\\siteserver\\sdk_provider\\smsprov\\sspinventoryreport.cpp";
    Line = 627;
    Operation = "GetObject";
    ParameterInfo = "SMS_InventoryReport.InventoryReportID=\"{a8bfc190-b4a6-47c0-be52-abc1f634563c}\"";
    ProviderName = "ExtnProv";
    StatusCode = 2147749890;
    Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
    The SMS Provider reported an error.
    Stack Trace:
    at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.GetInstance(String objectPath)
    at Microsoft.ConfigurationManagement.AdminConsole.Features.Common.ViewModelBase.GetInstance(String objectPath)
    at Microsoft.ConfigurationManagement.AdminConsole.ClientAgentSettings.HardwareInventoryClassesViewModel.InitializeInventoryReport(String inventoryReportID)
    at Microsoft.ConfigurationManagement.AdminConsole.ClientAgentSettings.HardwareInventoryClassesViewModel.InitializeInventoryClasses()
    System.Management.ManagementException
    Not found
    Stack Trace:
    at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.GetInstance(String objectPath)
    at Microsoft.ConfigurationManagement.AdminConsole.Features.Common.ViewModelBase.GetInstance(String objectPath)
    at Microsoft.ConfigurationManagement.AdminConsole.ClientAgentSettings.HardwareInventoryClassesViewModel.InitializeInventoryReport(String inventoryReportID)
    at Microsoft.ConfigurationManagement.AdminConsole.ClientAgentSettings.HardwareInventoryClassesViewModel.InitializeInventoryClasses()

     
    Go read dataldr.log, perhaps there is a clue there: 
    http://myitforum.com/cs2/blogs/skissinger/archive/2011/08/03/configmgr2012beta2-hardware-inventory-set-classes-does-not-load.aspx
    Another potential thing... if someone/somehow changed configuration.mof, your backups are here:  Your Server installed location\data\hinvarchive  .  You may want to save off whatever is in there to a
    safe location elsewhere before you start troubleshooting--it may be as simply as restoring one of the archived configuration.mof files back into inboxes\clifiles.src\hinv --but don't just "do that"... read logs, etc.
    Standardize. Simplify. Automate.

Maybe you are looking for

  • Lost calendars in iCal since latest update

    Hi When i opened ical yesterday it appears that all the calendar titles from the left hand side pane have dissapeared. It is very odd because all the data are still there. When I start iCal there is nothing on the monthly view but when i switch to th

  • Rectangular marquee tool problem

    i used 'rectangular marquee tool to select an area . then i right clicked and select "stroke"  . but i am not satisfied with the result , because its corner was slightly jagged ( when i zoom it ) . feather was set to 0 . can anyone help me plz how to

  • Format values: DB View or anything in ADF ViewObject?

    Hi. I have a DB table with a field called PERSON_ID, which is the ID of one person.My JDeveloper version is 11.1.1.7.0 With an Oracle funcion in DB, I pass this ID and get Mr. John Smith Smith ready to show in the application. Other field in the tabl

  • Quick 875P NEO question

    alright yes im going to sound like a noob when i ask this question, but i dont care cause i wanna get this right...anyways i have a P4 3.06GHZ 533fsb northwood processor - now, will this work in the  MSI 875P NEO? i have a 655 MAX now and what a bad

  • How to Display Sub-Columns using ALV Grid

    Hi ,   Could someone tell me how to display sub-columns under a parent column using ALV Grid. Do we have any standard Program which has this scenario. Please let me know. Thanks, Abaper. Message was edited by:         ABAP'er