您现在的位置: IT专家网 > WinSystem子站 > 技巧
Windows Server 2008启动映像添加和配置
作者: 张巍, 出处:转转个人空间, 责任编辑: 韩博颖,
2008-03-20 08:40
我们了解了WDS的初始配置过程。但是完成此过程之后的WDS还是不能正常引导客户端从网络进入预安装环境。我们还需要为WDS加入一个启动映像才可以完成这个功能。下面我将一步步地对这一配置过程进行讲解。
这个界面我想对于安装过Vista的用户,都是很熟悉的。而此时我们仅仅完成了PXE启动映像的配置,还没有添加安装映像。所以还不能继续进行安装过程。我将在后面的文章中讨论如何为启动映像添加驱动以及安装映像的导入。
我想有些读者看到此时会有一个疑问——WDS如何对已经批准的客户端进行管理呢?其实我们可以使用WDS的命令行管理工具完成这个任务。我也将在后面的文章中相信讨论这个问题。而这里我给出这个工具的一些帮助信息供大家参考:
| Windows Deployment Services Management Utility [Version 6.0.6001.17051] Copyright (C) Microsoft Corporation. All rights reserved. /Get-AllDevices Displays information on all pre-staged devices. /Get-AllImageGroups Displays information on all image groups. /Get-AllImages Displays information on all images. /Get-AllMulticastTransmissions Displays attributes of all transmissions. /Get-AllNamespaces Displays attributes of all namespaces. /Get-AllServers Displays information on all WDS servers. /New-CaptureImage Creates a WinPE image used for capturing OS images. /Disconnect-Client Disconnects a client from a multicast transmission or namespace. /New-DiscoverImage Creates a WinPE image used for WDS server discovery. /Add-Device Adds a pre-staged device. /Get-Device Displays attributes of an existing device. /Set-Device Changes attributes of an existing device. /Add-Image Adds boot or install images. /Copy-Image Copies an image within the image store. /Export-Image Exports an image from the image store to a WIM file. /Get-Image Displays the attributes of an existing image. /Remove-Image Removes a boot or install image. /Replace-Image Replaces a boot or install image with a new version. /Set-Image Changes the attributes of an existing image. /Get-ImageFile Displays information on images in a WIM file. /Add-ImageGroup Adds an image group. /Get-ImageGroup Displays information on an image group. /Remove-ImageGroup Removes an image group. /Set-ImageGroup Changes the attributes of an existing image group. /Get-MulticastTransmission Displays attributes of a a transmission. /New-MulticastTransmission Creates a new multicast transmission for WDS /Remove-MulticastTransmission Removes a multicast transmission for WDS Image. /Start-MulticastTransmission Starts a specified transmission. /Get-Namespace Displays attributes of a namespace. /New-Namespace Creates a new namespace. /Remove-Namespace Removes a namespace. /Start-Namespace Starts a specified namespace. /Approve-AutoAddDevices Approves pending auto-add devices of server. /Reject-AutoAddDevices Rejects pending auto-add devices of server. /Get-AutoAddDevices Displays auto-add devices on server. /Delete-AutoAddDevices Deletes devices in the auto-add device database. /Convert-RiPrepImage Converts an existing RIS RIPrep image to a WIM file. /Disable-Server Disables all WDS services on a server. /Enable-Server Enables all WDS services on a server. /Get-Server Displays information on a WDS Server. /Initialize-Server Configures a WDS server for initial use. /Set-Server Configures settings of a WDS server. /Start-Server Starts all WDS services on a server. /Stop-Server Stops all WDS services on a server. /Uninitialize-Server Reverts changes made during server initialization. /Update-ServerFiles Updates server files on the REMINST share. Image. /Disable-TransportServer Disables all WDS services on a Transport server. /Enable-TransportServer Enables all WDS services on a Transport server. /Get-TransportServer Displays information on a Transport Server. Image. /Set-TransportServer Configures settings of a Transport server. /Start-TransportServer Starts all WDS services on a Transport server. /Stop-TransportServer Stops all WDS services on a Transport server. To get help for specific command use: WdsUtil command /? |
- 本文关键词:

