《系统工程师实战培训》

-05-部署补丁管理服务器

-01-部署 WSUS on Windows 2019 Core

作者:学 无 止 境

QQ交流群:454544014


1. 加域/退域

//加域

netdom join 031-WSUS01 /domain:i-x-Cloud.com /Userd:administrator /Passwordd:Aa /reboot

clip_image002

//退域

Remove-Computer -UNjoinDomaincredential i-x-Cloud\administrator -Passthru -Verbose -Restart

2. 安装角色

在031-WSUS01

C:\Users\Administrator.i-x-Cloud>md D:\WSUS

C:\Users\Administrator.i-x-Cloud>PowerShell

Windows PowerShell

版权所有 (C) Microsoft Corporation。保留所有权利。

PS C:\Users\Administrator.i-x-Cloud> Install-WindowsFeature -Name UpdateServices -IncludeManagementTools

Success Restart Needed Exit Code Feature Result

——- ————– ——— ————–

True No Success {ASP.NET 4.7, HTTP 激活, 远程服务器管理工…

警告: 可能需要使用其他配置。有关使用 PowerShell 执行 WSUS 安装的建议步骤的详细信息,请参阅 TechNet

库(http://go.microsoft.com/fwlink/?LinkId=235499)中的“使用 PowerShell 管理 WSUS”文章。

PS C:\Users\Administrator.i-x-Cloud> CD “C:\Program Files\Update Services\Tools”

PS C:\Program Files\Update Services\Tools> .\wsusutil.exe postinstall CONTENT_DIR=D:\WSUS

日志文件位于 C:\Users\Administrator.i-x-Cloud\AppData\Local\Temp\2\\WSUS_PostInstall_20190301T120240.log 中

正在启动安装后步骤

已成功完成安装后步骤

PS C:\Program Files\Update Services\Tools>

clip_image004

///安装报表工具

Microsoft® System CLR Types for Microsoft® SQL Server®

Microsoft Report Viewer 2012 Runtime

//在10.1.1.100上面共享Tool,在Tool在存放以下软件:

Microsoft® System CLR Types for Microsoft® SQL Server®

Microsoft Report Viewer 2012 Runtime

clip_image006

clip_image008

clip_image010

//映射网络共享

PS C:\> net use M: \\10.1.1.100\Soft /user:i-x-Cloud\administrator

命令成功完成。

PS C:\> M:

PS M:\> cd ‘.\Microsoft? System CLR Types for Microsoft? SQL Server? 2012\’

PS M:\Microsoft® System CLR Types for Microsoft® SQL Server® 2012> .\SQLSysClrTypes.msi

clip_image012

clip_image014

clip_image016

clip_image018

clip_image020

PS M:\Microsoft® System CLR Types for Microsoft® SQL Server® 2012> cd ..

PS M:\> cd ‘.\Microsoft Report Viewer 2012 Runtime\’

PS M:\Microsoft Report Viewer 2012 Runtime> .\ReportViewer.msi

clip_image022

clip_image024

clip_image026

clip_image028

clip_image030

clip_image032

clip_image034

3. 安装WSUS管理工具,远程管理

在100-WSUS01上面安装WSUS管理工具,连接031-WSUS01上面WSUS进行配置。


本文已完成!