>

SCCM Errors or Error handling

Stuff about sccm, WMIobjects Error handling msdn About Configuration Manager Errors How to Handle Configuration Manager Synchronous Errors by Using Managed Code How to Handle Configuration Manager Synchronous Errors by Using Managed Code How to Handle Configuration Manager Asynchronous Errors by Using WMI How to Handle Configuration Manager Synchronous Errors by Using WMI

Posted on April 23, 2010 at 11:43 by mirko colemberg · Permalink · Leave a comment
In: Errors, scripts · Tagged with: , , , ,

How to create a collection of computers that has not been inventoried for more than 30 days

You would like to check youre Clients that sond no HW-Inverntory Data mor then 30 Days? We had a requirement to get a colletion computer that has not been inventoried for more than  30 days (Software or hardware). Here is the query WQL query for Last Hardware Scan select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System inner join [...]

Posted on April 15, 2010 at 11:45 by mirko colemberg · Permalink · Leave a comment
In: Discovery, Uncategorized · Tagged with: , ,