基本手順 1. Net Interface取得 1. 削除 2. 設定 コマンド 1. IF情報取得 Get-NetIPInterface ifIndexとalias一覧取得 2. 削除 Remove-NetIPAddress -InterfaceIndex <index> -IPAddress "<Host-IP>" -DefaultGateway "<GW-IP>" Set-DnsClientServerAddress -InterfaceIndex <index> -ResetServerAddresses 3. 設定 静的IPの例 1. 削除 Remove-NetIPAddre</index></gw-ip></host-ip></index>…