PowerShell Logo Small

Reset-NetTeredoConfiguration



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

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

SYNTAX


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

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.