Get-BluGenieRegistry

Get-BluGenieRegistry
SYNOPSIS
Searches the registry for a specified text pattern.
SYNTAX
Get-BluGenieRegistry [[-StartKey] <String>] [[-Pattern] <String>] [[-ExcludePattern] <String>] [-MatchKey] [-MatchValueName] [-MatchData] [-RootKeyOnly] [-NotMatch] [-ExactMatch] [-Remove] [-Walkthrough]
[-ReturnObject] [-OutUnEscapedJSON] [-FormatView <String>] [<CommonParameters>]DESCRIPTION
Searches the registry for a specified text pattern. Supports searching for any combination of key names, value names, and/or value data. The text pattern is a case-insensitive regular expression.
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieRegistry -StartKey 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion' -MatchKey -RootKeyOnlyDescription: Query Keys Only, Process the Root with No Sub Keys, Using the StartKey Param, Using the Short Hand Hive name
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
EXAMPLE 12
EXAMPLE 13
EXAMPLE 14
EXAMPLE 15
EXAMPLE 16
EXAMPLE 17
PARAMETERS
StartKey
Pattern
ExcludePattern
MatchKey
MatchValueName
MatchData
RootKeyOnly
NotMatch
ExactMatch
Remove
Walkthrough
ReturnObject
OutUnEscapedJSON
FormatView
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated