Description: Configures a WDS server for initial use after the WDS server role has been installed. You should only initialize ...

Description: Configures a WDS server for initial use after the WDS server
             role has been installed. You should only initialize the server
             once. After you initialize the server, add images to the server
             using the /Add command.

Syntax:
WDSUTIL [Options] /Initialize-Server [/Server:]
     /RemInst: [/Authorize]

[/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.
/RemInst                The full path and name of the RemoteInstall folder.
                        If the folder does not exist, it will be created.
                        You must enter the location in local form,
                        even when managing a remote computer.
                        For example, "D:
emoteInstall"
[/Authorize]            Authorizes the server in DHCP. This step is only
                        necessary if DHCP rogue detection is enabled
                        (it is disabled by default), meaning the WDS PXE
                        server must be authorized in DHCP in order to
                        service clients.


EXAMPLES:
---------
WDSUTIL /Initialize-Server /REMINST:"F:
emoteInstall"

WDSUTIL /Verbose /Progress /Initialize-Server /Server:MyWDSServer
/REMINST:"C:
emoteInstall"