Invoke-BluGenieUnLoadAllProfileHives
Invoke-BluGenieUnLoadAllProfileHives
SYNOPSIS
Unload all known users profile hives
SYNTAX
Invoke-BluGenieUnLoadAllProfileHives [[-ReturnObject]] [[-Walkthrough]] [<CommonParameters>]DESCRIPTION
Unload all known users profile hives
EXAMPLES
EXAMPLE 1
Invoke-BluGenieUnLoadAllProfileHivesThis will unload all none used registry hives
The returned data will be a Hash TableEXAMPLE 2
Invoke-BluGenieUnLoadAllProfileHives -ReturnObjectThis will unload all none used registry hives
The returned data will be an ObjectPARAMETERS
ReturnObject
-ReturnObject [<SwitchParameter>]
Return information as an Object.
By default the data is returned as a Hash Table
<Type>SwitchParameter<Type>
Required? false
Position? 1
Default value False
Accept pipeline input? false
Accept wildcard characters? falseWalkthrough
-Walkthrough [<SwitchParameter>]
Required? false
Position? 2
Default value False
Accept pipeline input? false
Accept wildcard characters? falseCommonParameters
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