Use this cmdlet to retrieve the current maximum concurrency of the Super-ExMerge task processing engine.
PowerShell
Get-MaxConcurrency
This cmdlet does not provide any parameters.
Description
The task processing engine can process multiple tasks simultaneously (except for the free-use license). The default value is 1 and is not changed if a license is applied that changes the max task queue count.
Use this cmdlet to view the current maximum concurrency value.
Examples
Example 1
PowerShell
Get-MaxConcurrency
Retrieves the current maximum concurrency value.
Output
This cmdlet will place a numeric (Byte) value on the pipeline indicating the current maximum concurrency.
