Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added supporting methods like GetValueNames and GetValueKind #12

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

LarryWisherMan
Copy link
Owner

Pull Request

Pull Request (PR) description

Added functions for supported methods. Additionally, added a function for creating a custom object a registry key and its values

Added

  • New-RegistryKeyValuesObject:

    • Retrieves and exports all the values of a specified registry key or subkey
      into a custom object. The object includes the registry path, backup date, user,
      computer name, and a dictionary of the key's values (including data type and value).

    • Supports backing up both root keys and subkeys.

  • Get-RegistryValueNames:

    • Retrieves all the value names from a specified registry key. This function
      simplifies the process of listing all registry values for a given key.
  • Get-RegistryValueKind:

    • Retrieves the type (kind) of a specified registry key value. This allows for
      easy identification of value types such as String, DWord, and Binary
      within registry keys.

@LarryWisherMan LarryWisherMan added the enhancement New feature or request label Sep 18, 2024
@LarryWisherMan LarryWisherMan self-assigned this Sep 18, 2024
@LarryWisherMan LarryWisherMan merged commit 2381d96 into main Sep 18, 2024
4 checks passed
@LarryWisherMan LarryWisherMan deleted the feature/RegBackup branch September 18, 2024 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant