纯个人记录,可能看上去各种凌乱,有问题留言,环境基于windows server 2012
下图是安装.net和.net依赖
http://technet.microsoft.com/zh-cn/library/gg712264.aspx#BKMK_PrepAD
Create a backup of the schema master domain controller’s system state.
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. |
Run extadsch.exe, located at \SMSSETUP\BIN\X64 on the installation media, to add the new classes and attributes to the Active Directory schema.
Verify that the schema extension was successful by reviewing the extadsch.log located in the root of the system drive.
If the schema extension procedure was unsuccessful, restore the schema master's previous system state from the backup created in step 1.
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
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.
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.
站点计算机要是SQL和站点服务器本地管理员成员 |
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.
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
下面是解决IIs组织特定扩展名的
To configure request filtering for IIS on distribution points
On the distribution point computer, open the applicationHost.config file located in the %Windir%\System32\Inetsrv\Config\ directory.
Search for the
section. 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 lineto .
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.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
添加VMM计算机到数据库本地管理员组
http://www.microsoft.com/zh-cn/download/details.aspx?id=26727这是Sp1
http://www.microsoft.com/zh-cn/download/details.aspx?id=30437这是Sp2