Get-VMHostNumaNode

Get-VMHostNumaNode

Gets the NUMA topology of a virtual machine host.

Syntax

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

Detailed Description

The Get-MVHostNumaNode cmdlet gets the NUMA topology of a Hyper-V host, returning a VMHostNumaNode object for each of the host’s NUMA nodes.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts for which the NUMA topology 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 a VMHostNumaNode 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.

Examples

Example 1

Gets the NUMA topology of the local Hyper-V host.

PS C:\> Get-VMHostNumaNode