Get-BluGenieRegistryProcessTracking



Get-BluGenieRegistryProcessTracking

SYNOPSIS

Query User Registry Hives for Process Tracking Information

SYNTAX

Get-BluGenieRegistryProcessTracking [[-Algorithm] <String>] [-Signature] [-ClearGarbageCollecting] [-UseCache] [[-CachePath] <String>] [-RemoveCache] [[-DBName] <String>] [[-DBPath] <String>] [-UpdateDB] 
[-ForceDBUpdate] [-NewDBTable] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [[-FormatView] <String>] [<CommonParameters>]

DESCRIPTION

Query User Registry Hives for Process Tracking Information

EXAMPLES

EXAMPLE 1

Get-BluGenieRegistryProcessTracking
This will report on any executed processes that is ran and tracked in the registry for all loaded user registry hives
The returned data will be a Hash Table

The default file Hash value is MD5

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

EXAMPLE 9

EXAMPLE 10

EXAMPLE 11

EXAMPLE 12

PARAMETERS

Algorithm

Signature

ClearGarbageCollecting

UseCache

CachePath

RemoveCache

DBName

DBPath

UpdateDB

ForceDBUpdate

NewDBTable

Walkthrough

ReturnObject

OutUnEscapedJSON

OutYaml

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