【问题标题】:How to Automate Pulse Secure on Windows 11如何在 Windows 11 上自动化 Pulse Secure
【发布时间】:2022-01-22 15:22:15
【问题描述】:

Windows 11 构建,使用脉冲安全 v9.1.8 连接到rise网络,将连接然后重新建立连接,直到它断开连接

解决方案:

进入您的网络设置和高级设置,直到您进入原始网络连接视图,等待脉冲安全显示为瞻博网络虚拟适配器,然后进入该连接的属性并启用“瞻博网络服务" 这可以让我的连接稳定

我有问题和解决方案,有没有办法自动化手动过程

参考: https://community.pulsesecure.net/t5/Pulse-Desktop-Clients/Windows-11-Pulse-Secure-Constant-Reconnecting-and-Disconnect/m-p/45957#M2674

【问题讨论】:

  • cloudbrothers.info/en/pulse-secure-windows-11 通过使用以下代码,我能够自动化该过程do { if ( (Get-NetAdapterBinding -InterfaceDescription "Juniper Networks Virtual Adapter" -ComponentID jnprns -ErrorAction SilentlyContinue).Enabled -eq $false ) { Enable-NetAdapterBinding -ComponentID jnprns -InterfaceDescription "Juniper Networks Virtual Adapter" "Enabled" } } while (1)

标签: windows pulsesecure


【解决方案1】:

连接到 VPN

在你的windows搜索中输入ncpa.cpl,网络适配器将被列出,找到“Pulse Secure”适配器,它只有在连接到VPN后才可见,然后右键单击>属性> Internet协议版本4>启用DHCP并自动DNS . 禁用 Internet 协议版本 6

断开并重新连接。

【讨论】:

    猜你喜欢
    • 2017-07-25
    • 2020-02-02
    • 2014-09-13
    • 2017-07-20
    • 1970-01-01
    • 2023-03-04
    • 2023-02-01
    • 1970-01-01
    • 2019-03-01
    相关资源
    最近更新 更多