-
Event 4211 on SQL Sever 2016 (MSSQL 2016: Monitoring failed)
So today I installed a new SCOM Environment and immediately after installing the SQL 2016 Management Pack the event log was littered with 4211 Errors and triggered the Alert Rule: MSSQL 2016: Monitoring failed. In the Operations Manager Event Log there was a lot of varied 4211 errors.
-
Creating an Windows Event Log Event using PowerShell (Higher than Event ID 1000)
If you want to log a test event to the Windows Event Log, you can do this many ways. But some tools only allow you to create events that are up to Event ID 1000. So if you want to create an event log entry with a number higher than that, you can use Windows […]