2018年1月5日 星期五

Windows Server 2016 上使用指令設定 IPv4 -2

常用的命令提示工具 IP 檢查指令: ipconfig

命令提示工具IPv4網路設定指令: netsh interface ipv4


IPv4設定: netsh interface ipv4 set

查看IPv4設定結果: netsh interface ipv4 show

查看IPv4設定結果: netsh interface ipv4 show config


常用的 PowerShell 指令:
Get-NetAdapter
Restart-NetAdapter
Get-NetIPInterface
Set-NetIPInterface
Get-NetIPAddress
Set-NetIPAddress
Get-NetRoute
Get-DNSClientServerAddress
Set-DNSClient
Set-DNSClientServerAddress
Test-NetConnection
Test-Connection

PowerShell檢查網路卡指令: Get-NetAdapter, Get-NetIPInterface

PowerShell查看IPv4設定: Get-NetIPAddress -AddressFamily ipv4

沒有留言:

張貼留言