reject-AutoAddDevices Command In Windows Server 2008

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


Introduction

In this we rejects computers that are pending administrative approval and when the Auto-Add policy is enabled, administrative approval is required before unknown computers can install an image.

Syntax
 

WDSUTIL [Options] /Reject-AutoAddDevices [/Server:<Server name>] /RequestId:<Request ID or ALL>

 

 Parameter  Description
 [/Server:<Server name>] It specifies the name of the server.
/RequestId:<Request ID | ALL> It specifies the request ID assigned to the pending computer.


Example

WDSUTIL /Verbose /Reject-AutoAddDevices /Server:MyWDSServer /RequestId:ALL

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.