Windows Deployment Services Cmdlets in Windows PowerShell
Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration. This reference topic for the information technology (IT) professional provides assistance in utilizing the Windows PowerShell cmdlets to script and automate tasks.
Windows Deployment Services Cmdlets
This reference provides cmdlet descriptions and syntax for all Windows Deployment Services cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
Cmdlet | Description |
---|---|
Adds an existing driver package to a driver group or injects it into a boot image. |
|
Approves clients. |
|
Copies install images within an image group. |
|
Denies approval for clients. |
|
Disables a boot image. |
|
Disables a driver package in the Windows Deployment Services driver store. |
|
Disables an install image. |
|
Disconnects a multicast client from a transmission or namespace. |
|
Enables a boot image. |
|
Enables a driver package in the Windows Deployment Services driver store. |
|
Enables an install image. |
|
Exports an existing boot image from an image store. |
|
Exports an existing install image from an image store. |
|
Gets properties of boot images from the image store. |
|
Gets client devices from the pending device database, or pre-staged devices from Active Directory or the standalone server device database. |
|
Gets properties of driver packages from the Windows Deployment Services driver store. |
|
Gets properties of install images from an image store. |
|
Gets properties of install image groups. |
|
Gets a list of clients connected to a multicast transmission or namespace. |
|
Imports a boot image to the image store. |
|
Imports a driver package into the Windows Deployment Services driver store. |
|
Imports an install image to an image store. |
|
Creates a pre-staged client. |
|
Creates an install image group. |
|
Removes a boot image from the image store. |
|
Removes a pre-staged client from AD DS or the stand-alone server device database, or clears the Pending Devices database. |
|
Removes a driver package from a driver group or removes it from all driver groups and deletes it. |
|
Removes an install image from an image store. |
|
Removes an install image group. |
|
Modifies settings of a boot image. |
|
Modifies a pre-staged client device. |
|
Modifies the properties of an install image. |
|
Modifies the name and access permissions of an install image group. |
Note
To list all the cmdlets that are available, use the Get-Command –Module WindowsDeploymentServices
cmdlet.
For more information about, or for the syntax of, any of the cmdlets, use the Get-Help
<cmdlet name> cmdlet, where <cmdlet name> is the name of the cmdlet that you want to research. For more detailed information, you can run any of the following cmdlets:
● Get-Help
<cmdlet name> -Detailed
● Get-Help
<cmdlet name> -Examples
● Get-Help
<cmdlet name> -Full