Skip to content

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. It provides a simple and convenient way to verify network configuration settings on Windows systems using PowerShell.

License

Notifications You must be signed in to change notification settings

BHK0407/demo_network_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Network Configuration Checker

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.

Features

  • 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.

Prerequisites

  • PowerShell 7 or later
  • Windows operating system

Usage

  1. Download the NetworkChecker.ps1 script to your local machine.
  2. Open PowerShell.
  3. Navigate to the directory where the script is located.
  4. Run the script by typing .\NetworkChecker.ps1 and pressing Enter.

Example Output

Result from Checking Network Ghidra reverse engineering Ghidra reverse engineering Ghidra reverse engineering

License

This project is licensed under the MIT License.

Credits

This script was created by Khang Bui.

About

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. It provides a simple and convenient way to verify network configuration settings on Windows systems using PowerShell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published