
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2010 02:37 PM
What type of access the lansweeper account requires for Active Directory. I am not comfortable giving domain admin access.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2010 12:05 PM
I used a simple GPO startup/shutdown script for a custom domain user created with an extremely tough password:
add_username_to_localadmins.cmd
And also I had to manually add them to the servers (not to reboot).
You might also wish to use psexec.exe :
add_username_to_localadmins.cmd
net localgroup LocalAdministratorsGroupLocalisedInYourLanguage /add your.domain.name\username
net localgroup Administrators /add your.domain.name\username
And also I had to manually add them to the servers (not to reboot).
You might also wish to use psexec.exe :
psexec \\* -n 5 -s -d net localgroup Administrators /add your.domain.name\username

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2010 06:14 PM
It only needs to read AD, I don't have that user as a domain admin either. The LS account must be admin os the server where it runs the service, and administrator of the computers to scan.
