I have put together a list of hotfixes for Configuration Manager 2007 with descriptions and download links. I started doing it together with a colleague (thanks Ola) and thought that more people could have use for it. My plan is to keep this up to date as new hotfixes are released in the future and include…
Month: July 2011
Query to determine 32 or 64 bit Operating System
In many cases there are a need create a collection with either all Windows 7 – x86 or all Windows 7 x64 installed. This can be used for targeting only a specific platform with an update or a program. I do this by querying the SCCM inventory, SMS_G_System_COMPUTER_SYSTEM.SystemType which returns “x64-based PC”or “X86-based PC”. Query to…