234k views
4 votes
You have recently set up a VPN server to allow your traveling salesmen access to the corporate resources while they are out of the office. You need to configure a new VPN connection on the 50 laptops used by the sales team members. You need to configure the VPN connection to only use Point-to-Point Tunneling (PPTP) with the maximum strength encryption. You want to do this with the least amount of effort as possible. What should you do

User Zarick Lau
by
5.0k points

2 Answers

5 votes

Final answer:

To configure the VPN connection with PPTP and maximum strength encryption on multiple laptops, create a PowerShell script or Group Policy that outlines the necessary settings. Then, distribute and execute the script across all laptops or apply the Group Policy, allowing for an efficient batch configuration.

Step-by-step explanation:

To configure a new VPN connection on the 50 laptops used by your sales team with the least amount of effort, the most efficient method would be to use a script or a Group Policy if the laptops are joined to a domain. Since you want to set up Point-to-Point Tunneling Protocol (PPTP) with the maximum strength encryption, you can create a PowerShell script or a configuration profile that includes all the necessary settings. Then, you can distribute and execute this script on all the laptops, which will automatically create the VPN connection with the correct settings. If you are using a Group Policy, you can create a new policy with the VPN settings and have it applied to all user accounts in the sales organization unit (OU) which will then configure the VPN automatically on the laptops when they are next connected to the corporate network.

User DirkH
by
5.4k points
6 votes

Answer:

What you need to do is to create a profile using the Connection Manager Administration Kit (CMAK).

Step-by-step explanation:

The relevant tool to use here is Connection Manager Administration Kit (CMAK).

The CMAK can be described as a tool that allows you to customize your network's remote connection experience by setting up predefined connections to remote servers and networks. The CMAK wizard is used to build and personalize a connection for your users.

Therefore, what you need to do is to create a profile by using the Connection Manager Administration Kit (CMAK). The profile created should then be saved to a network share. Lastly, each member of the sales team should be instructed to run the installation profile.

User LostInTheTrees
by
5.0k points