I'm baffled by this, as I can find no documentation on wether or not "Connect" or "Connection" is some kind of registered keyword for EventLog Sources.
I'm trying to create an EventLog Source called either "Connect" or "Connection" through PowerShell.
New-EventLog -LogName Application -Source Connect
No Errors.
Write-EventLog -LogName Application -EventId 1234 -Source Connect -Message "Test write"
No Errors.
But
My Eventlog is empty for any events with ID 1234 from the Source "Connect",
I've tried with an arbitrary Sourcename like "MyCustomConnectionSource" which worked fine - no errors given, but an actual EventLog entry is created.
I would like some clarification as to why "Connect"/"Connection" does not work at all. (If anybody actually knows this or it's another MS mystery to be solved)
Thanks in advance
Info: OS Version: Windows Server 2008 R2 Standard