È possibile utilizzare i cmdlet di Windows PowerShell per rinominare una scheda di rete in Windows 8 o in Windows Server 2012. Per effettuare questa operazione, attenersi alla seguente procedura:
- Per visualizzare i nomi delle schede di rete, eseguire il seguente cmdlet di Windows PowerShell:
Get-NetAdapter
- Per rinominare una scheda di rete, eseguire il seguente cmdlet di Windows PowerShell:
Rename-NetAdapter-nome <Name></Name> NewName- <New name=""></New>
Ad esempio, eseguire il seguente cmdlet di Windows PowerShell per rinominare la scheda "Rete Ethernet" a "ManagementAdapter:"
Rename-NetAdapter –Name Ethernet –NewName ManagementAdapter
Ecco una lista di cmdlet utili alla gestione del TCP/IP.
Net TCP/IP
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.
Nessun commento:
Posta un commento