Archive | March, 2012
Admin GUI for SCCM 2012

Admin GUI for SCCM 2012

by David O’Brien on 03/29/2012  I just finished a customer project where I implemented Configuration Manager 2012 RC2 and one requirement was that admins in remote locations should not get access to the Configuration Manager console. Therefore I wrote some scripts to automate certain tasks (e.g http://www.sepago.de/e/david/2012/02/24/create-folders-in-microsoft-system-center-configuration-manager-with-powershell ) to enable admins to still use the [...]

ConfigMgr query: List of Internet Explorer (IE) installation per version

ConfigMgr query: List of Internet Explorer (IE) installation per version

    select System.Name, Software.Publisher, Software.Family,  Software.SoftwareName, Software.Component, Software.MinorVersion,  Software.MajorVersion, Software.Edition, Software.Category1, Software.Category2,  Software.IsSuite, Software.IsLicensable, Software.IsSupported, Software.IsUsed  from SMS_R_System inner join SMS_G_System_BDNA_BDNASOFTWAREDATA_1_1 as Software  on Software.SMSUniqueIdentifier = SMS_R_System.SMSUniqueIdentifier inner join  SMS_R_System as System on System.SMSUniqueIdentifier =  Software.SMSUniqueIdentifier where Software.Category1 = “Applications” and  Software.Category2 = “Web Browsers” and Software.SoftwareName = “Internet  Explorer” Content provided by myITforum.  [...]

Create ERD/DaRT ConfigMgr Boot Disk

Create ERD/DaRT ConfigMgr Boot Disk

Prerequisites Microsoft Desktop Optimization Pack (Available through Mirosoft Software Assurance) Microsoft Windows Automated Installation Kit Download Create Microsoft DaRT Boot Disk http://technet.microsoft.com/en-us/library/ee460909.aspx Copy Microsoft DaRT Boot Disk 1.       Mount Microsoft DaRT Boot Disk with an ISO mounting utility 2.       Copy contents to a “<DaRT Folder>” on the SCCM server 3.       Make a copy of the [...]