Tagged Questions
1
vote
0answers
61 views
Strange EventLog Behaviour on Windows Server 2008 R2
I'm using some very simple C# code to monitor the security event log of a domain controller 'live', so that I can capture account lockout events as they happen.
I have code that worked on 2003, but ...
0
votes
1answer
163 views
NT Eventlog single message size
Can anybody tell me what is maximum size of a windows NT log message? I know that it is possible to reset the maximum log size of event log from 32 MB. I am interested about the memory a single ...
0
votes
0answers
285 views
Monitoring active directory for log on/off events
Does anyone know of a good way to monitor Active directory logon/off events. The solution should work for both Windows 2003 server and Windows 2008 server editions. I am looking for a solution that is ...
1
vote
1answer
1k views
Windows Server 2008 Task Scheduler: Trigger XML Syntax for email notification task isn't triggering based on failure events from another task
Scenarios I need to solve with task scheduler in Windows Server 2008:
(#1) task A tries to run a program > task A succeeds and runs the exe file > task B looks at events of task A and emails ...
0
votes
2answers
641 views
IP address shows as a hyphen for failed remote desktop connections in Event Log
I am trying to figure out why failed remote desktop connections (from Windows remote desktop) show the client ip address as a hyphen. Here is the event log I get when I type the wrong password for an ...
0
votes
1answer
292 views
Local System account event log permissions
Does anybody know of a way I can check what permissions the Local System account has with the Application event log? There is no CustomSD at ...
0
votes
0answers
231 views
Missing Application Logs in Event Viewer, Windows 2008 [closed]
We seem to be missing application logs in event viewer. The log just shows 0 messages. I came across some information attributing this issue to corrupted log files, I cleared the log but the issue is ...
0
votes
0answers
168 views
How to stop Asp.net from writing to event log
Not sure if this question belongs to here or serverfault but here you go.
Is it possible to stop asp.net writing event logs? I am already using elmah to log errors anyway
0
votes
1answer
965 views
Server 2008 EventLog levels
Pre-2008 event log entries (of type EVENTLOGRECORD) had an EventType member that could be EVENTLOG_ERROR_TYPE, EVENTLOG_AUDIT_FAILURE, etc.
Since Vista, now there are Level and Keyword values instead ...
0
votes
1answer
597 views
How do I create a new log in the Event Viewer with Command Prompt? (Windows Server 2008)
I'm looking for a way to create a new log in the Windows Event Viewer. With eventcreate, I can create an event for a certain log and source, but if I give a non existing log name, I get an error ...
4
votes
2answers
3k views
Event Logging in C# on Windows 7/ 2008 Server
i am trying to make an event logger for my cmd line application. However I get this error when it tries to create the log for the first time.
The source was not found, but some or
all event logs ...
2
votes
1answer
1k views
How to collect the new “Applications and Services Logs” found on Windows 7 or Windows Server 2008 using WMI?
In Windows Server 2008 and Windows 7 there are new Events categorized under "Applications and Services Logs". There is also a subfolder called Microsoft which has tons of subfolders as well.
Is there ...
1
vote
1answer
371 views
RegisterEventSource returns NULL, error code is zero
Sometimes when I call RegisterEventSource(), it returns NULL. GetLastError() returns 0.
The event log is on a remote machine in the same domain, and the user is an admin in the domain. This happens ...
