Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.85 KB

wdsutil-uninitialize-server.md

File metadata and controls

41 lines (36 loc) · 1.85 KB
title description ms.topic ms.assetid ms.author author manager ms.date
wdsutil uninitialize-server
Reference article for uninitialize-Server, which reverts changes made to the server during the initial server configuration.
reference
015efb04-fe84-469f-bd81-49d0046296b2
jgerend
JasonGerend
mtillman
10/16/2017

wdsutil uninitialize-server

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Reverts changes made to the server during the initial server configuration. This includes changes made by either the /initialize-server option or the Windows Deployment Services mmc snap-in. Note that this command resets the server to an unconfigured state. This command does not modify the contents of the remoteInstall shared folder. Rather, it resets the server's state so that you can reinitialize the server.

Syntax

wdsutil [Options] /Uninitialize-Server [/Server:<Server name>]

Parameters

Parameter Description
[/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.

Examples

To reinitialize the server, type one of the following:

wdsutil /Uninitialize-Server
wdsutil /verbose /Uninitialize-Server /Server:MyWDSServer

Related links