WDSUtil Flashcards
/add
Adds prestaged computers, images, or image groups
/approve-AutoAddDevices
Approves computers that are pending administrator approval
/convert-RiprepImage
Converts an existing Remote Installation Preparation (RIPrep) image to a Windows Image (.wim) file
/copy
Copies an image or a driver group
/delete-AutoAddDevices
Deletes computers that are in the Auto-Add database (which stores information about the computers on the server)
/disable
Disables all services for Windows Deployment Services
/disconnect-Client
Disconnects a client from a multicast transmission or namespace.
/enable
Enables all services for Windows Deployment Services.
/export-Image
Exports an image from the image store to a .wim file
/get
Retrieves properties and attributes about the specified object
/initialize-server
Configures a Windows deployment services server for initial ues
/new
Creates new capture and discover images, multicast transmissions, and namespaces
/progress
Displays the progress status while a command is being executed
/reject-AutoAddDevices
Rejects computers that are pending administrator approval.
/remove
Removes objects
/replace-Image
Replaces a boot or installation image with a new version of that image.
/set
Sets properties and attributes on the specified object.
/start
Starts all services on the Windows deployment services server, including multicast transmissions, namespaces and the transport server
/stop
Stops all services on the Windows Deployment Services server.
/uninitialize-Server
reverts changes made during server initialization.
/update-ServerFiles
Updates server files on the RemoteInstall share.
/verbose
Displays verbose output for the specified command.
wdsutil /get-server /show configure
wdsutil /get-server /show:all /detailed
To show WDS configuration
wdsutil /stop-server
wdsutil /start-server
To stop or start the WDS server
wdsutil /Add-Device /Device:PC! /ID:00-C1-46-8A-1F-EB
To add a computer by using a MAC address
wdsutil /Add-Image /ImageFile:”C:\Data\Boot.wim” /ImageType:Boot
To add a boot image
wdsutil /Add-Image /ImageFile:”C:\Data\Install.wim” /ImageType:Install
To add an install image