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

如何安裝 Windows 部署服務角色

Summary: 本文旨在解決在執行 Windows Server Core 的伺服器上安裝 Windows 部署服務 (WDS) 角色的問題。

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

執行下列步驟,在執行 Windows Server Core 的伺服器上安裝 WDS 角色。

     1.類型 

Start PowerShell


  以啟動 Windows PowerShell

     2.類型 

Install-WindowsFeature WDS


 然後按 Enter 以安裝 WDS 角色。

         HOW10124_en_US__1core WDS 新增

其他資訊:

下列 Windows PowerShell Cmdlet 可用於在執行 Windows Server Core 的伺服器上管理 WDS

Add-WdsDriverPackage - 將現有驅動程式套件新增至驅動程式群組,或將其注入開機影像。
Approve-WdsClient - Approves clients。
Copy-WdsInstallImage - 複製映像群組內的安裝映像。
Deny-WdsClient - 拒絕對用戶端的核准。
Disable-WDSBootImage - 停用開機映像。
Disable-WDSDriverPackage - 停用
WDS 驅動程式儲存區中的驅動程式套件。
Disable-WDSInstallImage - 停用安裝映像。
斷開連接 - WDS 多播用戶端 - 斷開多播用戶端與傳輸或命名空間的連接。
Enable-WdsBootImage - 啟用開機映像。
Enable-WDSDriverPackage - 啟用
WDS 驅動程式儲存區中的驅動程式套件。
Enable-WDSInstallImage - 啟用安裝映像。
Export-WDSBootImage - 從映像儲存匯出現有的開機映像。
Export-WDSInstallimage - 從映像儲存匯出現有的安裝映像。
Get-WdsBootImage - 從映像存儲中獲取啟動映像的屬性。
Get-WdsClient - 從掛起的設備資料庫獲取客戶端設備,或從 AD 或獨立伺服器設備資料庫中獲取預暫存設備。
Get-WDSDriverPackage - 從 WDS 驅動程式儲存區取得驅動程式包的屬性。
Get-WdsInstallImage - 從映像存儲中獲取安裝映像的屬性。
Get-WdsInstallImageGroup - 取得安裝映像群組的屬性。
Get-Wds多播用戶端 - 獲取連接到多播傳輸或命名空間的用戶端清單。
Import-WdsBootImage - 將啟動映像導入到映像存儲。
Import-WDSDriverPackage - 將驅動程式套件匯入 WDS 驅動程式存放區。
Import-WDSInstallImage - 將安裝映像匯入映像儲存
。New-WdsClient - 建立預先暫存的用戶端。
New-WdsInstallImageGroup - 建立安裝映像群組。
Remove-WdsBootImage - 從映像儲存中刪除啟動映像。
Remove-WdsClient - 從 ADDS 或獨立伺服器設備資料庫中刪除預暫存的用戶端,或清除“掛起的設備”資料庫。
Remove-WdsDriverPackage - 從驅動程式組中刪除驅動程式包,或將其從所有驅動程式組中刪除,然後將其刪除。
Remove-WdsInstallImage - 從映像儲存中移除安裝映像。
Remove-WdsInstallImageGroup - 移除安裝映像群組。
Set-WdsBootImage - 修改開機映像的設定。
Set-WdsClient - 修改預先暫存的用戶端裝置。
Set-WdsInstallImage - 修改安裝映像的屬性。
Set-WdsInstallImageGroup - 修改安裝映像群組的名稱和存取權限。

如需 WDS 專用 Windows PowerShell Cmdlet 的其他資訊,請參閱 TechNet

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