PSRegistry

2.0.0

Module for managing registry keys and properties.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSRegistry

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSRegistry

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 MartinGC94. All rights reserved.

Package Details

Author(s)

  • MartinGC94

Tags

Registry Reg

Cmdlets

Add-RegKeyProperty Copy-RegKey Dismount-RegHive Get-RegKey Mount-RegHive New-RegKey Remove-RegKey Remove-RegKeyProperty Rename-RegKey

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

2.0.0:
   cmdlet changes:
       New cmdlet: Rename-RegKey
       Modified cmdlet: Get-RegKey - The "Property" property has been renamed to "Properties" in the output and the type is now a Dictionary instead of an array.
       Modified cmdlet: Add-RegKeyProperty - The conversion logic has been modified to take PSObjects into account and now supports any collection type that implements IList.
       Modified cmdlet: Copy-RegKey - New "DestinationKeyRights" parameter to explicitly set the RegistryRights if needed. Default behavior is now to use the same RegistryRights used to open the source key.
   Error changes:
       Error categories that were previously "NotSpecified" will now be more specific.
       Some exceptions have been updated with more helpful descriptions.
   Compatibility changes:
       The module now supports Powershell 7+
       The minimum .NET framework version has been lowered to 4.6.2 to match the inbox version of Windows Server 2016.
   Other changes:
       Argument transformers have been updated to be more lenient in input types. The RegKey transformers have been updated to use as few permissions as possible for each command.
       The RegistryProperty type has been updated with a new ToString method that shows the valuekind and value.
       Help files have been updated with more examples.
1.0.0.0:
Initial release

FileList

Version History

Version Downloads Last updated
2.0.0 (current version) 5,352 10/21/2021
1.0.0.0 362 12/15/2020