PowerShell Logo Small

Reset-NetIsatapConfiguration



This is the built-in help made by Microsoft for the command 'Reset-NetIsatapConfiguration', 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 ISATAP configuration elements contained in a Group Policy Object (GPO).

SYNTAX


Reset-NetIsatapConfiguration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-GPOSession <String>] [-IPInterface <CimInstance>]
[-PassThru [<SwitchParameter>]] [-PolicyStore <String>] [-ResolutionIntervalSeconds [<SwitchParameter>]] [-ResolutionState
[<SwitchParameter>]] [-Router [<SwitchParameter>]] [-State [<SwitchParameter>]] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]]
[-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Reset-NetIsatapConfiguration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]]
[-ResolutionIntervalSeconds [<SwitchParameter>]] [-ResolutionState [<SwitchParameter>]] [-Router [<SwitchParameter>]] [-State
[<SwitchParameter>]] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Reset-NetIsatapConfiguration cmdlet resets ISATAP configuration elements contained in a Group Policy Object (GPO) to the not configured
state.


Group Policy settings have one of the following three states: not configured, enabled, or disabled.



<

RELATED LINKS

Get-NetIPInterface
Get-NetIsatapConfiguration
Set-NetIsatapConfiguration

REMARKS

<

Examples


Example 1: Reset ISATAP configuration.

PS C:\> Get-NetIPInterface -InterfaceIndex 14 | Reset-NetIsatapConfiguration -Router



This command retrieves an interface with an index 14 using the Get-NetIPInterface cmdlet, and then resets the router configuration for the
ISATAP configuration of the specified interface using this cmdlet.