纯个人记录,可能看上去各种凌乱,有问题留言,环境基于windows server 2012

 

下图是安装.net和.net依赖

SCCM 2012 SP1部署记录_第1张图片

http://technet.microsoft.com/zh-cn/library/gg712264.aspx#BKMK_PrepAD

  1. Create a backup of the schema master domain controller’s system state.

  2. Ensure that you are logged on to the schema master domain controller with an account that is a member of the Schema Admins security group.

You must be logged on as a member of the Schema Admins security group in order to successfully extend the schema. Running the extadsch.exe file by using the Run As command to attempt to extend the schema using alternate credentials will fail.

  1. Run extadsch.exe, located at \SMSSETUP\BIN\X64 on the installation media, to add the new classes and attributes to the Active Directory schema.

  2. Verify that the schema extension was successful by reviewing the extadsch.log located in the root of the system drive.

  3. If the schema extension procedure was unsuccessful, restore the schema master's previous system state from the backup created in step 1.

SCCM 2012 SP1部署记录_第2张图片

SCCM 2012 SP1部署记录_第3张图片

SCCM 2012 SP1部署记录_第4张图片

SCCM 2012 SP1部署记录_第5张图片

1. Log on as an account that has the Create All Child Objects permission on the System container in Active Directory Domain Services.

2. Run ADSI Edit, and connect to the domain in which the site server resides.

3. Expand Domain, expand , right-click CN=System, click New, and then click Object.

4. In the Create Object dialog box, select Container, and then click Next.

5. In the Value box, type System Management, and then click Next.

6. Click Finish to complete the procedure.

SCCM 2012 SP1部署记录_第6张图片SCCM 2012 SP1部署记录_第7张图片

SCCM 2012 SP1部署记录_第8张图片

SCCM 2012 SP1部署记录_第9张图片

SCCM 2012 SP1部署记录_第10张图片

SCCM 2012 SP1部署记录_第11张图片

After you have created the System Management container in Active Directory Domain Services, you must grant the site server's computer account the permissions that are required to publish site information to the container.

The primary site server computer account must be granted Full Control permissions to the System Management container and all its child objects. If you have secondary sites, the secondary site server computer account must also be granted Full Control permissions to the System Management container and all its child objects.

  1. Click Start, click Run, and enter adsiedit.msc to open the ADSIEdit console.

  2. If necessary, connect to the site server's domain.

  3. In the console pane, expand the site server's domain, expand DC=, and then expand CN=System. Right-click CN=System Management, and then click Properties.

  4. In the CN=System Management Properties dialog box, click the Security tab, and then click Add to add the site server computer account. Grant the account Full Control permissions.

  5. Click Advanced, select the site server’s computer account, and then click Edit.

  6. In the Apply onto list, select This object and all descendant objects.

  7. Click OK to close the ADSIEdit console and complete the procedure.

站点计算机要是SQL和站点服务器本地管理员成员

SCCM 2012 SP1部署记录_第12张图片

SCCM 2012 SP1部署记录_第13张图片

SCCM 2012 SP1部署记录_第14张图片

SCCM 2012 SP1部署记录_第15张图片

SCCM 2012 SP1部署记录_第16张图片

SCCM 2012 SP1部署记录_第17张图片

Remote Differential Compression


Site servers and distribution points require Remote Differential Compression (RDC) to generate package signatures and perform signature comparison. If RDC is not enabled, you must enable it on these site system servers.

SCCM 2012 SP1部署记录_第18张图片

Internet Information Services (IIS)


Several site system roles require Internet Information Services (IIS). If IIS is not already enabled, you must enable it on site system servers before you install a site system role that requires IIS. In addition to the site system server, the following site systems roles require IIS:

  • Application Catalog web service point

  • Application Catalog website point

  • Distribution point

  • Enrollment point

  • Enrollment proxy point

  • Fallback status point

  • Management point

  • Software update point

The minimum version of IIS that requires is the default version that is supplied with the operating system of the server that runs the site system.

