Set-BluGenieProcessCPUAffinity



Set-BluGenieProcessCPUAffinity

SYNOPSIS

Set the Processor affinity of a running Process.

SYNTAX

Set-BluGenieProcessCPUAffinity [[-Id] <Int32[]>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [[-FormatView] <String>] [<CommonParameters>]

DESCRIPTION

Set the Processor affinity for a running Process by specifying the CPU Cores that it can run on, and the name or PID of a Process(s).

EXAMPLES

EXAMPLE 1

Command: Set-BluGenieProcessCPUAffinity -Cores 2 -PID 468
Description: This will Set the CPU Affinity for the process ID for Chrome to Core 2
Notes:

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

EXAMPLE 9

PARAMETERS

Id

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