netsh wlan command

A

Ann

Hi,

I exported our vista wireless configuration using netsh wlan export & use
netsh wlan add profile commands to deploy the same wirless config which uses
WEP keys with open authentication to many laptops. Issue is that after I
added the profile to a new latop using netsh add profile from .xml file,
windows vista pops up a message, it says to type the wep key. Why cant it
import from the xml file. Am I doing a wrong precedure. Please give
suggestions.

thanks
 
A

Ann

Hi,

attaching the file content.

<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>wireless1</name>
<SSIDConfig>
<SSID>
<hex>616477637374616666</hex>
<name>wireless1</name>
</SSID>
<nonBroadcast>true</nonBroadcast>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<autoSwitch>false</autoSwitch>
<MSM>
<security>
<authEncryption>
<authentication>open</authentication>
<encryption>WEP</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>networkKey</keyType>
<protected>true</protected
<keyMaterial>01000000D08C9DDF0115D1118C7A00C04FC297EB01000000E3496936BC7BCA40ACEB16B1CC333DD30000000002000000000003660000A800000010000000B3566A66B129B9FABFF2523E047D8CDA0000000004800000A000000010000000D1C7CDAFF3E01AC5512F87FF8BA03B0A10000000304B94BEB3B73FAF6EF18EDAC29138D2140000007E4DA3279F7E694FB641A9D8A4130064B8D46EE4</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>

thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top