I would like the option to delete users through the Lansweeper interface similar to how computers are deleted.
My idea is to have another tab with a list of all the users that have been scanned by Lansweeper. The options to "Delete the selected users", "Rename User", etc should be available.
As a workaround, I have been using the SQL code below in the Database Scripts tab to delete a specific user.
delete from tblADusers where tblADusers.Username = 'USERNAME'