Get-Compute Process

Gets a list of running compute systems from the Hyper-V Host Compute Service.

Syntax

Get-ComputeProcess
   [[-Name] <String[]>]
   [-Owner <String[]>]
   [-Type <ComputeProcessType[]>]
   [<CommonParameters>]
Get-ComputeProcess
   [-Id] <String[]>
   [<CommonParameters>]

Description

The Get-ComputeProcess cmdlet gets a list of running compute systems from the Hyper-V Host Compute Service, including virtual machines and containers.

Required Parameters

-Id

Specifies an array of IDs of compute systems that this cmdlet gets.

Type: String[]
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Optional Parameters

-Name

Specifies the name of the compute system that this cmdlet gets.

Type: String[]
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Owner

Specifies the management client that owns the compute systems that this cmdlet gets.

Type: String[]
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Type

Specifies the type of compute systems that this cmdlet gets. The acceptable values for this parameter are: VirtualMachine and Container.

Type: ComputeProcessType[]
Parameter Sets: Container, VirtualMachine
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False