cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
STEINER
Engaged Sweeper
Premium owner. Need some help adding machines (scanning) that aren't apart of the domain. The connection test from lansweeper server passes everything but Remote WMI access. Message Access denied. Checked the WMI service it is running, ran dcomcnfg and looks good. Obviously the credentials are not correct as the user that is running the lansweeper service is a domain users, thus not a member of the locally intalled users on the remote system in it's own workgroup. Anyway around this? Odd thing is, some remote systems in their own workgroup were scanned fine. Thanks in advance for any help!
3 REPLIES 3
mbonal
Engaged Sweeper III
Simple go to the dbo.tblComputers in SQL and change teh NULL value to a Workgroup Value or anything you so desire. The ASP code doesn't allow for NULL so you will get an error.
Hemoco
Lansweeper Alumni
mbonal wrote:
Simple go to the dbo.tblComputers in SQL and change teh NULL value to a Workgroup Value or anything you so desire. The ASP code doesn't allow for NULL so you will get an error.

With the latest lsclient you don't need to do this anymore, "unknown" is send to the server instead of the domain.
Hemoco
Lansweeper Alumni
A workgroup or non-domain is not supported, but in NT4 the following trick worked : use the same username and password on the client.