Jul 4, 2017
While setting up a new Hyper-V failover cluster I got an error when trying to connect using the Hyper-V manager console: An error occurred while attempting to connect to server “[computername]”. Check that the Virtual Machine Management service is running...
Nov 29, 2013
I have been asked on my post about How to get some information on Bitlocker using VBScript and WMI? if I could provide a solution using Visual Basic. Here it is: [code lang=”vb”] Imports System.Management ‘Need to add System.Management reference to...
Dec 19, 2012
Last week I experienced some issues after installing Windows Management Framework 3.0 (KB2506143). I could not manage my Hyper-V Servers (the console kept saying there was no Hyper-V role installed on that server), group policies were not applied and WMI did not work....
Oct 5, 2011
Related to my last post about how to change BitLocker recovery password from an elevated command prompt here is how you can achieve the same result with vbScript and WMI. This script is from Microsoft TechNet: BitLocker Drive Encryption Operations Guide: Recovering...
Nov 7, 2010
When you have a look at my vbscript bitlocker post and try to use it on remote machines you may not get any results but an application eventlog entry similar to this one here: Event Source: WinMgmt Event ID: 5605 Access to the […] namespace was denied. The...
Recent Comments