Forum Discussion
Deleted
Jul 11, 2023FEATURE REQUEST - sconfig network settings - include InterfaceName / VLANID
Affected products: - Windows Server 2022 or later - Azure Stack HCI 22H2 or later current situation: sconfig is a tool to allow quick configurations. but it is lacking a bit of transparency...
Joachim_Otahal
Jul 15, 2023Iron Contributor
Check the powershell module in:
C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Microsoft.ServerCore.SConfig\2.0.0.0
specifically SConfig.Network.psm1
You can, if you want to, use that source and create your own Invoke-SConfig which includes the settings you need.
Or use Powershell directly.
C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Microsoft.ServerCore.SConfig\2.0.0.0
specifically SConfig.Network.psm1
You can, if you want to, use that source and create your own Invoke-SConfig which includes the settings you need.
Or use Powershell directly.
- DeletedSep 09, 2023I rather hope for native solutions.
If May be rüde, Networking in sconfig is really a pitty it has a bunch of issues, sometimes even fail to assign IPv4 Adresses to a fresh-netadapter.
The missing Name is really not helpful. Id is arbitrary not even match ifindex.
Artem it would be great to have a talk about improvements for vNext.