Friday, 12 September 2014

SCCM query to check for obsolete clients


This query will help you check obsolete clients in SCCM:



********************************************

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 where obsolete = 1

*****************************************

Related Posts:

  • SCCM clean cache vbs script The following script will clean all machine sccm cache, Watch OUT: It works only on machines with SCCM 2007 client. '$~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~… Read More
  • SCCM query to check for obsolete clients This query will help you check obsolete clients in SCCM: ******************************************** select SMS_R_System.ResourceID, SMS_R_Syst… Read More
  • OS count reportThis Report will count all OS in SCCM : ************************************************************************************************ select &nbs… Read More
  • Office 2013 Deployment with MS SCCM 2012This is a quick guide I found that helps to deploy MS Office 2013 with SCCM 2012: https://drive.google.com/open?id=0B3O4bQWeKhyBREMzS3ZjSEpYTmM&… Read More
  • HD space ReportThis report will show the HD space status of all the machines in SMS/SCCM: **************************************************************************… Read More

0 commenti:

Post a Comment

Give me you feedback!