cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ismail
Engaged Sweeper II
Hi,

Looking for an SQL script that I can run through lsmanage.exe to delete multiple unwanted computers. Something like going to the
Computers tab on lsmanage.exe and clicking on a computer and then clicking permanently delete selected computers button. Any help would be appreciated.
1 ACCEPTED SOLUTION
Anonymous
Not applicable
To delete computers using SQL is something like:
DELETE FROM [tblComputers] WHERE Computer = 'computername'

View solution in original post

1 REPLY 1
Anonymous
Not applicable
To delete computers using SQL is something like:
DELETE FROM [tblComputers] WHERE Computer = 'computername'