This PowerShell script checks network configuration settings such as IP address, subnet mask, default gateway, and DNS server addresses, and displays the results in the console.
- Check IP Address Configuration: Retrieves and displays the IPv4 address, subnet mask, and default gateway for the specified network interface.
- Check DNS Server Configuration: Retrieves and displays the IPv4 DNS server addresses configured on the system.
- Simple and Easy to Use: Run the script and view the network configuration details directly in the console.
- PowerShell 7 or later
- Windows operating system
- Download the
NetworkChecker.ps1
script to your local machine. - Open PowerShell.
- Navigate to the directory where the script is located.
- Run the script by typing
.\NetworkChecker.ps1
and pressing Enter.
This project is licensed under the MIT License.
This script was created by Khang Bui.