Delete one Client per cmd

(imported topic written by var91)

Hi,

is it possible to remove one computer per commandline. In the console it works fine, but there are any syntax to do this per cmd.

The “BESComputerRemover.exe” only delete duplicated Clients. I want to delete only one in a script.

There are any opportunities??

Thnaks Andi

(imported comment written by BenKus)

I don’t think we have any commandline tool that deletes a single computer… but I suppose you could write one using Osql -E and the delete_computer stored procedure…

Ben