Get-VMHostNumaNode

Gets the NUMA topology of a virtual machine host.

Syntax

Get-VMHostNumaNode
   [[-ComputerName] <String[]>]
   [-Id <Int32>]

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.

Examples

Example 1

PS C:\>Get-VMHostNumaNode

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

Parameters

-ComputerName

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.

Type:String[]
Position:1
Default value:.
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

Identifies a NUMA node for which a VMHostNumaNode is to be retrieved.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False