No description
- PowerShell 97.8%
- Batchfile 2.2%
- Created NetworkAdapter.psm1 module for managing network adapters. - Implemented functions for displaying adapter information, setting DHCP/manual configurations, and managing DNS settings. - Added functionality to save and load network presets in JSON format. - Introduced a schema for validating the presets structure. - Added a .gitignore file to exclude local network presets from version control. - Created a test-syntax.ps1 script to validate PowerShell syntax for the main script files. |
||
|---|---|---|
| .gitignore | ||
| network-presets.schema.json | ||
| NetworkAdapter.psm1 | ||
| NetworkConfig.bat | ||
| Set-NetworkAdapter.ps1 | ||
| test-syntax.ps1 | ||