Description: Displays custom metadata associated with deployment payload (images or driver groups) or devices on a WDS server. ...

Description: Displays custom metadata associated with deployment payload
             (images or driver groups) or devices on a WDS server.

Syntax:
WDSUTIL [Options]
        /Get-Metadata
        {{/ObjectId:} | {Device:} |
         {Object:}}
        [/Server:]

[/ObjectId:]
        The ID of the object to display custom metadata for. For
        images and driver groups, the ID is a GUID in string form.

[/Object:]
        This command specifies named objects which are always defined,
        the name is just an alias, and the GUID can be used instead.

          AllImages - C7D45E4D-8F62-4977-AFBE-104CD3FDC921
            All image objects inherit metadata assigned to this object.

          AllDriverGroups - 0B346B44-18A5-4523-8699-0A8B8DAD3980
            All driver group objects inherit metadata assigned to this
            object.

          DefaultResponse - 1FFD1D23-19AD-4BF3-844E-A67E98971E05
            Metadata assigned to this object is appended to every metadata
            query response.

[/Device:]
        The name of the device to display metadata for.

[/Server:]
        The name of the WDS server. This can be either the NetBIOS
        name or the FQDN.  If not specified, the local server will be
        used.

EXAMPLES:
---------
WDSUTIL /Get-Metadata /ObjectId:{4D36E972-E325-11CE-BFC1-08002BE10318}


WDSUTIL /Get-Metadata /ObjectId:{00000000-0000-0000-0000-00132BE1034D}


WDSUTIL /Get-Metadata /Object:AllDriverGroups


WDSUTIL /Get-Metadata /Device:Computer1