File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1- # IP_Menu
1+ # Network Configuration Menu Script
2+
3+ ## Description
4+ Easily manage network settings with this PowerShell script, supporting static IPs and DHCP configurations.
5+
6+ ## Features
7+ - ** Apply and save static IP configurations.**
8+ - ** Switch between static IP and DHCP modes.**
9+ - ** Display and manage current network settings.**
10+ - ** Simple, menu-driven interface.**
11+
12+ ## Prerequisites
13+ - ** Windows OS with PowerShell.**
14+ - ** Having permission to run PowerShell as an administrator.**
15+ - ** Allow script execution:**
16+ ``` powershell
17+ Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
18+
19+ ## Usage
20+ 1. Download Network_Configuration.ps1.
21+ 2. Right click on the file and select **Run with PowerShell**.
22+ 3. Follow the interactive prompts to configure your network settings.
You can’t perform that action at this time.
0 commit comments