Enable Nested Virtualization in Hyper-V

enable nested virtualization

One of my favorite new features added in Hyper-V 2016, was nested virtualization. Nested virtualization is a great feature for labs or demo environments, but also Hyper-V containers. It’s also useful for running the Azure Stack Development Kit. I’ll show you how you can quickly enable nested virtualization in Hyper-v using Powershell. Note, the only …

Read more

Automate Windows Service Monitors in SCOM

SCOM

Monitoring Windows services in SCOM is a vital part of any SCOM deployment. In this post I will show you how you can automate the creation of SCOM windows service monitors. The first thing you’ll need is Tao Yang’s OpsMgr SDK which I initially spoke about here. The next thing you’ll need is, is the …

Read more

Replace Backslash in variable with Powershell

Sometimes when we automate things, some technologies don’t play nice with characters we’ve gotten from a different technology. Case in point, my recent post about documenting your SCOM Distributed Applications, I found a test case where a user entered a backslash in the name of a Distributed Application. When Powershell was trying to enter this …

Read more

Podcast: Shadow IT

I was recently on the Defrag This Podcast with Adam Fowler discussing problems and solutions to shadow IT. Some items we discussed were related to how and why shadow IT pops up. One of my answers was related simply to IT staff turnover or being understaffed. I worked at a company that did a reduction …

Read more

Using SCOM via RDP with High DPI Monitors

During my upgrade SCOM 2016 to 1801 post I noted that there may be a bug with the UI in 1801. Turns out it is a bug, but not with SCOM per-se. The issue is using high DPI screens, like the 4k monitors I use, in RDP sessions. What’s interesting is you can see the …

Read more