Wifi – How to add wireless profiles during deployment via MDT

mdtwifi

I'm using MDT 2012 to deploy Windows 7 Pro x64. How can I include wireless profiles for several different WiFi networks? There is no domain, all machines are on a workgroup using group policy is not an option.

Is there a Task Sequence, script or other option to automatically connect to WiFi networks?

Best Answer

Perhaps you could try exporting the profiles according to linked process and the running the exported executable during a task sequence upon deployment.

http://www.howtogeek.com/howto/4081/easily-backup-import-your-wireless-network-settings-in-windows-7/

There's also a command line option to export/import wireless profile using netsh:

http://mantraaz.wordpress.com/2010/10/18/script-to-add-wireless-profile/

Hope that helps.