Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, September 2, 2016 2:09 PM
I want to specify DNS suffix in an unattend.xml file, it is not only "Local Area Connection" but also wireless adapter. How can I modify an unattend.xml file?
And which part of the name of the wireless adapter should I use as in "<Identifier>Local Area Connection</Identifier>" instead?
<Interfaces>
<Interface wcm:action=”add”>
<Ipv4Settings>
<DhcpEnabled>false</DhcpEnabled>
</Ipv4Settings>
<Identifier>Local Area Connection</Identifier>
<UnicastIpAddresses>
<IpAddress wcm:action=”add” wcm:keyValue=”1″>10.123.242.51/24</IpAddress>
</UnicastIpAddresses>
<Routes>
<Route wcm:action=”add”>
<Identifier>0</Identifier>
<Prefix>0.0.0.0/0</Prefix>
<Metric>20</Metric>
<NextHopAddress>10.123.242.1</NextHopAddress>
</Route>
</Routes>
</Interface>
</Interfaces>
All replies (1)
Monday, September 5, 2016 1:47 AM ✅Answered
Hi,
To my knowledge, we can configure the wireless profile export it and do a wireless profile import during the oobe phase in FirstLogonCommands, see this documentation below.
FirstLogonCommands
https://technet.microsoft.com/en-us/library/cc722150(v=ws.10).aspx
But in my opinion, deploy configurations via group policy can be easier, please refer to this case below for more information, smart as you, it can be done.
How to deploy WPA/WEP key with group policy?
Sincere regards
Please remember to mark the replies as an answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.