by Norman Bauer | Jul 4, 2017 | Hyper-V, WMI
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...
by Norman Bauer | Nov 29, 2013 | BitLocker, VB, WMI
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...
by Norman Bauer | Dec 19, 2012 | Exchange Server, Group Policies, Hyper-V, SC Configuration Manager, Sharepoint Server, Virtual Machine Manager, WMI
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....
by Norman Bauer | Oct 5, 2011 | BitLocker, Environment, VBScript, WMI
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...
by Norman Bauer | Nov 7, 2010 | VBScript, WMI
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