WDSUtil Flashcards

1
Q

/add

A

Adds prestaged computers, images, or image groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

/approve-AutoAddDevices

A

Approves computers that are pending administrator approval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

/convert-RiprepImage

A

Converts an existing Remote Installation Preparation (RIPrep) image to a Windows Image (.wim) file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

/copy

A

Copies an image or a driver group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

/delete-AutoAddDevices

A

Deletes computers that are in the Auto-Add database (which stores information about the computers on the server)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

/disable

A

Disables all services for Windows Deployment Services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

/disconnect-Client

A

Disconnects a client from a multicast transmission or namespace.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

/enable

A

Enables all services for Windows Deployment Services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

/export-Image

A

Exports an image from the image store to a .wim file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

/get

A

Retrieves properties and attributes about the specified object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

/initialize-server

A

Configures a Windows deployment services server for initial ues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

/new

A

Creates new capture and discover images, multicast transmissions, and namespaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

/progress

A

Displays the progress status while a command is being executed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

/reject-AutoAddDevices

A

Rejects computers that are pending administrator approval.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

/remove

A

Removes objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

/replace-Image

A

Replaces a boot or installation image with a new version of that image.

17
Q

/set

A

Sets properties and attributes on the specified object.

18
Q

/start

A

Starts all services on the Windows deployment services server, including multicast transmissions, namespaces and the transport server

19
Q

/stop

A

Stops all services on the Windows Deployment Services server.

20
Q

/uninitialize-Server

A

reverts changes made during server initialization.

21
Q

/update-ServerFiles

A

Updates server files on the RemoteInstall share.

22
Q

/verbose

A

Displays verbose output for the specified command.

23
Q

wdsutil /get-server /show configure

wdsutil /get-server /show:all /detailed

A

To show WDS configuration

24
Q

wdsutil /stop-server

wdsutil /start-server

A

To stop or start the WDS server

25
Q

wdsutil /Add-Device /Device:PC! /ID:00-C1-46-8A-1F-EB

A

To add a computer by using a MAC address

26
Q

wdsutil /Add-Image /ImageFile:”C:\Data\Boot.wim” /ImageType:Boot

A

To add a boot image

27
Q

wdsutil /Add-Image /ImageFile:”C:\Data\Install.wim” /ImageType:Install

A

To add an install image