Fun with AVMA

Fun with AVMA

Recently I ran into a situation where I had to spin up new VMs. The issue: How do you activate multiple VMs without running into licensing issues? The solution: Automatic Virtual Machine Activation (AVMA). Here I describe my fun with AVMA. Turns out that the host...
Where Are My IIS Logs?

Where Are My IIS Logs?

Recently I answered a forum post about troubleshooting hardware (HW) inventory from a client PC into the ConfigMgr database by pointing them to a blog post I wrote back in 2013. In that blog post under the heading, Phase 2 – MP Server, I say to locate your IIS logs on...
How to Use WMIC

How to Use WMIC

In yesterday’s Why WMIC is Useful!, I talked about using Windows Management Instrumentation Command-line (WMIC) to troubleshoot WMI issues. I need to user WMIC to troubleshoot a x86 problem on a x64 computer. You might think that Wbemtest would be the tool to use but...