
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2010 10:40 PM
I'm running 4.0 RC1.
When clicking on the User OU Overview, I see a treeview that includes my Hosts/Computer/Server OUs. Is there a reason for that? That creates rogue accounts shown as MachineName$ everywhere. The Computer OU overview doesn't show the same behavior though.
Thanks for your help.
Solved! Go to Solution.
- Labels:
-
General Discussion

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:17 PM
physh wrote:
ADsite, yes.
If this field is filled in then the information is send by lsclient.
I'm guessing you don't run it in a login script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:43 PM
DELETE FROM tblADusers
Where tblADusers.Username Like '%$';
I will monitor the database in the next few days.
dank u

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:24 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:30 PM
physh wrote:
Is there any way to avoid this and clean the database?
Avoid: run lsclient in a user login script.
Delete everything in table tbladusers to clean up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:15 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:17 PM
physh wrote:
ADsite, yes.
If this field is filled in then the information is send by lsclient.
I'm guessing you don't run it in a login script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:10 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:08 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 07:57 PM
These are not strictly speaking but hidden pseudo user accounts used by AD to communicate with the computers. You are almost never supposed to see those, that's why they end up with "$". I would really really like to clear these up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2010 08:04 PM
physh wrote:
what is the logged on users table?
tblCPlogoninfo
