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 add

其它信息:

以下 Windows PowerShell cmdlet 可用于在运行 Windows Server Core 的服务器上管理 WDS

Add-WdsDriverPackage - 将现有驱动程序包添加到驱动程序组或将其注入到启动映像中。
Approve-WdsClient - 批准客户端。
Copy-WdsInstallImage - 在映像组中复制安装映像。
Deny-WdsClient — 拒绝批准客户端。
Disable-WdsBootImage - 禁用启动映像。
Disable-WdsDriverPackage - 禁用
WDS 驱动程序存储中的驱动程序包
Disable-WdsInstallImage - 禁用安装映像。
Disconnect-WdsMulticastClient - 断开多播客户端与传输或命名空间的连接。
Enable-WdsBootImage - 启用启动映像。
Enable-WdsDriverPackage - 启用
WDS 驱动程序存储中的驱动程序包。
Enable-WdsInstallImage - 启用安装映像。
Export-WdsBootImage - 从映像存储中导出现有启动映像。
Export-WdsInstallImage - 从映像存储中导出现有安装映像。
Get-WdsBootImage - 从映像存储中获取启动映像的属性。
Get-WdsClient — 从挂起的设备数据库中获取客户端设备,或者从 AD 或独立服务器设备数据库中获取预留的设备。
Get-WdsDriverPackage - 从 WDS 驱动程序存储中获取驱动程序包的属性。
Get-WdsInstallImage - 从映像存储中获取安装映像的属性。
Get-WdsInstallImageGroup - 获取安装映像组的属性。
Get-WdsMulticastClient - 获取连接到多播传输或命名空间的客户端列表。
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