
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2011 05:03 PM
Somehow I lost the recent domain controller events from the Event Log Summery page.
How can I get this back?
How can I get this back?
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2011 10:37 AM
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.
For easy reference, also include a link to this forum thread in your email.
- 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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2011 08:38 PM
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.
I have my domain in the active scanning domains box, and nothing in the other two boxes.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2011 07:07 PM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2011 06:53 PM
thats nice, but how do i get it back on that event log summery page?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2011 05:10 PM
Event log information can also be found in tblntlogevent within the Lansweeper report builder.
Sample report:
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
