PowerShell Logo Small

Set-NetVirtualizationGlobal



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

Changes per-host global settings of a Network Virtualization module.

SYNTAX


Set-NetVirtualizationGlobal [-AsJob] [-CimSession <CimSession[]>] [-InputObject <CimInstance[]>] [-PassThru] [-ThrottleLimit <Int32>] [-UseExternalRouter <Boolean>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetVirtualizationGlobal cmdlet changes the per-host global settings of a Microsoft® Hyper-V® Server 2012 Network Virtualization module. You can use this cmdlet to
change whether to use an external router. For more information about Network Virtualization, see Network Virtualization technical details
(http://technet.microsoft.com/library/jj134174.aspx) on TechNet.


You can use the Get-NetVirtualizationGlobal cmdlet to obtain global settings objects to modify.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=289196
Get-NetVirtualizationGlobal

REMARKS

<

Examples


Example 1: Direct VM traffic to external routers

PS C:\>Set-NetVirtualizationGlobal -UseExternalRouter $True



This command configures the Network Virtualization module on the current host to direct VM cross-subnet traffic to external routers.