delete-AutoAddDevices Command In Windows Server 2008

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

Introduction

In this we deletes computers that are pending, rejected, or approved from the Auto-Add database and this type of database stores information about these computers on the server.

Syntax

 

WDSUTIL /Delete-AutoAddDevices [/Server:<Server name>] /DeviceType:{PendingDevices | RejectedDevices |ApprovedDevices}


 

 Parameter  Description
 [/Server:<Server name>] It specifies the name of the server. 
 /DeviceType:{PendingDevices | RejectedDevices |ApprovedDevices} It specifies the type of computer to delete from the database.


Example

WDSUTIL /Delete-AutoAddDevices /DeviceType:RejectedDevices

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.