English 中文(简体)
• 如何配置与强权网的联系环境
原标题:How to configure Juniper Networks SA VPN connection settings with Powershell

一位地雷同事与他的联系有问题。 他的操作系统似乎与代理环境相似,他需要人工改变。 是否有办法使用权h和代理?

他正在使用Windows 7式电灯2。 在可能的情况下,也采用购买力平价。

他正在使用Juniper网络SA客户:

最佳回答

I downloaded it and it seems it had command line params, etc

nclauncher /? 
nclauncher [-url Url] [-u username] [-p password] [-r realm] [-help] [-stop] [-signout] [-version] [-d DSID] [-cert client certificate] 

例如:

nclauncher.exe -url https://sa.testing.com -u giantsUser -p password123 -r Users  

因此,权力书将像这样:

$url = "https://sa.testing.com"
$username = "giantsUser"
$password = Read-Host -assecurestring "Please enter your password:"

cd "C:Program FilesJuniper NetworksNetwork Connect 6.5.0"

.
clauncher -url $url -username $username -p $password # other params ...

If you know a better solution let me know and I will accept is still.

问题回答




相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

Listen to a port that is in use [duplicate]

Possible Duplicate: Get connecting IP from specified ports that using by other program. If a port is used by a program, is there any way I can listen that port and get the connected IP on that ...

Twisted Spread suitable for multiplayer racing sim?

Do you think that Twisted Spread may be suitable (in terms of performance) for a multiplayer racing simulator? The rest of the application is based on Python-Ogre. Can Perspective Broker run upon (...

Optimizing a LAN server for a game

I m the network programmer on a school game project. We want to have up to 16 players at once on a LAN. I am using the Server-Client model and am creating a new thread per client that joins. ...

multicast ip address - blocked in call to recvfrom

i am writing a simple multicast application. i intend to run it on localhost. i have done the following: char *maddr; . . . sendfd = socket(...); struct sockaddr_in sasend; sasend.sin_family = ...

Java HTTPAUTH

我试图把桌面应用程序连接起来,我是同D.icio.us api @ Delicious Alan书写的,简单地向他们提供我的用户名和密码,并请他把书记上写给我......。

热门标签