Get-VMHostNumaNodeStatus

Get-VMHostNumaNodeStatus

Gets the status of the virtual machines on the non-uniform memory access (NUMA) nodes of a virtual machine host or hosts.

Syntax

Parameter Set: Default
Get-VMHostNumaNodeStatus [[-ComputerName] <String[]> ] [-Id <Int32> ] [ <CommonParameters>]

Detailed Description

Gets the status of the virtual machines on the non-uniform memory access (NUMA) nodes of a virtual machine host or hosts. If the virtual machine host enables NUMA spanning, this cmdlet returns an error.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which NUMA node status is to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

1

Default Value

.

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Id<Int32>

Identifies a NUMA node for which virtual machine status is to be retrieved.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • VMNumaNodeStatus[]

Examples

Example 1

Gets the status of the virtual machines on the non-uniform memory access (NUMA) nodes of the local Hyper-V host.

PS C:\> Get-VMHostNumaNodeStatus