Clear-BlugenieMemory

Clear-BlugenieMemory
SYNOPSIS
Garbage Collection in Powershell to Speed up Scripts and help lower memory consumption
SYNTAX
Clear-BlugenieMemory [-All] [[-SleepTimer] <Int32>] [[-LoopCount] <Int32>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [[-FormatView] <String>] [<CommonParameters>]DESCRIPTION
Garbage Collection in Powershell to Speed up Scripts and help lower memory consumption.
EXAMPLES
EXAMPLE 1
Command: Clear-BlugenieMemoryDescription: Remove any garbage collected in memory
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
PARAMETERS
All
SleepTimer
LoopCount
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