11-09-2023 10:23 AM
Hello everyone,
This is a repost of a question we found on Reddit and answered by the stellar @JuergenKlaassen. This answer isn't a plug and play script that's been tested but rather a starting point resource for you to configure what you need.
<?xml version="1.0"?>
<LANProfile xmlns="http://www.microsoft.com/networking/LAN/profile/v1">
<MSM>
<security>
<OneXEnforced>false</OneXEnforced>
<OneXEnabled>true</OneXEnabled>
<authMode>userOrComputer</authMode>
<OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
<EAPConfig>
<!-- Insert EAP configuration XML here -->
</EAPConfig>
</OneX>
</security>
</MSM>
</LANProfile>
netsh lan add profile interface="Ethernet" filename="path\to\your\profile.xml"
Set-Service -Name 'dot3svc' -StartupType 'Automatic'
Start-Service -Name 'dot3svc'
We hope this helps, but if not, you can always reach out to our professional services or support team who can help you either put together a new setup or debug an existing setup, respectively. 🙂
One day I'll know how to do all of this myself, but today is not that day. <cringe.gif>
Urvashi
New to the site? Take a look at these additional resources:
Ready to join us? You can register here.