sql2016

SCCM – WQL Query for machines with a valid Hardware Scan in the last x days

If you would like to identify the machines that have had a valid hardware inventory scan within the last x amount of days, you can use this WQL query as per below. select SMS_R_System.Name, SMS_G_System_WORKSTATION_STATUS.LastHardwareScan from SMS_R_System inner join SMS_G_System_WORKSTATION_STATUS on SMS_G_System_WORKSTATION_STATUS.ResourceId = SMS_R_System.ResourceId where DateDiff(dd,SMS_G_System_WORKSTATION_STATUS.LastHardwareScan,GetDate() ) <= 15 This query is defaulted to 15…

Read More
microsoft black logo

KB2907566 – November 2013 anti-malware platform update for Endpoint Protection clients

I know this is a bit late but Microsoft have released a hot fix for Endpoint Protection clients. The knowledge base article is KB2907566 and can be found from the link below. Knowledge Base Article 2907566 Affected Products Microsoft System Center 2012 R2 Configuration Manager Endpoint Protection clients Microsoft System Center 2012 Configuration Manager Endpoint…

Read More
Autodesk AutoCAD Logo

Autodesk Products Serial Number Reporting Script Update Version 4.1 – Major Release

We have made some major updates to our Autodesk products serial number reporting script which should fix all of the reporting issues that some people have seen. It also includes a large amount of additional languages and products. WHAT PRODUCTS ARE INCLUDED? The list of Autodesk products that this Configuration Item script will now report…

Read More
Get WMI Query

Get WMI Query v1.4 Released

UPDATE: Get WMI Query v1.5 is now available – click the Downloads button to obtain ================================================================ We are pleased to announce the release of Get WMI Query v1.4 This is an update to the previous release and now includes a drop down list consisting of Model and Manufacturer. We are working on further releases of this program…

Read More
Icon representing a pdf file, featuring a red background with a white stylized image of a pencil angled diagonally across the center for PDF-XChange Pro.

Silent Install for PDF-XChange Pro

If you are using PDF-XChange Pro and you wish to run a silent installation or add it as an application for your Software Catalog in SCCM, you can use the settings as below: SILENT INSTALL For a standard silent install, the command line is: PDFX3.exe /VERYSILENT /NORESTART /Key:”xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx” /UserName:”techygeekshome” /Organization:”techygeekshome” /UserEmail:”techygeeks@outlook.com” All you have to…

Read More
Get WMI Query

Get WMI Query v1.3 Released

UPDATE: Get WMI Query v1.6 is now available – click the Downloads above to grab it now ====================================================================================================== We are pleased to announce the release of Get WMI Query v1.3. This program is designed to help in a SCCM environment where there is a need to provide a multiple set of drivers to a task sequence during…

Read More