While Ago I have posted a solution on how to fix WMI(Windows Management Instrumentation) issues using simple batch script that…
Browsing: SCCM
Long back have posted how to download prerequsisits which are required for configMgr 2012 RC1 http://eskonr.com/2011/10/configuration-manager-2012-prerequisites-download/ . Day ago there was…
We’ve seen this issue come up a couple of times so I wanted to give it a mention here just…
The collection listed below might help you to identify if any computers in organization that do not follow the standard…
Have seen lot of questions on how to get list of computers that do not have xxxxxx .This xxxx could…
Use Subselected query to get the results: select * from SMS_R_System where SMS_R_System.NetbiosName like "%rts%" and SMS_R_System.ResourceId not in (select…
Long back ,I have written a post on www.windows-noob.com how to install SCCM 2007 admin console Via Software Distribution using…
In this post,we will see how to get heartbeat discovery (DDR) time for the clients from specific collection using Reports.For…