No description
  • PowerShell 97.8%
  • Batchfile 2.2%
Find a file
Maddo d006870d96 Add Network Adapter Configuration Tool and Presets Management
- 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.
2026-03-17 13:18:08 +01:00
.gitignore Add Network Adapter Configuration Tool and Presets Management 2026-03-17 13:18:08 +01:00
network-presets.schema.json Add Network Adapter Configuration Tool and Presets Management 2026-03-17 13:18:08 +01:00
NetworkAdapter.psm1 Add Network Adapter Configuration Tool and Presets Management 2026-03-17 13:18:08 +01:00
NetworkConfig.bat Add Network Configuration Launcher scripts for managing network adapters 2026-02-12 01:06:03 +01:00
Set-NetworkAdapter.ps1 Add Network Adapter Configuration Tool and Presets Management 2026-03-17 13:18:08 +01:00
test-syntax.ps1 Add Network Adapter Configuration Tool and Presets Management 2026-03-17 13:18:08 +01:00