First I think it is important to point out something. There are some
serious security and scalability implications with implementing
passphrase-based keys (PSK) in an enterprise environment. Any wireless with
knowledge of the passphrase will have access to the network until the
passphrase is changed. Changing the passphrase will require (manually in
most cases) reconfiguring every client and access point.
I recommend that you explore an 802.1x based solution especially since you
have already implemented a domain. You can even use Windows logon
credentials as the authentication mechanism. Restricting users from the
wireless network can be managed with Active Directory, access points will
only have to be configured once, and when coupled with WPA or WPA2 offer the
most secure capabilities available at this time.
The following links should be useful:
General wireless info:
http://www.microsoft.com/windowsserv...i/default.mspx
Information on designing and deploying a wireless network.
http://www.microsoft.com/technet/pro...45139780e.mspx
--
Jerry Peterson
Windows Network Services - Wireless
This posting is provided "AS IS" with no warranties, and confers no rights.
"DrBunsen" <(E-Mail Removed)> wrote in message
news

E54121F-DF93-4570-B20E-(E-Mail Removed)...
> I'm needing to setup our WPA-PSK security key on all our domain laptops
> (running WinXp SP2). The easiest way would seem to've been to use the
> Windows Connect Now utility, but it tells me that I can't use it on a PC
> that's a member of a domain. (Dumb dumb dumb....)
>
> Since that's intentionally limiting me, what can I use to setup our
> WPA-PSK
> on our laptop PCs other than to go to each one individually? Or is there
> a
> hack that will allow me to use WCN on a domain PC?
>
> Thanks!