
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2010 09:51 AM
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.
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.
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2010 03:52 PM
To delete computers using SQL is something like:
DELETE FROM [tblComputers] WHERE Computer = 'computername'
1 REPLY 1

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2010 03:52 PM
To delete computers using SQL is something like:
DELETE FROM [tblComputers] WHERE Computer = 'computername'
