From a CMD prompt-
- Create a folder for the downloaded files (eg
mkdir c:\sccm2012prereq
) - Navigate to smssetup\bin\x64 in the SCCM 2012 source directory
- Run
setupDL.exe c:\sccm2012prereq
sccm2012prereq
folder. There are two installs, you need to use the dotNetFx40_Full_x86_x64.exe, not the client version as noted in the release notes. Surprisingly the SCCM 2012 installer doesn't automatically install this.
Before you can install SCCM 2012, you'll also need to install SQL Server (I'll cover this in a later post), and some roles and features for Server 2008. The roles and features can be easily installed with the following commands-
servermanagercmd -install web-server
servermanagercmd -install web-mgmt-compat
servermanagercmd -install rdc
servermanagercmd -install bits
1 comment:
Hey there,
servermanagercmd -install rdc failed ?!
Is there a typo or what?
Ty for your post!
Post a Comment