PowerShell Logo Small

Get-NetVirtualizationGlobal



This is the built-in help made by Microsoft for the command 'Get-NetVirtualizationGlobal', 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

Gets per-host global information for a Network Virtualization module.

SYNTAX


Get-NetVirtualizationGlobal [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-UseExternalRouter <Boolean[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetVirtualizationGlobal cmdlet gets per-host global configuration and states of a Microsoft® Hyper-V® Server 2012 Network Virtualization module. For more information
about Network Virtualization, see Network Virtualization technical details (http://technet.microsoft.com/library/jj134174.aspx) on TechNet.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=289177
Set-NetVirtualizationGlobal

REMARKS

<

Examples


Example 1: Get external router value

PS C:\>Get-NetVirtualizationGlobal

UseExternalRouter : False



This command displays whether the Network Virtualization module on the current host uses external routers for cross-network traffic.