Microsoft apologizes (kind of), provides temporary fix for huge WSUS redownload issue for ConfigMgr 2007

NOTE: FAQ at the end of this article… In case you missed it (but, I’m sure it was hard to if you are in a ConfigMgr 2007 environment), Microsoft released an update that subsequently caused a flood of update re-downloads.  Redownloading a huge number of updates is bad on it’s own, but the issue also caused some folks to believe that...

Read More»

Security update available for download for SCCM 2007 (KB2721642)

The security update mentioned in September 2012 has finally made it’s way to the Microsoft download web site.  The KB2721642 update for System Center Configuration Manager 2007 Service Pack 2 is a server side update and should be applied to all primary and secondary site servers.  More than likely, you have received this update through the Windows Update service, however, if you...

Read More»

ConfigMgr query for User Device Affinity

From the forums, has come up quite a bit recently. Problem: Has anyone created a query so that it returns devices assigned to users?   Basically, I am trying to build a device collection based on a group search, so that it would show devices assigned to users or users in a group.  Solution submitted by Ryan2065: Something like this should...

Read More»

Adobe releases SCUP catalog update in its Enterprise IT Tools

The Enterprise IT Tools for Acrobat and Reader team has released an update –  the SCUP Transition Catalog for Adobe Reader 11.x is now available.  SCCM deployments can use this SCUP catalog to migrate 10.x Reader (English) installations to 11.0 Reader. What is it?  Solve enterprise configuration and workflow issues Download it: Enterprise IT Tools for Adobe Acrobat and Reader...

Read More»

Support Windows 8 and Windows Server 2012 on ConfigMgr 2007 SP2 now!

Microsoft has released a hotfix that adds support for Windows 8 and Windows Server 2012 to Configuration Manager 2007 with SP2.  Make sure you read through the Hotfix page, as it seems there are additional steps you need to muddle through after applying this update, should the AI_UPDATE_SERVICE_POINT not restart correctly. The Hotfix:  Update adds support for Windows 8-based client computers...

Read More»

Automating ConfigMgr Query Creation with Powershell

I’m currently working on implementing a fairly large System Center Configuration Manager (ConfigMgr or SCCM depending on who you ask and the time of day) hierarchy. The hierarchy spans multiple domains on the workstation side of the house and we are targeting and tracking client deployment on a per domain basis. With 11 domains and 4 queries per domain on...

Read More»

New community resource: SCCM Right-click Tools – consolidated and organized

Right-click tools are some of the most popular add-ons for ConfigMgr and have been since the first person identified the need in their own environment and started sharing with the general community.  Right-click tools have really been an awesome community effort, producing some extremely valuable extensions to the ConfigMgr console.  Right-click tools give you the ability to extend the ConfigMgr...

Read More»

How to add AD data to ConfigMgr reporting

First off, this will not be supported by Microsoft or me. AD it just another database, just like SQL server is. With that in mind there is nothing stopping you from using SQL to link to AD to give you data about your AD environment! 1) Create Linked Server using SSMS exec master.dbo.sp_addlinkedserver ‘ADSI’, ‘Active Directory Service Interfaces’, ‘ADSDSOObject’, ‘<DC...

Read More»