Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 3.61 KB

README.md

File metadata and controls

81 lines (58 loc) · 3.61 KB

DPC

The new home for DPC. This repo replaces the PowerON Platforms AOVPN DPC Client with a new, open source and free to use version.

What is DPC?

Microsoft AOVPN is a VPN technology backed into Windows 10 and 11. It enables a (mostly) seamless connection either from boot or from login, enabling users to forget about remote connectivity and concentrate on their jobs.

AOVPN can be managed natively within Windows using an XML configuration which is then 'injected' into the Windows Configuration Service Provider (CSP). This is clunky, error prone and doesn't scale well or enable profile upgrades

Microsoft provide an configuration interface for Intune however this has its own issues including bugs, missing features and license requirements.

DPC attempts to solve these issues with features including:

  • Support for Active Directory GPOs
  • Built-in support for configuration changes
  • Error checking and profile misconfiguration identification
  • Limited FQDN resolution
  • Dynamic support for excluding M365 IPs in Force Tunnel
  • Monitoring of VPN State
  • Old VPN Profile Cleanup
  • Documentation for all settings

Need Commercial Support?

If your organisation in looking for direct access to the DPC development team, prioritised assistance and support then please reach out to dpc@darcy.org.uk and we can discuss your requirements

Questions?

Hang out and chat with us on the MS Remote Access UG Discord server if its a more general question or AOVPN related.

If you've got a specific issue or a feature request please create an issue in Github to enable easier tracking

DPC Setup/Installation

  • Download the latest DPC Installer from here
  • Grab the ADMX files from here and add to AD/Intune
  • Copy settings from existing AOVPN profile into the configuration GPO/Profile
  • Deploy configuration to end clients
  • Install DPC client on all end devices (Simple MSI with no attributes)

Migration from PowerON DPC for AD Users

  • Download new ADMX files from here
  • Add new ADMX files to Domain Controllers, ADMX Central store and client where Migrate-DPCConfig.ps1 will be run from
  • Create new GPO and Link to same Locations as previous GPO
  • Run Migrate-DPCConfig.ps1 from here
  • Review and Migrate any non-DPC settings in GPO
  • Upgrade DPC to Version 5+
  • Remove old GPO
  • Remove old ADMX Files

Please note that this script will not delete any previously added settings as such it is strongly recommended that an empty GPO is used

Migration from PowerON DPC for Intune Users

Unfortunately there is no easy way to copy an existing Configuration policy and update it in Intune, as such it is recommended that the new ADMX files are imported and settings are manually copied over.

Release Notes

Version 5.0.0

  • Removed Product Key and Trial Subsystems
  • Updated EULA
  • Updated License
  • Removed references to PowerON Platforms
  • Open Sourced Application
  • (Breaking Change) Changed Event Log Location
  • (Breaking Change) Changed Registry Location
  • (Breaking Change) Make Full Monitoring Mandatory
  • (Breaking Change) Removed Unsupported Domain Name Information Setting on Machine Tunnel

Development

With the release of DPC as an open source product additional Contributors are greatly welcomed!

Please take a look through the information here and raise an issue if you've got an idea or would like to get involved

Special Thanks

DPC would not have been possible without the following people

  • My Amazing Wife Christine
  • The entire team at PowerON
  • Richard Hicks
  • Philipp Kuhn