Common Parameters: /Server: The name of the Windows Deployment Services server that contains the file. This can be either ...

Common Parameters:
/Server:             The name of the Windows Deployment
                                  Services server that contains the 
                                  file. This can be either the
                                  NetBIOS name or the FQDN.
/Namespace:            For Transport Server:
                                  Syntax: /Namespace:
                                  The namespace value must match the name
                                  used to create the namespace. This is not
                                  the friendly name, and it must be unique.
                                  For Deployment Server:
                                  Syntax: /Namespace:WDS:/
                                          /
                                  For example: WDS:ImageGroup1/install.wim/1
                                  Note: To view all namespaces, run 
                                  WDSUTIL /get-allnamespaces.
[/Username:] The credentials with which to connect
                                  to the server. This must be in one of
                                  the following formats: Domain\User
                                  or user@domain. If not specified, the current
                                  user's credentials will be used.
[/Password:]            The password of the user. If not specified,
                                  you will be prompted to enter it.
/SourceFile:       Path to the name of the file to be
                                  transferred, relative to the directory
                                  specified in the /ConfigString path
                                  of the namespace. For example, if you 
                                  specified WDSUTIL /New-Namespace
                                  /ConfigString:C:
emoteInstall\Images,
                                  specify /SourceFile:ImageGroup\install.wim.
/Buffer:       Specifies a download buffer size in
                                  megabytes. If this is not specified, a buffer
                                  size will be chosen that should aggressively
                                  optimize throughput.
[/Verbose]                        Displays verbose output for the specified 
                                  command.
[/Progress]                       Displays progress while the command is 
                                  being executed.
[/Trace:           Records diagnostic tracing information in
                                  the specified file while the command is
                                  being executed. If a file with the same
                                  name already exists, it is overwritten.