PowerShell Logo Small

Select-NetVirtualizationNextHop



This is the built-in help made by Microsoft for the command 'Select-NetVirtualizationNextHop', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Selects the next hop MAC address.

SYNTAX


Select-NetVirtualizationNextHop [[-SourceCustomerAddress] <String>] [-DestinationCustomerAddress] <String> [-SourceVirtualSubnetID] <UInt32> [-AsJob] [-CimSession
<CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Select-NetVirtualizationNextHop cmdlet selects the next hop media access control (MAC) address to use to reach a destination virtual machine (VM) from a Hyper-V Network
Virtualization database. Use this cmdlet to diagnose connection issues.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=206758

REMARKS

<

Examples


Example 1: Select the next hop MAC address

PS C:\>Select-NetVirtualizationNextHop –DestinationCustomerAddress 10.20.20.6 –SourceCustomerAddress 10.20.20.5 –SourceVirtualSubnetID 5001



This command selects the next hop MAC address for the destination customer IP address, the source customer IP address, and the virtual subnet ID.