PowerShell Logo Small

Set-NetTeredoConfiguration



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

Modifies the Teredo configuration of a computer or a Group Policy object (GPO).

SYNTAX


Set-NetTeredoConfiguration [[-Type] <Type>] [[-ServerName] <String>] [[-RefreshIntervalSeconds] <UInt32>] [[-ClientPort] <UInt32>] [[-ServerVirtualIP] <String>]
[[-DefaultQualified] <Boolean>] [[-ServerShunt] <Boolean>] [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-IPInterface <CimInstance>] [-PassThru]
[-PolicyStore <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Set-NetTeredoConfiguration [[-Type] <Type>] [[-ServerName] <String>] [[-RefreshIntervalSeconds] <UInt32>] [[-ClientPort] <UInt32>] [[-ServerVirtualIP] <String>]
[[-DefaultQualified] <Boolean>] [[-ServerShunt] <Boolean>] [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm]
[-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetTeredoConfiguration cmdlet modifies the Teredo configuration of either a computer or a Group Policy Object (GPO).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287482
Get-NetTeredoConfiguration
Reset-NetTeredoConfiguration

REMARKS

<

Examples


Example 1: Set the Teredo server name

PS C:\>Set-NetTeredoConfiguration -ServerName "Test"



This command sets the Teredo server name to Test on the local persistent store.




Example 2: Set the Teredo state

PS C:\>Set-NetTeredoConfiguration -Type enterpriseclient -PolicyStore "Domain\GPOname"



This command sets the Teredo state to enterpriseclient in a GPO named Domain\GPOname.