Share via

W11 Pro - VPN before login = "Allow other people to use this connection"

Renato Pereira 191 Reputation points
2023-05-05T17:58:26.3433333+00:00

Hi,

we received new laptops with Windows 11 Pro, we are unable to create VPN connection which will be allowing users to start VPN on login screen.

  • We are still using on premisses environment with Windows Server and AD.

Here is the steps used for W10Pro
######################
W10-VPN-allow-others-to-use-01

W10-VPN-allow-others-to-use-02

How to do the same on W11???

Windows for business | Windows Client for IT Pros | User experience | Other

Answer accepted by question author
  1. Limitless Technology 45,226 Reputation points
    2023-05-09T15:13:52.83+00:00

    Hello there,

    There is a better solution via elevated powershell:

    Add-VpnConnection -Name MY_VPN_NAME -ServerAddress MY_VPN_SERVER -AllUserConnection $true -SplitTunneling $true -AuthenticationMethod MSChapv2 -TunnelType Automatic -EncryptionLevel Required -PassThru

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    3 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Renato Pereira 191 Reputation points
    2023-05-30T08:02:49.6566667+00:00

    Tks for you help. That command worked fine!

    • I don't know why this option is still unavaible on the windows G.U.I.😒
    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.