Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.05 KB

File metadata and controls

58 lines (39 loc) · 2.05 KB
title description ms.topic ms.assetid ms.author author manager ms.date
wdsutil get-allimages
Reference article for the wdsutil get-allimages command, which retrieves information about all images on a server.
reference
19de3720-4315-415a-8dc6-486caa0b2100
jgerend
JasonGerend
mtillman
10/16/2017

wdsutil get-allimages

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Retrieves information about all images on a server.

Syntax

wdsutil /get-allimages [/server:<servername>] /show:{boot | install | legacyris | all} [/detailed]

Parameters

Parameter Description
[/server:<servername>] Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server is used.
`/show:{boot install
[/detailed] Indicates that all image metadata from each image should be returned. If this option is not used, the default behavior is to return only the image name, description, and file name.

Examples

To view information about the images, type either:

wdsutil /get-allimages /show:install
wdsutil /verbose /get-allimages /server:MyWDSServer /show:all /detailed

Related links