Learn how to install the dig command on Windows 10, Windows 11, and Windows Server 2025 using the Winget package manager. In this step-by-step guide, I show you how to open a terminal, install the BIND package, and test the dig command to look up DNS records.
In this video, you will learn:
How to search for the correct package using winget
The command to install the Bind package, which includes dig
How to test the dig command to confirm it's working
Commands used in the video:
winget search bind
winget install isc.bind
dig a example.com
dig command examples: https://www.configserverfirewall.com/...
#dig #windows #command #networking
Timestamps:
00:00 – Intro
00:30 - Search for BIND package with Winget
00:47 - Install BIND package
01:04 - Restart terminal
01:16 - Run the dig command