PowerShell Logo Small

Get-NetIsatapConfiguration



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

Gets the ISATAP configuration of a computer or a Group Policy Object (GPO).

SYNTAX


Get-NetIsatapConfiguration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-GPOSession <String>] [-IPInterface <CimInstance>]
[-PolicyStore <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetIsatapConfiguration cmdlet gets the ISATAP configuration of a computer or a Group Policy Object (GPO).



<

RELATED LINKS

Get-NetIPInterface
Reset-NetIsatapConfiguration
Set-NetIsatapConfiguration

REMARKS

<

Examples


Example 1: Get the ISATAP configuration of interface

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



This command retrieves the interface at index 14 using the Get-NetIPInterface cmdlet, and then gets the ISATAP configuration of that interface
using this cmdlet.

Non-ISATAP interfaces do not have associated ISATAP configurations.