cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tebrodrick
Engaged Sweeper
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?
3 REPLIES 3
Hemoco
Lansweeper Alumni
Some basic sql knowledge is needed before you try this.

In the configuration console go to "database scripts" and enter the sql code.
tebrodrick
Engaged Sweeper
Sweet!
What's a sqlscript?
Hemoco
Lansweeper Alumni
Easiest way would be to create a sqlscript:

delete from tbladusers where userdomain='yourdomain'