Archive for the ‘VBScript Scripts’ Category
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 »
Tags: pipeline, powershell, VBScript, Windows PowerShell
Posted in General, Howto, VBScript, VBScript Scripts, Windows PowerShell | 1 Comment »
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 »
Tags: 32 bit, 64 bit, com, PrimalScript, registry, remote, VBScript
Posted in Howto, PrimalScript, Software News, VBScript, VBScript Scripts, Windows Scripting News | Comments Off
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 »
Tags: PrimalScript, SAPIEN, User Groups, VBScript, Windows Administrator, Windows PowerShell
Posted in Ask the Experts, Community Tools, Free Tools, General, PrimalScript, VBScript, VBScript Scripts, Windows PowerShell, Windows Scripting News | Comments Off
Sunday, March 23rd, 2008 by Don Jones
Download the ZIP file containing the sample scripts from this book by Don Jones.…  
More »
Tags: ADSI, don jones, scripts, VBScript, wmi
Posted in Books and Training, General, VBScript Scripts | Comments Off