Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2010 07:14 PM
We renamed our domain a few weeks ago (Microsoft rendom.exe). I changed the domain credentials in Lansweeper, and it has updated all computers in the system to the new domain, but each user is now represented by username.olddomain and username.newdomain.
Is there anyway to purge the 505 old users from the system?
Is there anyway to purge the 505 old users from the system?
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2010 09:23 PM
Some basic sql knowledge is needed before you try this.
In the configuration console go to "database scripts" and enter the sql code.
In the configuration console go to "database scripts" and enter the sql code.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2010 06:11 PM
Sweet!
What's a sqlscript?
What's a sqlscript?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2010 01:04 PM
Easiest way would be to create a sqlscript:
delete from tbladusers where userdomain='yourdomain'
delete from tbladusers where userdomain='yourdomain'