For example, when you enable IIS on a Windows Server 2008 computer that you plan to use as a distribution point, IIS 7.0 is installed. You can also install IIS 7.5. If you enable IIS on a Windows 7 computer for a distribution point, IIS 7.5 is automatically installed. You cannot use IIS version 7.0 for distribution point that runs Windows 7.

Use the following procedure as an example of how to install IIS on a Windows Server 2008 or Windows Server 2008 R2 computer. If you have a different operating system version

此处作为演示就全选了,各位自我斟酌

最后启用一下Bits

SCCM 2012 SP1部署记录_第19张图片

SCCM 2012 SP1部署记录_第20张图片

下面是解决IIs组织特定扩展名的

To configure request filtering for IIS on distribution points

  1. On the distribution point computer, open the applicationHost.config file located in the %Windir%\System32\Inetsrv\Config\ directory.

  2. Search for the section.

  3. Determine the file name extensions and folder names that you will have in the packages on this distribution point. For each extension and folder name that you require, perform the following steps:

    • If it is listed as a fileExtension element, set the value for allowed to true.
      For example, if your content contains a file with an .mdb extension, change the line to .
      Allow only the file name extensions required for your content.

    • If it is listed as a element, delete the entry that matches the file name extension or folder name from the file.
      For example, if your content contains a folder with the label of bin, remove the line <add segment=”bin” /> from the file.

  4. Save and close the applicationHost.config file to complete the configuration

这是WSUS3.0Sp2

http://www.microsoft.com/en-us/download/details.aspx?id=5216

这是Kb

http://www.microsoft.com/en-us/download/details.aspx?id=29999

http://www.microsoft.com/en-us/download/details.aspx?id=30747

SCCM 2012 SP1部署记录_第21张图片

SCCM 2012 SP1部署记录_第22张图片

SCCM 2012 SP1部署记录_第23张图片

SCCM 2012 SP1部署记录_第24张图片

SCCM 2012 SP1部署记录_第25张图片

SCCM 2012 SP1部署记录_第26张图片

SCCM 2012 SP1部署记录_第27张图片

SCCM 2012 SP1部署记录_第28张图片

SCCM 2012 SP1部署记录_第29张图片

SCCM 2012 SP1部署记录_第30张图片

SCCM 2012 SP1部署记录_第31张图片

添加VMM计算机到数据库本地管理员组

SCCM 2012 SP1部署记录_第32张图片

SCCM 2012 SP1部署记录_第33张图片

SCCM 2012 SP1部署记录_第34张图片

SCCM 2012 SP1部署记录_第35张图片

SCCM 2012 SP1部署记录_第36张图片

SCCM 2012 SP1部署记录_第37张图片

SCCM 2012 SP1部署记录_第38张图片

SCCM 2012 SP1部署记录_第39张图片

SCCM 2012 SP1部署记录_第40张图片

SCCM 2012 SP1部署记录_第41张图片

SCCM 2012 SP1部署记录_第42张图片

SCCM 2012 SP1部署记录_第43张图片

SCCM 2012 SP1部署记录_第44张图片

http://www.microsoft.com/zh-cn/download/details.aspx?id=26727这是Sp1

http://www.microsoft.com/zh-cn/download/details.aspx?id=30437这是Sp2

SCCM 2012 SP1部署记录_第45张图片

SCCM 2012 SP1部署记录_第46张图片

SCCM 2012 SP1部署记录_第47张图片

SCCM 2012 SP1部署记录_第48张图片

SCCM 2012 SP1部署记录_第49张图片

SCCM 2012 SP1部署记录_第50张图片

SCCM 2012 SP1部署记录_第51张图片

SCCM 2012 SP1部署记录_第52张图片

SCCM 2012 SP1部署记录_第53张图片

SCCM 2012 SP1部署记录_第54张图片

SCCM 2012 SP1部署记录_第55张图片

SCCM 2012 SP1部署记录_第56张图片

SCCM 2012 SP1部署记录_第57张图片