Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > Automating Wireless Zero Config profiles

Reply
Thread Tools Display Modes

Automating Wireless Zero Config profiles

 
 
vhartline
Guest
Posts: n/a

 
      12-07-2007, 03:52 PM
I have been assigned the task to create a script/installer to configure
WZCSVC fo rour company's wireless network. I have written a vbscript to do
so by writing to the specific registry keys(WZCSVC\interfaces &
EAPOL\interfaces). I have come to find out that our various laptops models
write different data to WZCSVC\interfaces. Instead of writing a script for
each laptop model I ran into WZCSAPI. The problem that I have is that I do
not know how to install IProvisioningProfileNetwork xml file that I have
created.

The question is "how do I install the wireless config XML OR is it possible
to call the wireless API's with WMI or VB?

And of course, as usual, my company has given me very little time to come up
with a solution.
Any help would be greatly appreciated.
 
Reply With Quote
 
 
 
 
pavel_a
Guest
Posts: n/a

 
      12-07-2007, 04:42 PM
You may find better/faster help with this in MSDN forum and developers
newsgroups.

The wi-fi interface GUIDs are unique to all of your computers (unless they
were cloned).
You can get the the registry key names on each machine using
the StdRegProv WMI class. The names of subkeys indeed are the
interface names.

For WinXP, WZCAPI is not documented and not recommended to use.
Instead, there is the new "native wi-fi" API - please see MSDN.

Regards,
--PA


"vhartline" <(E-Mail Removed)> wrote in message
news:1D728C03-A6E0-4526-9AFC-(E-Mail Removed)...
> I have been assigned the task to create a script/installer to configure
> WZCSVC fo rour company's wireless network. I have written a vbscript to
> do
> so by writing to the specific registry keys(WZCSVC\interfaces &
> EAPOL\interfaces). I have come to find out that our various laptops
> models
> write different data to WZCSVC\interfaces. Instead of writing a script
> for
> each laptop model I ran into WZCSAPI. The problem that I have is that I
> do
> not know how to install IProvisioningProfileNetwork xml file that I have
> created.
>
> The question is "how do I install the wireless config XML OR is it
> possible
> to call the wireless API's with WMI or VB?
>
> And of course, as usual, my company has given me very little time to come
> up
> with a solution.
> Any help would be greatly appreciated.


 
Reply With Quote
 
vhartline
Guest
Posts: n/a

 
      12-07-2007, 05:03 PM
Thank you for your reply. I have looked at the API's and in the process of
figuring out how to use them with VB (I do not think that I can use
vbscripting with these).
I will post my results if any.

"pavel_a" wrote:

> You may find better/faster help with this in MSDN forum and developers
> newsgroups.
>
> The wi-fi interface GUIDs are unique to all of your computers (unless they
> were cloned).
> You can get the the registry key names on each machine using
> the StdRegProv WMI class. The names of subkeys indeed are the
> interface names.
>
> For WinXP, WZCAPI is not documented and not recommended to use.
> Instead, there is the new "native wi-fi" API - please see MSDN.
>
> Regards,
> --PA
>
>
> "vhartline" <(E-Mail Removed)> wrote in message
> news:1D728C03-A6E0-4526-9AFC-(E-Mail Removed)...
> > I have been assigned the task to create a script/installer to configure
> > WZCSVC fo rour company's wireless network. I have written a vbscript to
> > do
> > so by writing to the specific registry keys(WZCSVC\interfaces &
> > EAPOL\interfaces). I have come to find out that our various laptops
> > models
> > write different data to WZCSVC\interfaces. Instead of writing a script
> > for
> > each laptop model I ran into WZCSAPI. The problem that I have is that I
> > do
> > not know how to install IProvisioningProfileNetwork xml file that I have
> > created.
> >
> > The question is "how do I install the wireless config XML OR is it
> > possible
> > to call the wireless API's with WMI or VB?
> >
> > And of course, as usual, my company has given me very little time to come
> > up
> > with a solution.
> > Any help would be greatly appreciated.

>

 
Reply With Quote
 
StefanoB
Guest
Posts: n/a

 
      02-28-2008, 03:43 PM


"vhartline" wrote:

> I have been assigned the task to create a script/installer to configure
> WZCSVC fo rour company's wireless network. I have written a vbscript to do
> so by writing to the specific registry keys(WZCSVC\interfaces &
> EAPOL\interfaces). I have come to find out that our various laptops models
> write different data to WZCSVC\interfaces. Instead of writing a script for
> each laptop model I ran into WZCSAPI. The problem that I have is that I do
> not know how to install IProvisioningProfileNetwork xml file that I have
> created.
>
> The question is "how do I install the wireless config XML OR is it possible
> to call the wireless API's with WMI or VB?
>
> And of course, as usual, my company has given me very little time to come up
> with a solution.
> Any help would be greatly appreciated.

 
Reply With Quote
 
StefanoB
Guest
Posts: n/a

 
      02-28-2008, 03:46 PM
Do you have found the solution for this problem?
can you send me the code or the exe, or a contact / site to found something
help me?
I am exactaly in your same position!
Thank you very much, bye
StefanoB

"vhartline" wrote:

> Thank you for your reply. I have looked at the API's and in the process of
> figuring out how to use them with VB (I do not think that I can use
> vbscripting with these).
> I will post my results if any.
>
> "pavel_a" wrote:
>
> > You may find better/faster help with this in MSDN forum and developers
> > newsgroups.
> >
> > The wi-fi interface GUIDs are unique to all of your computers (unless they
> > were cloned).
> > You can get the the registry key names on each machine using
> > the StdRegProv WMI class. The names of subkeys indeed are the
> > interface names.
> >
> > For WinXP, WZCAPI is not documented and not recommended to use.
> > Instead, there is the new "native wi-fi" API - please see MSDN.
> >
> > Regards,
> > --PA
> >
> >
> > "vhartline" <(E-Mail Removed)> wrote in message
> > news:1D728C03-A6E0-4526-9AFC-(E-Mail Removed)...
> > > I have been assigned the task to create a script/installer to configure
> > > WZCSVC fo rour company's wireless network. I have written a vbscript to
> > > do
> > > so by writing to the specific registry keys(WZCSVC\interfaces &
> > > EAPOL\interfaces). I have come to find out that our various laptops
> > > models
> > > write different data to WZCSVC\interfaces. Instead of writing a script
> > > for
> > > each laptop model I ran into WZCSAPI. The problem that I have is that I
> > > do
> > > not know how to install IProvisioningProfileNetwork xml file that I have
> > > created.
> > >
> > > The question is "how do I install the wireless config XML OR is it
> > > possible
> > > to call the wireless API's with WMI or VB?
> > >
> > > And of course, as usual, my company has given me very little time to come
> > > up
> > > with a solution.
> > > Any help would be greatly appreciated.

> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Automating WEP for new wireless router WillCaz Wireless Networks 3 09-20-2007 05:39 PM
Automating Telnet or SSH Samuel Linux Networking 4 09-14-2007 05:35 PM
WPS - Read Zero Config Wireless Profiles Prikko Wireless Networks 9 05-02-2005 09:35 PM
Automating Telnet Sessions Siva Palaninathan Linux Networking 3 10-27-2004 11:40 PM
automating VPN connection joe bennett Windows Networking 0 12-18-2003 11:26 PM



1 2 3 4 5 6 7 8 9 10 11