
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2013 09:49 PM
Upgraded to version 5 yesterday. All went pretty well. Only glitch that's sticking out is the domain user scanning listed my entire AD forest instead of just my local OU. So I now have info for 10000 users and their associated OUs instead of the 2000 that belong to me.
Haven't been able to find the way to prune those out.
Haven't been able to find the way to prune those out.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2013 06:11 PM
- Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts and replace YourDomain with the NetBIOS name of the domain whose users you want to purge.
- Check which OUs you've submitted for Domain User Scanning, under Configuration/Scanning Setup/Scanning Methods.
delete from tblADusers where userdomain = 'YourDomain'
- Check which OUs you've submitted for Domain User Scanning, under Configuration/Scanning Setup/Scanning Methods.
