Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Wireless Networking > SP3 Netsh command does not include wlan command.

Reply
Thread Tools

SP3 Netsh command does not include wlan command.

 
 
Stephen Liffen
Guest
Posts: n/a
 
      09-12-2008
Hi,

I've been trying to configure XP SP3 to use machine only authentication on
our 102.1x network. I found and am trying to follow KB article 929847

However, when I try to follow the command "netsh wlan export profile
folder=c:\" as instructed I get "The following command was not found: wlan."

I've tried to port over a copy of the vista command with no sucsess, it
doesn't run.

I hope someone can help me work this odd one.

Thanks in advance
Steve
 
Reply With Quote
 
 
 
 
Pavel A.
Guest
Posts: n/a
 
      09-12-2008
Netsh on WinXP does not have "wlan" command.
I'm not sure how to export profiles on XP; they are only a subset of Vista
profiles.
Maybe you can write a small program using WLAN API to get the profiles and
save them where ever you want.

--PA


"Stephen Liffen" <Stephen > wrote in message
news:25DB781E-C5A9-4B36-91E0-...
> Hi,
>
> I've been trying to configure XP SP3 to use machine only authentication on
> our 102.1x network. I found and am trying to follow KB article 929847
>
> However, when I try to follow the command "netsh wlan export profile
> folder=c:\" as instructed I get "The following command was not found:
> wlan."
>
> I've tried to port over a copy of the vista command with no sucsess, it
> doesn't run.
>
> I hope someone can help me work this odd one.
>
> Thanks in advance
> Steve


 
Reply With Quote
 
 
 
 
Robert L. \(MS-MVP\)
Guest
Posts: n/a
 
      09-12-2008
If you have XP SP3, you have an option to export wlan using netsh. Have you
enable WLAN? Post the result of ipconfig /all may help too.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"Pavel A." <> wrote in message
news:...
> Netsh on WinXP does not have "wlan" command.
> I'm not sure how to export profiles on XP; they are only a subset of Vista
> profiles.
> Maybe you can write a small program using WLAN API to get the profiles
> and save them where ever you want.
>
> --PA
>
>
> "Stephen Liffen" <Stephen > wrote in
> message news:25DB781E-C5A9-4B36-91E0-...
>> Hi,
>>
>> I've been trying to configure XP SP3 to use machine only authentication
>> on
>> our 102.1x network. I found and am trying to follow KB article 929847
>>
>> However, when I try to follow the command "netsh wlan export profile
>> folder=c:\" as instructed I get "The following command was not found:
>> wlan."
>>
>> I've tried to port over a copy of the vista command with no sucsess, it
>> doesn't run.
>>
>> I hope someone can help me work this odd one.
>>
>> Thanks in advance
>> Steve

>


 
Reply With Quote
 
Stephen Liffen
Guest
Posts: n/a
 
      09-14-2008
I have ran the Netsh command but it does not have the WLAN command in it. I'm
unsure what you mean by enabling WLAN... it's running on a laptop with
wireless sucsefully connecting over 802.1x WPA2.

Based on KB 929847 I would expect the Netsh command in SP3 to have the WLAN
command in it as vista does.

Any further advice would be very much appreciated.

"Robert L. (MS-MVP)" wrote:

> If you have XP SP3, you have an option to export wlan using netsh. Have you
> enable WLAN? Post the result of ipconfig /all may help too.
>
> --
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on
> http://www.HowToNetworking.com
> "Pavel A." <> wrote in message
> news:...
> > Netsh on WinXP does not have "wlan" command.
> > I'm not sure how to export profiles on XP; they are only a subset of Vista
> > profiles.
> > Maybe you can write a small program using WLAN API to get the profiles
> > and save them where ever you want.
> >
> > --PA
> >
> >
> > "Stephen Liffen" <Stephen > wrote in
> > message news:25DB781E-C5A9-4B36-91E0-...
> >> Hi,
> >>
> >> I've been trying to configure XP SP3 to use machine only authentication
> >> on
> >> our 102.1x network. I found and am trying to follow KB article 929847
> >>
> >> However, when I try to follow the command "netsh wlan export profile
> >> folder=c:\" as instructed I get "The following command was not found:
> >> wlan."
> >>
> >> I've tried to port over a copy of the vista command with no sucsess, it
> >> doesn't run.
> >>
> >> I hope someone can help me work this odd one.
> >>
> >> Thanks in advance
> >> Steve

> >

>
>

 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a
 
      09-15-2008
Stephen Liffen wrote:
> I have ran the Netsh command but it does not have the WLAN command in it. I'm
> unsure what you mean by enabling WLAN... it's running on a laptop with
> wireless sucsefully connecting over 802.1x WPA2.
>
> Based on KB 929847 I would expect the Netsh command in SP3 to have the WLAN
> command in it as vista does.


XP SP3 doesn't seem to have netsh wlan command.


> Any further advice would be very much appreciated.
>
> "Robert L. (MS-MVP)" wrote:
>
>> If you have XP SP3, you have an option to export wlan using netsh. Have you
>> enable WLAN? Post the result of ipconfig /all may help too.
>>
>> --
>> Bob Lin, MS-MVP, MCSE & CNE
>> Networking, Internet, Routing, VPN Troubleshooting on
>> http://www.ChicagoTech.net
>> How to Setup Windows, Network, VPN & Remote Access on
>> http://www.HowToNetworking.com
>> "Pavel A." <> wrote in message
>> news:...
>>> Netsh on WinXP does not have "wlan" command.
>>> I'm not sure how to export profiles on XP; they are only a subset of Vista
>>> profiles.
>>> Maybe you can write a small program using WLAN API to get the profiles
>>> and save them where ever you want.
>>>
>>> --PA
>>>
>>>
>>> "Stephen Liffen" <Stephen > wrote in
>>> message news:25DB781E-C5A9-4B36-91E0-...
>>>> Hi,
>>>>
>>>> I've been trying to configure XP SP3 to use machine only authentication
>>>> on
>>>> our 102.1x network. I found and am trying to follow KB article 929847
>>>>
>>>> However, when I try to follow the command "netsh wlan export profile
>>>> folder=c:\" as instructed I get "The following command was not found:
>>>> wlan."
>>>>
>>>> I've tried to port over a copy of the vista command with no sucsess, it
>>>> doesn't run.
>>>>
>>>> I hope someone can help me work this odd one.
>>>>
>>>> Thanks in advance
>>>> Steve

>>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
To XP SP3 or not to XP SP3? ~misfit~ NZ Computing 13 05-10-2008 07:47 AM
Windows Server 2008 Network Shell (Netsh) Technical Reference is available for download James McIllece [MS] Wireless Networking 1 03-18-2008 02:12 AM
/* #include <someyhing.h> */ => include it or do not include it?That is the question .... Andreas Bogenberger C Programming 3 02-22-2008 10:53 AM
Help needed locating driver for ACER WLAN 11g USB Dongle (WLAN-G-US1) Chris Mitchell Wireless Networking 5 12-26-2007 05:48 PM
netsh>dump in eck eck Computer Support 1 07-21-2003 03:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57