SCCM collection based on Heartbeat Agent
In my previous post,showed you how to create SCCM report to show computers with heartbeat timestamp http://eskonr.com/2011/11/sccm-report-for-computers-with-heartbeat-time-stamp/ . In this post ,you...
View ArticleSCCM collection Query do not have particular exe installed
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 SMS_R_System.ResourceID from SMS_R_System...
View ArticleSCCM collection Sub selected Quiries
Have seen lot of questions on how to get list of computers that do not have xxxxxx .This xxxx could be of anything like softwares,file names anything that do not have. In this post,I will go through...
View ArticleconfigMgr collection do not contain letters in it
The collection listed below might help you to identify if any computers in organization that do not follow the standard naming convention . Below collection is created to list servers and do not...
View ArticleSCCM collection Computers with 1GB RAM and Office product installed
SCCM collection that returns all windows XP or Windows 7 machines which has 1 GB of RAM(1024*1024 KB) running with MS office products. select * from SMS_R_System inner join SMS_G_System_X86_PC_MEMORY...
View ArticleSCCM collection for X86 or X64 servers
collection to get all 32 Bit and 64 Bit servers. select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier,...
View ArticleSCCM collection to use wildcard in String matching
Creating collection to get computers that starts and end with particular string is used mostly using % .If this percentile used at the end of the variable name, you get all computer names that starts...
View ArticleSCCM collection/Report Duplicate computer names with different Resource ID
I was looking at client health percentage other day and found many systems were reported as not healthy though I fixed some of the machines with sccm client installed and able to receive policies....
View ArticleSCCM collection if Role (SUP) is missing on Primary / Secondary
Collection to check if any of Primary or Secondary site not installed with SUP Role or any other Role? select...
View ArticleSCCM Migration report Collections with mix of users and computers
If you are planning to migrate your SCCM 2007 environment to SCCM 2012,you may have to think about your packages,collections,OSD and other stuff. you cannot migrate all collections from SCCM 2007 to...
View ArticleSCCM Configmgr 2012 SP1 CU3 Installation,Collections ,Upgrade Clients
Few Days ago,Microsoft released Cumulative Update 3 (supersedes Cumulative update 2 ) for Configuration Manager 2012 SP1 which has around 18 fixes related OSD,Powershell,Software Distribution etc. More...
View ArticleConfigmgr SSRS Report:List all collections with count of client...
There was a question in forum list about how to get count of clients by its status (active,obsolete etc). I looked at it if there is any way to get it without report but No. In Configuration Manager...
View ArticleSCCM Configmgr 2012 Collection for computers with Primary User (UDA) is NULL
If you are using User Device Affinity–associating a user with one or more specified devices for application deployment to make sure the application install on all devices that are associated with that...
View ArticleConfigmgr 2012 Delete duplicate ,Obsolete records etc using collections
Few days back,I was working on Client health remediation issues.for this activity,I created some cool SSRS reports based on client health statistics(soon,will post them on the blog) how many are with...
View ArticleSCCM Configmgr 2012 Powershell script cleanup duplicate obsolete and outdated...
This post is continuation to my previous post on how to clean outdated computers from configmgr Database. More info refer ,...
View ArticleSCCM Configmgr 2012 way to find Who Created modified Deleted the collection...
Quick Post: There was a question on TechNet forum asking,about who created the collection ,More read...
View ArticleHow to Install and upgrade clients to Configmgr 2012 R2 Cumulative Update 3...
In this post, i will discuss about how to install CU3 update and How to Upgrade clients to CU3 with query based collections. Installation of CU3 is not so difficult ,it is straight forward .If you...
View ArticleSCCM Configmgr 2012 How to Create Collection to get list of computers from...
I had a requirement to deploy patches (part of patch testing) to Department (group of user around 200+) who resides in one OU in Active Directory .The computers used by them are different due to their...
View ArticleSCCM 2012 Collection SSRS report with No SEP client or SEP Client is older...
Rolled out new Symantec endpoint Protection (SEP) Version to clients across all the sites. After few days ,report (All application deployment –Basic) says ,around 100+ computers still running on old...
View ArticleHow to Upgrade Clients to SCCM 2012 R2 CU4
It has been almost month for now ,since the release of Configmgr 2012 R2 CU4.To know more about what CU4 includes,you can refer the KB3026739 article http://support.microsoft.com/kb/3026739....
View Article