Installation of SCCM 1511 Standalone Primary Site
Hi Guys,
In this post, I have mentioned the step by step installation of SCCM 1511 Standalone Primary Site.
- Server Features installation
- SQL Server 2012 installation
- Windows ADK 10 installation
- SCCM 1511 Standalone Primary Site installation
1. Server Features installation:
You can install required Windows features at one time by running below Powershell command(Open ISE editor and below command).
Make sure you have inserted or mounted Windows Server 2012 OS source on CD/DVD Drive
Get-Module servermanager
Install-WindowsFeature Web-Windows-Auth
Install-WindowsFeature Web-ISAPI-Ext
Install-WindowsFeature Web-Metabase
Install-WindowsFeature Web-WMI
Install-WindowsFeature BITS
Install-WindowsFeature RDC
Install-WindowsFeature NET-Framework-Features -source \\D:\Source\sxs
Install-WindowsFeature Web-Asp-Net
Install-WindowsFeature Web-Asp-Net45
Install-WindowsFeature NET-HTTP-Activation
Install-WindowsFeature NET-Non-HTTP-Active
2. SQL Server 2012 installation:
There is no difference between on SQL Installation for SCCM 2012 & SCCM v1511. You can follow the steps which is mentioned in the below article
http://prajwaldesai.com/installing-sql-server-2012-for-configuration-manager-2012-r2/
3. Windows ADK 10 installation:
Download the Windows ADK version 10.0.26624.0 initial version since we have a known issue in ADK version 1511 and select the below features during the installation.
http://download.microsoft.com/download/8/1/9/8197FEB9-FABE-48FD-A537-7D8709586715/adk/adksetup.exe
- Deployment Tools
- Windows Preinstallation Environment(Windows PE)
- User State Migration Tool(USMT)
4. SCCM 1511 Standalone Primary Site installation:
Double click splash.hta file to start the installation wizard from SCCM v1511 setup folder and click on Install.
Click Next.
Select to “Install a Configuration Manager Primary Site” for standalone primary site installation.
Choose evaluation edition if you don’t have product key and you can also enter the product key afterwards.
Accept the license agreement and click on Next.
Specify a location to download the prerequisite files and you must have internet access to the server. If not, Select the second option and target the downloaded files.
Specify the Site Code, Site name & installation folder and click on Next.
Select “Install the primary site as a stand-alone site” and click Next.
Specify the SQL Server name & Database name and this information will be picked up automatically. Click on Next.
Click on Next.
Select the client communication method which you want to choose and if you want to choose communication method for each site system role, select the second option.
Select to install Management Point & distribution point site system role during the setup installation or you can install them later.
You can extend the schema after the installation or if you are upgrading from previous version of SCCM 2012 and schema already extended, no need to do it again.
SCCM v1511 Standalone Primary Site Installation completed and you can view ConfigMgrSetup.log file for more information.
Build version for SCCM 1511 – 5.00.8325.1000
Thanks!
“Install-WindowsFeature NET-Non-HTTP-Activ”
not “Install-WindowsFeature NET-Non-HTTP-Active”
Thank you for you post!
LikeLike