Export
exports all your wireless network profiles
C:\Users\USER-PC>netsh wlan export profile key=clear folder="FOLDER PATH"
exports one specific wireless network profile to a specified location
C:\Users\USER-PC>netsh wlan export profile name="PROFILE NAME" key=clear folder="FOLDER PATH"
Import
import each wireless profile settings to all interfaces
C:\Users\USER-PC>netsh wlan add profile filename="FILE_PATH.XML"
import profiles to a particular wireless interface and only to the current user
C:\Users\USER-PC>netsh wlan add profile filename="FILE_PATH.XML" Interface="Wireless Network Connection" user=current