Connect to wireless network

陌路散爱 提交于 2019-12-06 04:44:29

问题


I have created a couple of PowerShell scripts which configure computers used in a training class. Some classes need to connect to a different wireless network (SSID). I can just instruct users how to use the windows XP facilitites to change the network they are connected to but I would like to be able to roll the network selection in to my PowerShell script Any idea on how to change wireless network in PowerShell?


回答1:


You might find this project interesting. It is just a .NET wrapper on the native API. You should be able to call this from PowerShell without too much trouble:

http://managedwifi.codeplex.com/



来源:https://stackoverflow.com/questions/801456/connect-to-wireless-network

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!