/Image: The name of the boot image. /Architecture:{x86 | ia64 | x64 | arm} The architecture of the boot image. /Filename: ...

  /Image:
        The name of the boot image.

  /Architecture:{x86 | ia64 | x64 | arm}
        The architecture of the boot image.

  [/Filename:]
        The filename of the boot image. If the image cannot be
        uniquely identified by the image name and architecture, you
        must specify a filename.

[/InstallImage]
        Using this option user can supply the install image
        information.

  /Image:
        The name of the install image.

  [/ImageGroup:]
        The name of the image group that contains the image. If not
        specified and only one image group exists on the server, that
        image group will be used by default. If more than one image
        group exists on the server, then the image group must be
        specified.

  [/Filename:]
        The filename of the install image. If the image cannot be
        uniquely identified by the image name and image group name,
        you must specify a filename.

[/Login]
        Using this option, the user credentials can be specified to get
        a more accurate set of install images.

  /User:
        The full user name with domain name.

  /Password:
        Password of the user.

EXAMPLES:
---------
WDSUTIL /Get-ExpectedDeploymentResults /Device /Architecture:x64

WDSUTIL /Get-ExpectedDeploymentResults /Device /Architecture:x64
/Manufacturer:DELL /ChassisType:Laptop /ChassisType:LunchBox

WDSUTIL /Get-ExpectedDeploymentResults /Device /Architecture:x86
/ID:E8A3EFAC-201F-4E69-953-B2DAA1E8B1B6 Server:WDSServer1

WDSUTIL /Get-ExpectedDeploymentResults /Device /Architecture:x64 /Name:Computer1
/BootImage /Image:"WinPE boot image" /Architecture:x86

WDSUTIL /Get-ExpectedDeploymentResults /Device /Architecture:x86 /Name:Computer1
/BootImage /Image:"WinPE boot image" /Architecture:x86
/InstallImage /Image:"Windows 7 ULTIMATE" /ImageGroup:ImageGroup1

WDSUTIL /Get-ExpectedDeploymentResults /Device /Architecture:x64 /Name:Computer1
/BootImage /Image:"WinPE boot image" /Architecture:x64
/InstallImage /Image:"Windows 7 ULTIMATE" /ImageGroup:ImageGroup1
/Filename:install.wim /Login /User:Domain\User /Password:xyz123