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

Renato Pereira 181 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 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,218 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 43,951 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--

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Renato Pereira 181 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.😒
    0 comments No comments