Invoke-BluGenieLoadAllProfileHives



Invoke-BluGenieLoadAllProfileHives

SYNOPSIS

Load all known users profile hives

SYNTAX

Invoke-BluGenieLoadAllProfileHives [[-ReturnObject]] [[-Walkthrough]] [<CommonParameters>]

DESCRIPTION

Load all known users profile hives. Load all profile NTUSER.DAT from %SystemDrive%\Users

EXAMPLES

EXAMPLE 1

Invoke-BluGenieLoadAllProfileHives
This will load all profile NTUSER.DAT from %SystemDrive%\Users
The returned data will be a Hash Table

EXAMPLE 2

PARAMETERS

ReturnObject

Walkthrough

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