PowerShell Logo Small

Reset-NetTeredoConfiguration



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

Resets the Teredo configuration elements in a Group Policy Object (GPO).

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Reset-NetTeredoConfiguration cmdlet resets the Teredo configuration elements in a Group Policy Object (GPO) configurations to the not configured state. Group Policy
settings have three possible states: not configured, enabled, and disabled.


If used with no parameters, this cmdlet resets all Teredo configurations on the specified store.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Reset the Teredo configuration

PS C:\>Reset-NetTeredoConfiguration



This command resets the Teredo configuration to the not configured state.