Resources
Connect Using WiFi Profile
netsh wlan connect name=MY_WIFI_PROFILE_NAME
If the WiFi adapter is already connected to a WiFi network it will automatically disconnect first.
If you have more than 1 WiFi adapter you must specify an interface name to use:
netsh wlan connect name=MY_WIFI_PROFILE_NAME interface="Wireless LAN Adapter"
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.