cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ejensen
Engaged Sweeper III
Somehow I lost the recent domain controller events from the Event Log Summery page.

How can I get this back?
5 REPLIES 5
Hemoco
Lansweeper Alumni
Please contact us at support@lansweeper.com and provide us with the following:
- Screenshot of your web console landing page.
- Screenshot of the "Eventlog summary" page.
- Output of the report below.

Select Top 1000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Lastseen, tblComputers.Domain, tblntlogevent.Eventcode, tblntlogevent.Eventtype, tblntlogevent.Logfile, tblntlogevent.Sourcename, tblntlogevent.TimeGenerated From tblComputers Inner Join tblADComputers On tblComputers.Computername = tblADComputers.Computername Inner Join tblntlogevent On tblComputers.Computername = tblntlogevent.Computername Where tblADComputers.OU Like '%domain controller%' Order By tblntlogevent.TimeGenerated Desc


For easy reference, also include a link to this forum thread in your email.
ejensen
Engaged Sweeper III
Ok, so somehow i must have turned off the scanning of my domain controllers in the active scanning portion. What should I have everything set to in the active scanning configuration?
I have my domain in the active scanning domains box, and nothing in the other two boxes.
Hemoco
Lansweeper Alumni
Domain controller events that are no longer listed in the "Recent domain controller events" are either too old or have been deleted through your cleanup options.

You cannot easily change how the "Eventlog summary" page behaves. We do not support making manual changes to your Lansweeper installation, as these might break during upgrades.
ejensen
Engaged Sweeper III
thats nice, but how do i get it back on that event log summery page?
Hemoco
Lansweeper Alumni
Event log information can also be found in tblntlogevent within the Lansweeper report builder.

Sample report:
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblntlogevent.Eventcode, tblntlogevent.Eventtype,
tblntlogevent.Logfile, tblntlogevent.Sourcename, tblntlogevent.TimeGenerated
From tblComputers Inner Join
tblADComputers On tblComputers.Computername = tblADComputers.Computername
Inner Join
tblntlogevent On tblComputers.Computername = tblntlogevent.Computername
Where tblADComputers.OU Like '%domain controller%'
Order By tblntlogevent.TimeGenerated Desc