cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mrmcfu
Engaged Sweeper
Under configuration browser, user info, it also lists the AD Site. However, it only seems to do this if the lsclient.exe is run from the local computer to be scanned.

I am curious as to where this information is being pulled and why it is only seen when the client is run.

Thanks,
MrMcFu
7 REPLIES 7
rveasey1
Engaged Sweeper
I just upgrade to the premium verison and not all of the AD info is being filled in.
I missing the Description:, Location:, and Company fields. Anyhelp would be helpful. Also is their a Admin guide to the Configuration setting.
Hemoco
Lansweeper Alumni
rveasey wrote:
I just upgrade to the premium verison and not all of the AD info is being filled in.
I missing the Description:, Location:, and Company fields. Anyhelp would be helpful. Also is their a Admin guide to the Configuration setting.


Are the computers already rescanned since you upgraded to premium?

You can download the documentation from http://www.lansweeper.com/download.aspx
Hemoco
Lansweeper Alumni
FYI:

Lsclient gets it's information from the same registry key
mrmcfu
Engaged Sweeper
Thanks for the advice - I ended up putting my lsclient GPO back on and it's giving me what I needed. I'm trying to avoid registry scans if possible due to the latency with some of our remote sites.

I'll keep this around though and make a note of it.
AdmJLovejoy
Champion Sweeper
Try this and see if it helps...

Add this reg key in the configurator to be scanned...
HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DynamicSiteName

Create this report....

Select tblComputers.Computername, tblADComputers.Location As Location,
tblRegistry.Value As [AD Site], tblComputers.Domain,
tblOperatingsystem.Caption As [OS Version], tblComputers.LastknownIP,
tblComputers.Lastseen As [Last Seen]
From dbo.tblComputersystem Right Join
tblComputers On tblComputers.Computername = dbo.tblComputersystem.Computername
Left Join
tblRegistry On dbo.tblComputers.Computername = tblRegistry.Computername And
tblRegistry.Valuename = 'DynamicSiteName' Left Join
tblOperatingsystem On dbo.tblComputers.Computername =
tblOperatingsystem.Computername Left Join
tblADComputers On tblComputers.Computername = tblADComputers.Computername
Thanks, Jim Lovejoy __________________________________________________________________________________________________ James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
mrmcfu
Engaged Sweeper
Thanks. Any plans to populate this with Active Scan on the next version?
Hemoco
Lansweeper Alumni
This information is send by lsclient to the server.
It's pulled from the registry.