Hi @RockmanIT
This is originated because you are trying to connect a WPA2 wireless network.
The solution would be to run the next:
netsh wlan export profile name="NameOfWirelessNetwork" folder=c:\temp interface="Wireless Network Connection"
to export all settings related to that wireless network, and then copying to a network location. And then run the following command to import it automatically during installation by creating a "run command" in the unattended answer file or in the task sequence as
netsh wlan add profile filename="\server\yourshare\wlanconfigfiles\Wireless Network Connection-NameOfWirelessNetwork.xml"
Hope this helps with your query,
--
--If the reply is helpful, please Upvote and Accept as answer-