About two years ago I wrote a Stand alone registry functions library to help managing Windows Registry on local or remote computers. Now that PowerShell 2.0 has released, I’ve taken the time to convert the library to Advanced Functions and now they are part of a PowerShell module . The big improvement in the functions, beside the richness of PowerShell 2.0 features used in the module ( support for Common Parameters , Comment Based Help and declaring a function that acts similar to a compiled...
EDIT [15/01/2010] A newer version of this library is available for PowerShell 2.0. The following file (also included below) contains 20 stand alone registry functions to Read,Write,Delete,Test registry keys/values from local or remote computer. Here's a list of the functions: Get-RegBinary Get-RegDWord Get-RegDefault Get-RegExpandString Get-RegMultipleString Get-RegQuadWord Get-RegString Get-RegValueKind New-RegSubKey Remove-RegSubKey Remove-RegSubKeyTree Set-RegBinary Set-RegDWord...