Setting wired network settings #290
Replies: 3 comments 12 replies
-
|
There is no section for wired networking because it does not require any configuration in most scenarios. You really should not use your own In custom scripts, you can use both netsh.exe or PowerShell cmdlets. In any case, the command output is logged to the |
Beta Was this translation helpful? Give feedback.
-
|
Doesn't require any configuration?
For the vm's you are spinning up, are you assuming users are using dhcp and
not static ip addresses?
I did attempt a custom PowerShell script, but never received a log file in
that path. I will have another go at it using a script.
Thanks
…On Fri, Aug 22, 2025, 2:56 PM Christoph Schneegans ***@***.***> wrote:
There is no section for wired networking because it does not require any
configuration in most scenarios.
You really should not use your own RunSynchronousCommand elements with my
generator. Instead, use the *Run custom scripts* section. For networking
configuration, you will want the *System scripts* section, which lets you
run code before user accounts are created.
In custom scripts, you can use both netsh.exe or PowerShell cmdlets. In
any case, the command output is logged to the
C:\Windows\Setup\Scripts\Specialize.log log file, so you have an easy way
to debug your code.
—
Reply to this email directly, view it on GitHub
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BWLYLWQVIJIECGJU6ONGW633O5RU7AVCNFSM6AAAAACESFM5BCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMJZGI3TANY>
.
You are receiving this because you authored the thread.Message ID:
<cschneegans/unattend-generator/repo-discussions/290/comments/14192707@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
|
When there are no log files, it is likely that the autounattend.xml was not even processed in the first place. See Windows installation instructions and Troubleshooting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, really appreciate your unattended file generator, wondering why there isn't a section for wired network cards?
I am really struggling to come up with a unattend.xml file to deploy a vm with static IP/gateway etc.
I have attempted potentially hundreds of different ways to implement it, used CoPilot, ChatGPT, Googled and no matter what, i either get invalid unattend.xml file, or the machine comes up but no TCPIP settings are applied, so it has no network connection.
I am getting extremely frustrated. Thanks for any help
Have attempted some of these options
Beta Was this translation helpful? Give feedback.
All reactions