Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Letzte Aktualisierung: Oktober 2015
Betrifft: Windows 10, Windows PowerShell 5.0, Windows Server Technical Preview
Windows PowerShell® ist eine speziell für die Systemverwaltung entwickelte taskbasierte Befehlszeilenshell und Skriptsprache. In diesem Referenzthema für IT-Experten wird die Verwendung der Windows PowerShell-Cmdlets zum Erstellen von Skripts für Tasks und Automatisieren von Tasks erläutert.
This reference provides cmdlet descriptions and syntax for all Net TCP/IP-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
cmdlet | Description |
---|---|
Gets information about IP address configuration. |
|
Gets information about the IP interface properties. |
|
Gets information about the IPv4 Protocol configuration. |
|
Gets information about the IPv6 protocol configuration. |
|
Gets information about the neighbor cache for IPv4 and IPv6. |
|
Gets information about the global TCP/IP offload settings. |
|
Gets information about the prefix policy. |
|
Gets the IP routing table. |
|
Gets information about current TCP connection statistics. |
|
Gets information about TCP settings and configuration. |
|
Gets information about transport filters. |
|
Gets information about current UDP connection statistics. |
|
Gets information about UDP settings and configuration. |
|
Creates an IP address and the configuration properties of that IP address. |
|
Creates a neighbor cache entry for IPv4 or IPv6. |
|
Creates an entry in the IP routing table. |
|
Creates a transport filters. |
|
Deletes an IP address and the configuration properties of that IP address. |
|
Deletes a neighbor cache entry for IPv4 or IPv6. |
|
Deletes an entry or entries (IP routes) from the IP routing table. |
|
Deletes a transport filter. |
|
Modifies IP address configuration properties of an existing IP address. |
|
Modifies IP interface properties. |
|
Modifies information about the IPv4 Protocol configuration. |
|
Modifies information about the IPv6 Protocol configuration. |
|
Modifies a neighbor cache entry. |
|
Modifies information about the global TCP/IP offload settings. |
|
Modifies an entry or entries in the IP routing table. |
|
Modifies TCP settings and configuration. |
|
Modifies UDP settings and configuration. |
Hinweis
To list all the cmdlets that are available, use the Get-Command –Module NetTCPIP
cmdlet.
Weitere Informationen zu den einzelnen Cmdlets (bzw. deren Syntax) erhalten Sie, wenn Sie das Cmdlet Get-Help
<Cmdlet-Name> verwenden. Dabei ist <Cmdlet-Name> der Name des Cmdlets, zu dem Informationen gewünscht werden. Führen Sie eines der folgenden Cmdlets aus, um ausführlichere Informationen zu erhalten:
● Get-Help
<Cmdlet-Name> -Detailed
● Get-Help
<Cmdlet-Name> -Examples
● Get-Help
<Cmdlet-Name> -Full
For more information about the cmdlets, see the following: