Blog

Archive for the ‘VBScript Scripts’ Category

Writing VBScript that really runs in PowerShell

Tuesday, September 15th, 2009 by Alex Angelopoulos
It's quite possible to run traditional WSH script from the PowerShell console, and people have even directly hosted VBScript in PowerShell since 2004 using the Microsoft Script Control. However, you can go farther than just loading VBScript into an object in a PowerShell session and calling its methods. You can use VBScript – or any other Active Scripting language, for that matter – as a scripting language for PowerShell.   More »

Registry access from 32 to 64 bit and back

Tuesday, August 18th, 2009 by Alex Riedel
Just recently, I received an email asking how you can access the 64 bit registry from a 32 bit script, or vice versa. The task the individual was facing was to come up with a way to verify installed applications via checking the corresponding Windows Installer registry entries. For a C++ programmer with access to the API, that really is not a big issue. From VBScript, using only WshShell.RegRead that is a completely different story. A quick consult with some fellow script experts revealed that the only real way was using WMI and the StdRegProvider. The main complaint I heard…   More »

Attention User Groups

Thursday, August 13th, 2009 by Robert Morey
We are sending our CEO and CTO on tour! SAPIEN Technologies will be visiting a number of user groups within the US to meet and discuss ideas, present new exciting products and to get feedback from you, our customers and users. Of course we  will also sponsor those meetings with cool prizes and whatever goodies the airlines let us take along.   So if you belong to any VBScript, PowerShell or general System/Network Administrators users group, this is your chance to reserve a spot for your group to have one of the founders of SAPIEN speak at and sponsor one…   More »

“VBScript, WMI, and ADSI Unleashed” Samples

Sunday, March 23rd, 2008 by Don Jones
Download the ZIP file containing the sample scripts from this book by Don Jones.…   More »