Related Articles
SCOM 2016 RTM – What’s (REALLY) New
Up to the final release of SCOM 2016 it was not clear what will be within this box. There were even some surprises, like the new web console (almost) without Silverlight. I thought I will write a post, were I put all this information together and link it to blog post which I have previously […]
Quick Post – Import-SCOMManagementPack : The requested management pack is not valid. See inner exception for details.
I have seen in the forum there are some difficulties using the Import-SCOMManagementPack cmdlet for SCOM 2012. Some time ago I wrote a post about how to import multiple MPs using Import-SCOMManagementPack. If you try to import just one MP you might get a meaningless error in PowerShell like this…
Simple script which checks the modified time (hours) of a log file
Recently I had to monitor a backup log file. If the modification time stamp of the log file was later than at a certain time then SCOM should fire a warning. In my case if the file was modified later than at 05:00 o’clock (24-hour time notation) an alert should occur. There was no characteristic […]