Get-Compute
Process
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
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
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 |
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 |
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 |