Set-BluGenieProcessPriority

Set-BluGenieProcessPriority
SYNOPSIS
Set the Processor Priority of a running Process.
SYNTAX
Set-BluGenieProcessPriority [[-Id] <Int32[]>] [[-PriorityLevel] <String>] [-ReviewOnly] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [[-FormatView] <String>] [<CommonParameters>]DESCRIPTION
Set the Processor Priority for a running Process based on 6 different priority levels.
|| Set Priority Level ID || Priority Level Name || Get Priority Level ID || Parameter Index ID ||
|| 256 || Realtime || 24 || 5 || || 128 || High || 13 || 4 || || 32768 || Above normal || 10 || 3 || || 32 || Normal || 8 || 2 || || 16384 || Below normal || 6 || 1 || || 64 || Low || 4 || 0 ||
EXAMPLES
EXAMPLE 1
EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
PARAMETERS
Id
PriorityLevel
ReviewOnly
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