I am pleased to announce the release of the OZORegistry PowerShell module. This module provides registry management functions.
Simple Functions
Convert-OZORegistryPath
converts a registry string from one format to another.Read-OZORegistryKeyNameValue
is a simple function for returning the value from a single registry key name.Read-OZORegistryKeyNameType
is a simple function for returning the data type from a single registry key name.Write-OZORegistryKeyNameValue
is a simple function for adding or updating the value for a single registry key name.
Advanced Functions
Get-OZORegistryKey
returns anOZORegistryKey
object that represents a registry key (whether existing or not). The resulting object contains methods for reading, adding, updating, and removing key values; and a method for processing (writing) the changes to the registry. This function (and resulting object) is the most robust and flexible use of this module.
For installation and usage, please see README.md. You can find a link to this script and others in our Publication Catalog.