Error code: -2016345612 \ 0x87d101f4 Deploying Azure VPN Config from Intune

  1. Download the VPN profile from the Azure portal and extract the azurevpnconfig.xml file from the package.
  2. Copy and paste the text below into a new text editor file.
 <VPNProfile>
   <RememberCredentials>true</RememberCredentials>
   <AlwaysOn>False</AlwaysOn>
   <TrustedNetworkDetection>contoso.com,test.corp.contoso.com</TrustedNetworkDetection>
   <PluginProfile>
     <ServerUrlList>azuregateway-7cee0077-d553-4323-87df-069c331f58cb-053dd0f6af02.vpn.azure.com;FriendlyName</ServerUrlList> 
     <CustomConfiguration>

     </CustomConfiguration>
     <PluginPackageFamilyName>Microsoft.AzureVpn_8wekyb3d8bbwe</PluginPackageFamilyName>
   </PluginProfile>
   <RegisterDNS>false</RegisterDNS>
 </VPNProfile>
  1. Modify the entry between <ServerUrlList> and ; with the entry from your downloaded profile (azurevpnconfig.xml) and choose a “FriendlyName” of your choice (like myVpn) to insert after the semicolon. Change the “TrustedNetworkDetection” FQDN to fit your environment.
  2. Open the Azure downloaded profile (azurevpnconfig.xml) and copy the entire contents to the clipboard by highlighting the text and pressing (ctrl) + C.
  3. Paste the copied text from the previous step into the file you created in step 2 between the <CustomConfiguration> </CustomConfiguration> tags. Save the file with an xml extension.
  4. Write down the value in the <name> </name> tags. This is the name of the profile. You can also modify this value to something more meaningful, as it will be visible to the end users. You will need this name when you create the profile in Intune. Close the file and remember the location where it is saved.
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...