Azure VPN client machine-wide installer

Lanie Backstrum 0 Reputation points
2023-01-27T16:38:55.43+00:00

I am trying to find a way to install azure through the IT profile of a machine and have it available to users when they log in to that machine via domain. I already tried installing with the install files here ([https://aka.ms/azvpnclientdownload)as opposed to the windows store but the client is still only available on the original profile I installed it on, logging in to the machine as a different user, I cannot access the app.

I just need an IT installer for the Azure client so I don't have to have my users install it themselves on login to a new computer.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2023-01-27T20:10:50.7933333+00:00

    Hi, Lanie.

    It might be worth testing with the winget install of the package.

    https://learn.microsoft.com/en-us/windows/package-manager/winget/

    https://apps.microsoft.com/store/detail/azure-vpn-client/9NP355QT2SQB

    I've seen this deployed across Windows 10 PCs using Winget to install the Store app - I believe this ended up being installed for the system, but be worth testing.

    	Install-WinGetPackage -packageID "9NP355QT2SQB" #Azure VPN Client
    

Your answer

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