WinRegOps

A PowerShell extension of Microsoft.Win32.RegistryKey for local and remote registry management

MIT License

Stars
3

Bot releases are visible (Hide)

WinRegOps - v0.4.0-preview0001 Latest Release

Published by LarryWisherMan about 1 month ago

[v0.4.0-preview0001]

Added

  • Get-RegistrySubKey to replace Open-RegistrySubKey. This implementation follows
    the .net class better

Fixed

  • Error Handling for [System.Security.SecurityException] in Open-RegistryKey

Changed

  • Get-RegistrySubKey includes an alias for Open-RegistrySubKey to for compatibility
WinRegOps - v0.3.0

Published by LarryWisherMan about 1 month ago

[v0.3.0]

Added

  • Added module icon and Psd1 private data
  • Quality Tests for functions and comment based help

Changed

  • Updated Icon png
  • Changed WisherTools.Helpers to a RequiredModule module vs a nested module
WinRegOps - v0.3.0-preview0004

Published by LarryWisherMan about 1 month ago

[v0.3.0-preview0004]

Added

  • Added module icon and Psd1 private data
  • Quality Tests for functions and comment based help

Changed

  • Updated Icon png
  • Changed WisherTools.Helpers to a RequiredModule module vs a nested module
WinRegOps - v0.3.0-preview0003

Published by LarryWisherMan about 1 month ago

[v0.3.0-preview0003]

Added

  • Added module icon and Psd1 private data

Changed

  • Updated Icon png
  • Changed WisherTools.Helpers to a RequiredModule module vs a nested module
WinRegOps - v0.3.0-preview0002

Published by LarryWisherMan about 1 month ago

[v0.3.0-preview0002]

Added

  • Added module icon and Psd1 private data

Changed

  • Updated Icon png
WinRegOps - v0.3.0-preview0001

Published by LarryWisherMan about 1 month ago

[v0.3.0-preview0001]

Added

  • Added module icon and Psd1 private data
WinRegOps - v0.2.0

Published by LarryWisherMan about 1 month ago

[v0.2.0]

Added

  • Added core functions
  • Added comment-based help to all public functions in the WinRegOps module for improved usability:
    • Backup-RegistryKey
    • Export-RegistryKey
    • Get-RegistryValue
    • Open-RegistryKey
    • Open-RegistrySubKey
    • Remove-RegistrySubKey
  • Added unit test skeletons for all public functions in the WinRegOps

Changed

  • Added 'WisherTools.Helpers' to Nested Modules
  • Updated build.yaml to exclude Modules/WisherTools.Helpers from code coverage analysis.
  • Changed

  • Refactored Open-RegistryKey function to use new helper functions Get-OpenBaseKey and Get-OpenRemoteBaseKey to abstract static method calls for opening registry keys locally or remotely. This improves testability and modularity of the code.
WinRegOps - v0.2.0-preview0002

Published by LarryWisherMan about 1 month ago

[v0.2.0-preview0002]

Added

  • Added core functions
  • Added comment-based help to all public functions in the WinRegOps module for improved usability:
    • Backup-RegistryKey
    • Export-RegistryKey
    • Get-RegistryValue
    • Open-RegistryKey
    • Open-RegistrySubKey
    • Remove-RegistrySubKey
  • Added unit test skeletons for all public functions in the WinRegOps

Changed

  • Added 'WisherTools.Helpers' to Nested Modules
  • Updated build.yaml to exclude Modules/WisherTools.Helpers from code coverage analysis.
  • Changed

  • Refactored Open-RegistryKey function to use new helper functions Get-OpenBaseKey and Get-OpenRemoteBaseKey to abstract static method calls for opening registry keys locally or remotely. This improves testability and modularity of the code.
WinRegOps - v0.2.0-preview0001

Published by LarryWisherMan about 1 month ago

[v0.2.0-preview0001]

Added

  • Added core functions
  • Added comment-based help to all public functions in the WinRegOps module for improved usability:
    • Backup-RegistryKey
    • Export-RegistryKey
    • Get-RegistryValue
    • Open-RegistryKey
    • Open-RegistrySubKey
    • Remove-RegistrySubKey

Changed

  • Added 'WisherTools.Helpers' to Nested Modules
  • Updated build.yaml to exclude Modules/WisherTools.Helpers from code coverage analysis.
WinRegOps - v0.1.0-preview0001

Published by LarryWisherMan about 1 month ago

[v0.1.0-preview0001]

Added

  • Added core functions

Changed

  • Added 'WisherTools.Helpers' to Nested Modules