ConfigMgr 2012 pre-requisites installation script

Standard

Based on the existing script from Jörgen Nilsson (http://ccmexec.com/2012/04/unattended-installation-of-the-configmgr-2012-pre-reqs/) I have created my own ConfigMgr 2012 pre-requisites installation script. I have made the following adjustments:

 

– Used Powershell function ‘Add-WindowsFeature’ instead of deprecated ‘ServerManagerCMd -i’ command
– Automatically download of .Net 4.0 Framework redistributable
– Removed the installation of KB2552033. This update needs to be installed seperately

 

It’s a basic script, at the moment there is no error reporting available. The script can be downloaded here: Download Here

 

Besides the pre-reqs which will be installed through the script you need to solve the pre-reqs stated below:

 

– Grant Administrator rights on the SQL server if the database is hosted on a seperate server
– Prepare the Active Directory and grant rights on the System Management container
– Install WSUS if you plan to use the Software Updates functionality
– Install KB2552033 if needed

 

If you have any questions or suggestions for the script, please let me know!

 

2 thoughts on “ConfigMgr 2012 pre-requisites installation script

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.