I've installed the latest version on a Windows Server 2003 server with the database on a backend database server. the script is:
Set WshShell = CreateObject("WScript.Shell")
WshShell.run "%logonserver%\netlogon\lansweeper\lsclient.exe servername",0
When run on my pc(I have domain admin), my pc showed up.
When run on a system admin through grouop policy, after a reboot, the wscript ran and his pc added.
When run on a normal user without admin privileges, nothing shows up. The script shows up under gpresult so it is being applied.
This was previously on a VMware server and it worked fine on there without making any changes.
Are there any special ports that need to be opened up to users or access given to any folders? As a domain admin, we have carte blanche to everything but running monitoring on the ip address of the normal computer and just trying to run the script itself only shows it trying to use port 80 to get to the server which is leaving me at a loss. It feels like a permissions issue somehow but I can't see who or what would need to change. Any help would be greatly appreciated.
also, this script is the exact same as from the vm server. all I did was change the servername.