Find the Host Machine a Hyper-V Virtual Machine is Running On
Here is a handy VBScript to remotely find the physical host server of a VM. ‘Prompts for VM name returns error if blankVMName = InputBox("Please Enter the VM Name","Enter VM Name"If VMName = ""...
View ArticleApp-V Sequencer Preparation Scripts
If you have ever sequenced an application using Microsoft App-V, then you should be aware that there are a few tasks that must be performed to the machine prior to sequencing. These include: creating a...
View ArticleUninstall Multiple Versions of an Application with One Script
I recently ran into a situation where I needed to uninstall Microsoft Office Live Meeting 2007 through SCCM. Normally this would not be an issue, but the environment I was working had multiple versions...
View ArticleVBScript Overflow Runtime Error Fixed
I recently ran into a problem while trying to write a DWORD registry value using the RegWrite method in a VBScript. When I tried to write the value “2705144907” I received the error message: Microsoft...
View ArticleLaunch Elevated Command From HTA
With a VBScript you can use the WScript object to check the state of a script and force it to load as elevated. Since the WScript object cannot be used in an HTA script, you cannot perform this same...
View Article