Comment on page
Invoke-BluGenieUnLoadAllProfileHives
Unload all known users profile hives
Invoke-BluGenieUnLoadAllProfileHives [[-ReturnObject]] [[-Walkthrough]] [<CommonParameters>]
Unload all known users profile hives
Invoke-BluGenieUnLoadAllProfileHives
This will unload all none used registry hives
The returned data will be a Hash Table
Invoke-BluGenieUnLoadAllProfileHives -ReturnObject
This will unload all none used registry hives
The returned data will be an Object
-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? false
-Walkthrough [<SwitchParameter>]
Required? false
Position? 2
Default value False
Accept pipeline input? false
Accept wildcard characters? false
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 modified 1yr ago