PowerShell Logo Small

Set-NetTeredoConfiguration



This is the built-in help made by Microsoft for the command 'Set-NetTeredoConfiguration', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession
<CimSession[]>] [-GPOSession <String>] [-IPInterface <CimInstance>] [-PassThru [<SwitchParameter>]] [-PolicyStore <String>] [-ThrottleLimit
<Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Set-NetTeredoConfiguration [[-Type] <Type>] [[-ServerName] <String>] [[-RefreshIntervalSeconds] <UInt32>] [[-ClientPort] <UInt32>]
[[-ServerVirtualIP] <String>] [[-DefaultQualified] <Boolean>] [[-ServerShunt] <Boolean>] [-AsJob [<SwitchParameter>]] [-CimSession
<CimSession[]>] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm [<SwitchParameter>]] [-WhatIf
[<SwitchParameter>]] [<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

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.