Posts Tagged ‘remote’
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…  
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, February 14th, 2008 by Jeffery Hicks
Hopefully you found my last entry valuable. But I always like to take things a step further, especially when it comes to scripting and automation. So I turned my last script into a function that returns the value of a specified registry key
 
More »
Tags: array, csv, HKLM, registry, remote, scripting, StdRegProv, VBScript, wmi
Posted in VBScript | Comments Off
Monday, February 11th, 2008 by Jeffery Hicks
Last week I blogged about using REG.EXE in a batch file to read a registry key. The batch file I provided works, but the output is limited. You could probably parse it a bit more to get it in some other format. But I’d probably turn to VBScript and WMI if I wanted better output control or if I had more complicated needs.
 
More »
Tags: HKLM, registry, remote, scripting, StdRegProv, VBScript, wmi
Posted in VBScript | 7 Comments »
Monday, January 28th, 2008 by Jeffery Hicks
Last week I showed a PowerShell function that used WMI to remotely query a machine to determine if PowerShell was installed. Well, like most things Microsoft there’s often more than one way to accomplish a task. Here is a different version of essentially the same function. This version, however, uses the .NET framework and the Microsoft.Win32.Registry class.
 
More »
Tags: powershell, registry, remote, Win32, wmi
Posted in Windows PowerShell | 2 Comments »