text
stringlengths
0
4.23k
[/Filename:<File name>]
Specifies the name of the file that contains the image. If the image cannot be uniquely identified by name, you must use this option to specify the file name.
Examples
To start a multicast transmission, type one of the following:
wdsutil /start-MulticastTransmissiomedia:Vista with Office
/Imagetype:Install
wdsutil /start-MulticastTransmission /Server:MyWDSServemedia:Vista with Officemediatype:InstalmediaGroup:ImageGroup1 /Filename:install.wim
To start a boot image multicast transmission for Windows Server 2008 R2, type:
wdsutil /start-MulticastTransmission /Server:MyWDSServemedia:X64 Boot Imagemediatype:Boot /Architecture:x64
/Filename:boot.wim\n\
wdsutil start-namespace
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Starts a Scheduled-Cast namespace.
Syntax
wdsutil /start-Namespace /Namespace:<Namespace name[/Server:<Server name>]
Parameters
Parameter
Description
/Namespace:<Namespace name>
Specifies the name of the namespace. Note that this is not the friendly name, and it must be unique.- Deployment Server: The syntax for namespace name is /Namspace:WDS:<Image group>/<Image name>/<Index>. For example: WDS:ImageGroup1/install.wim/1- Transport Server: This name must match the name given to the namespace when it was created on the server.
[/Server:<Server name>]
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 will be used.
- Deployment Server: The syntax for namespace name is /Namspace:WDS:<Image group>/<Image name>/<Index>. For example: WDS:ImageGroup1/install.wim/1- Transport Server: This name must match the name given to the namespace when it was created on the server.
Examples
To start a namespace, type one of the following:
wdsutil /start-Namespace /Namespace:Custom Auto 1
wdsutil /start-Namespace /Server:MyWDSServer /Namespace:Custom Auto 1
wdsutil start-server
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Starts all services for a Windows Deployment Services server.
Syntax
wdsutil [Options] /start-Server [/Server:<Server name>]
Parameters
Parameter
Description
[/Server:<Server name>]
Specifies the name of the server to be started. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used.
Examples
To start the server, type one of the following:
wdsutil /start-Server
wdsutil /verbose /start-Server /Server:MyWDSServer
wdsutil start-transportserver
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Starts all services for a Transport Server.
Syntax
wdsutil [Options] /start-TransportServer [/Server:<Server name>]
Parameters
Parameter
Description
[/Server:<Server name>]
Specifies the name of the Transport Server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used.
Examples
To start the server, type one of the following:
wdsutil /start-TransportServer
wdsutil /verbose /start-TransportServer /Server:MyWDSServer
wdsutil stop-server
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Stops all services on a Windows Deployment Services server.
Syntax
wdsutil [Options] /Stop-Server [/Server:<Server name>]