initialize-Server Command In Windows Server 2008

In this article I am going to explain about initialize-Server Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3153

Introduction

In this we configures a Windows Deployment Services server for initial use after the server role has been installed.

Syntax
 

WDSUTIL /Initialize-Server [/Server:<Server name>] /RemInst:<Full path> [/Authorize]


 Parameter  Description
[/Server:<Server name>] It specifies the name of the server.
/RemInst:"<Full path>" It specifies the full path and name of the Remote Install folder.
[/Authorize] In this we authorizes the server in Dynamic Host Control Protocol.


Example

WDSUTIL /Initialize-Server /RemInst:"F:\RemoteInstall"

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.