Hello everyone,
I am using Windows Server 2003 x64 + VSTS 2008 + .Net 3.5 + C#, the API EventLog.CreateEventSource has two parameters, source and logName.
I have two questions,
- How to call function EventLog.CreateEventSource from PowerShell?
- What are the meanings of parameter source and logName? How their values are reflected in Windows event viewer?
thanks in advance, George