Set-BluGenieThreadCount

Set-BluGenieThreadCount
SYNOPSIS
Set-BluGenieThreadCount is an add-on to manage the ThreadCount in the BluGenie Console
SYNTAX
Set-BluGenieThreadCount [[-Count] <Int32>] [-Reset] [-Walkthrough] [<CommonParameters>]DESCRIPTION
Set-BluGenieThreadCount is an add-on to manage the ThreadCount in the BluGenie Console
We use PowerShell Runspace Pools for Multithreading. ThreadCount is used to define the maximum number of threads we wish to run at one time.
EXAMPLES
EXAMPLE 1
Command: Set-BluGenieThreadCount '25'Description: Set Thread Count
Notes: The value is a [Int]EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
PARAMETERS
Count
Reset
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