Veeam is well known for their high quality management packs for VMWare and Hyper-V monitoring. There is also very detailed documentation around how to install and configure the management packs. One thing I am missing is the unattended installation of the Veeam Virtualization Extensions Service and Veeam Virtualization Extensions Web UI for Hyper-V management pack […]
System Center
SCOM 2016 – Start-SCOMAgentMaintenanceMode PowerShell Way
In SCOM 2016 there is a new way to set maintenance mode on your agent machine itself. Microsoft released a module to set the maintenance mode on the agent server itself. It uses a library (MaintenanceMode.dll) to set maintenance mode parameters on your monitored server. This DLL can be found in the C:\Program Files\Microsoft Monitoring […]
SCOM 2016 – Preview 1711 What’s new?
You might have heard that Microsoft is switching to a semi-annual channel for Windows Server and System Center. If you have no clue what this is or what it means then read this post from June 2017. In short, it means that every half year, Microsoft will release new updates for your System Center / […]
SMA – Cannot create unkown type ‘{clr-namespace:Microsoft. PowerShell. DyncamicActivities} Activity_xxxxxxxxx_Nested’
I have done many projects using Service Management Automation and PowerShell. One specific error I haven’t seen so far in the job exception of the SMA runbook is this…
Quick Post – SCOM 2016 Upgrade Notes
During my Discussion Panel: Monitoring, Insights & Analytics together with my buddy MVP Kevin Greene at Experts Live Europe in Berlin, we mostly spent time discussing concerns about upgrading to SCOM 2016. A lot attendees were interested what are possible pitfalls, what are the experiences from the field and what is possibly the best upgrade […]
Experts Live Europe – Speaker
Once more I am very excited to be part of one of the best IT conferences in Europe – Experts Live Europe. The 3 conference days are taking place from August 23 – 25 in the Berlin Congress Center in Berlin Germany and will bring together the Microsoft IT Pro Community from all over the […]
SCOM – Certificate Missing Enhanced Key Usage EventID 20050
If you want to monitor a server which does not belong to a domain you need to use a certificate, which has special requirements. You will find many posts how to handle SCOM certificates using a Microsoft PKI on the internet. An example is the detailed post from Tyson Paul. One of the essential requirements […]
SCOM 2016 – Upgrade Notes from the Field
Upgrading from SCOM 2012 R2 to SCOM 2016 is theoretically no such big deal. BUT sometimes you could face issues at the customer’s infrastructure, which force you to take some extra hurdle. This post should give you a high level overview of different migration scenarios and additionally some pitfalls you could meet upgrading to SCOM […]
SCOM 2016 – System.Data.SqlClient. SqlException, Exception Error Code: 0x80131904 Login failed for user
Sometimes there are things you won’t understand. I tried to install a new SCOM 2016 management server in a virgin Azure VM (Windows Server 2016). The necessary SQL Server 2016 was placed on another Azure VM (Windows Server 2016). Well this is nothing special and I have installed SCOM a gazillion times, BUT now I […]
WAP – Get Windows Azure Pack Websites via PowerShell
Windows Azure Pack was Microsoft’s first attempt to bring Azure into your on-premise datacenter. The things you can do with it are limited to IaaS VM, PaaS databases and PaaS websites. In addition there is Service Bus and some networking part which is necessary for the IaaS / PaaS services. Of course there are other […]