1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 23:35:44 +02:00
tldr/pages.ja/windows/ipconfig.md

24 lines
658 B
Markdown

# ipconfig
> Windowsのネットワーク構成を表示および管理します。
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/ipconfig>。
- ネットワークアダプタのリストを表示します:
`ipconfig`
- ネットワークアダプタの詳細なリストを表示します:
`ipconfig /all`
- ネットワークアダプタのIPアドレスを更新します:
`ipconfig /renew {{adapter}}`
- ネットワークアダプタのIPアドレスを解放します:
`ipconfig /release {{adapter}}`
- DNSキャッシュからすべてのデータを削除します:
`ipconfig /flushdns`