LEARN with scripting TRAINING CREATE with SCRIPTING TOOLS SHARE in a COMMUNITY BUY Scripting Products

SAPIEN Solutions

SAPIEN homepage
SAPIEN Software
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

 

Posts Tagged ‘registry’

Techmentor Las Vegas ‘08

Saturday, October 25th, 2008 by Jeffery Hicks
If you didn't make it to Techmentor this year, you missed out on some great stuff. As promised, here are a collection of zip files with my conference demos. If you didn't make it to the show you are still welcome to download, although they may not all make sense to you out of context. I think I've gathered everything but if there as a particular demo you can't find, let me know and I'll either check my library or attempt to re-create it.   More »

Read Remote Registry Function

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 »

Remote Registry Reading the VBScript Way

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 »

Registry queries the easy way

Thursday, February 7th, 2008 by Jeffery Hicks
Another topic that I’ve seen resurface in the forums I frequent is reading remote registries. If you know exactly what you’re looking for it doesn’t get any easier than using REG.EXE from the command line. Here’s how to use it and a batch file ready for you to use.   More »

Got-PowerShell Revisited

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 »


Entries (RSS) and Comments (RSS).