Forum
Bildirimler
Hepsini Temizle
Windows Server
2
Yazılar
2
Üyeler
0
Reactions
456
Görüntüleme
Konu başlatıcı
Selamlar
Policy ile ssid gönderebiliyorum fakat wpa2 şifreleme kullanıyorum.Bu şifreyi nasıl clientlere otomatik girdirebilirim ?
Gönderildi : 12/12/2015 01:56
Merhaba,
Wireless profilinin girilmiş olduğu bir bilgisayarda profili export edip startup veya logon script ile import ettirebilirsin.
Kodları ve linki aşağıdan inceleyebilirsin.
Export the profile from a computer that has been configured to access the wireless network:
netsh wlan show profiles
Choose the profile you want to export and a location to export the file to:
netsh wlan export profile name=”home-network” folder=”g:\wireless-profile”
Once the profile has been exported, you can configure a login script to run the following command:
netsh wlan add profile filename="g:\wireless-profile.xml”
Gönderildi : 12/12/2015 03:35