Two month ago, I had the honor of presenting at Microsoft Campus Days 2011 in Copenhagen. I had two sessions, and both sessions topics was about software distribution in System Center Configuration Manager 2012. The sessions was recorded (In Danish), and is now available on Microsoft TechNet. Session I15: System Center Configuration Manager 2012: Application Lifecycle Management Part 1 of 2 Download slides from the presentation here from. Enjoy.
Browsing: SCCM 2012
The current supported configuration of SQL Server for System Center 2012 Configuration Manager (SCCM), is Microsoft SQL Server 2008 R2 with Service Pack 1 and Cumulative Update 4. I always use unattended installation of SQL (and anything else if possible). Here are the command lines I uses to setup SQL for ConfigMgr 2012: SQL Server 2008 R2 RTM Setup: setup.exe /q /ACTION=Install /ERRORREPORTING=”False” /FEATURES=SQLENGINE,RS,AS,IS,SSMS,TOOLS,BIDS,ADV_SSMS,CONN /INSTANCENAME=MSSQLSERVER /INSTANCEDIR=D:MSSQL /SQLSVCACCOUNT=”NT AUTHORITYSystem” /SQLSYSADMINACCOUNTS=”BUILTINADMINISTRATORS” /SQLSVCSTARTUPTYPE=Automatic /AGTSVCACCOUNT=”NT AUTHORITYSYSTEM” /AGTSVCSTARTUPTYPE=Automatic /RSSVCACCOUNT=”NT AUTHORITYSystem” /RSSVCSTARTUPTYPE=Automatic /ASSVCACCOUNT=”NT AUTHORITYSystem” /ASSVCSTARTUPTYPE=Disabled /ASSYSADMINACCOUNTS=”BUILTINADMINISTRATORS” /ISSVCACCOUNT=”NT AUTHORITYSystem” /ISSVCSTARTUPTYPE=Disabled /ASCOLLATION=”Latin1_General_CI_AS” /SQLCOLLATION=”SQL_Latin1_General_CP1_CI_AS” /TCPENABLED=”1″ /NPENABLED=”1″ /IAcceptSQLServerLicenseTerms SQL Server 2008 R2 SP1 Setup: SQLServer2008R2SP1-KB2528583-x64-ENU.exe /Action=Patch /IAcceptSQLServerLicenseTerms…
Last week I was presenting at Microsoft Campus Days in Copenhagen. During one of my presentations on Application Management using Configuration Manager 2012, I got a question on dependencies, and how to see what applications (Deployment Types) depends on a specific application, before you retire or delete an the application. On the References tab for the application, you can see which Applications that depend on this application. I don’t remeber who asked the question but here is the answer. Enjoy.