PowerShell Logo Small

Reset-NetIsatapConfiguration



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

SYNTAX


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

Online Version: http://go.microsoft.com/fwlink/?linkid=287475
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.