Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

如何安裝 Windows Server Update Services

Summary: 本文旨在解決使用 Windows PowerShell 安裝 Windows Server Update Services (WSUS) 角色的問題。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

     1.在 命令提示 字元視窗中輸入 Start PowerShell 以啟動 Windows PowerShell

     2.輸入 Install-WindowsFeature UpdateServices ,然後按 Enter 鍵以安裝 WSUS 角色。

         HOW10126_en_US__1core WSUS 新增

其他資訊:

以下內容 WSUS 角色服務可使用 Windows PowerShell 安裝

  • WID 資料庫
  • WSUS 服務
  • 資料庫

WID 資料庫WSUS 服務角色服務會在執行 Install-WindowsFeature UpdateSevices cmdlet 後安裝。

下列 Windows PowerShell cmdlet 可用於在執行 Windows Server Core 的伺服器上管理 WSUS 角色。

Add-WsusComputer - 將指定的用戶端電腦添加到指定的目標組。
Approve-WsusUpdate - 核准要套用至用戶端的更新。
Deny-WsusUpdate - 拒絕部署更新。
Get-WsusClassification - 獲取系統中當前可用的所有 WSUS 分類的清單。
Get-WsusComputer - 獲取表示用戶端電腦的 WSUS 計算機物件。
獲取 WSUS 產品 - 按類別獲取 WSUS 上當前可用的所有產品的清單。
獲取 WSUS 伺服器 - 獲取 WSUS 更新伺服器物件的值。
Get-WsusUpdate - 獲取包含有關更新的詳細資訊的 WSUS 更新物件。
Invoke-WsusServerCleanup - 在指定的 WSUS 伺服器上執行清理過程。
Set-WsusClassification - 設置是啟用還是禁用 WSUS 同步的更新分類。
Set-WsusProduct - 設置是啟用還是禁用表示要同步的更新類別的產品。
Set-WsusServerSynchronization - 設定 WSUS) 伺服器是從 Microsoft Update 同步,還是從上游伺服器和上游伺服器屬性進行同步。

 

Article Properties


Affected Product

Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Last Published Date

01 Nov 2023

Version

5

Article Type

How To