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을 사용하여 WSUS(Windows Server Update Services) 역할을 설치하는 방법에 대해 설명합니다.

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 역할을 설치합니다.

         wsus add HOW10126_en_US__1core

추가 정보:

다음 WSUS 역할 서비스는 Windows PowerShell을 사용하여 설치할 수 있습니다.

  • WID 데이터베이스
  • WSUS 서비스
  • 데이터베이스

WID 데이터베이스 WSUS 서비스 역할 서비스는 Install-WindowsFeature UpdateSevices cmdlet을 실행한 후 설치됩니다.

Windows Server Core를 실행하는 서버에서WSUS 역할을 관리하는 데 사용할 수 있는Windows PowerShell  cmdlet은 다음과 같습니다.

Add-WsusComputer - 지정된 클라이언트 컴퓨터를 지정된 대상 그룹에 추가합니다.
Approve-WsusUpdate - 클라이언트에 적용할 업데이트를 승인합니다.
Deny-WsusUpdate - 배포를 위한 업데이트를 거부합니다.
Get-WsusClassification - 시스템에서 현재 사용할 수 있는 모든 WSUS 분류 목록을 가져옵니다.
Get-WsusComputer - 클라이언트 컴퓨터를 나타내는 WSUS 컴퓨터 개체를 가져옵니다.
Get-WsusProduct - 현재 WSUS에서 사용할 수 있는 모든 제품 목록을 범주별로 가져옵니다.
Get-WsusServer - WSUS 업데이트 서버 개체의 값을 가져옵니다.
Get-WsusUpdate - 업데이트에 대한 세부 정보가 포함된 WSUS 업데이트 개체를 가져옵니다.
Invoke-WsusServerCleanup - 지정된 WSUS 서버에서 정리 프로세스를 수행합니다.
Set-WsusClassification - WSUS가 동기화하는 업데이트의 분류를 사용할 수 있는지 여부를 설정합니다.
Set-WsusProduct - 동기화할 업데이트 범주를 나타내는 제품을 사용하거나 사용하지 않도록 설정할지 여부를 설정합니다.
Set-WsusServerSynchronization - WSUS) 서버가 Microsoft 업데이트 또는 업스트림 서버 및 업스트림 서버 속성에서 동기화되는지 여부를 설정합니다.

 

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