
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2010 07:04 AM
Hi ,
I am using Lansweeper 4.0.0.27 , premium version. SInce active scaaning is enbaled, the entire doamin is scanned and reported. Now i put the custom Ou details . But i need to delete the scanned objects which are out of this OU with a single attempt . How can i delete those objects ? Its a huge no too.
Please help
I am using Lansweeper 4.0.0.27 , premium version. SInce active scaaning is enbaled, the entire doamin is scanned and reported. Now i put the custom Ou details . But i need to delete the scanned objects which are out of this OU with a single attempt . How can i delete those objects ? Its a huge no too.
Please help
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2010 07:07 PM
You can try this (not that I haven't tested it)
DELETE FROM dbo.tblComputers where computername in (select computername from tbladcomputers where ou='yourou')

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2010 06:55 AM
I am aware about that option but i need to delete thousands which is not possible through this way since it has a limitaion based on the page view. Can we have some method which can delete the computer objects other than the specified OU or Active directory site ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2010 06:43 AM
You can delete computers from the configuration tool.
You can select multiple computers with CTRL / SHIFT
You can select multiple computers with CTRL / SHIFT
