Skip to content

Commit 76386db

Browse files
authored
Update vpn-gateway-virtual-wan-vpn-profile-intune.md
1 parent 297ed3f commit 76386db

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

includes/vpn-gateway-virtual-wan-vpn-profile-intune.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,20 @@ For other supported options, see the [VPNv2 CSP](/windows/client-management/mdm/
3434

3535
```xml-interactive
3636
<VPNProfile>
37-
<!--<EdpModeId>corp.contoso.com</EdpModeId>-->
3837
<RememberCredentials>true</RememberCredentials>
3938
<AlwaysOn>true</AlwaysOn>
4039
<TrustedNetworkDetection>contoso.com,test.corp.contoso.com</TrustedNetworkDetection>
41-
<DeviceTunnel>false</DeviceTunnel>
42-
<RegisterDNS>false</RegisterDNS>
4340
<PluginProfile>
44-
<ServerUrlList>azuregateway-7cee0077-d553-4323-87df-069c331f58cb-053dd0f6af02.vpn.azure.com</ServerUrlList>
41+
<ServerUrlList>azuregateway-7cee0077-d553-4323-87df-069c331f58cb-053dd0f6af02.vpn.azure.com;FriendlyName</ServerUrlList>
4542
<CustomConfiguration>
4643
4744
</CustomConfiguration>
4845
<PluginPackageFamilyName>Microsoft.AzureVpn_8wekyb3d8bbwe</PluginPackageFamilyName>
4946
</PluginProfile>
47+
<RegisterDNS>false</RegisterDNS>
5048
</VPNProfile>
5149
```
52-
1. Modify the entry between ```<ServerUrlList>``` and ```</ServerUrlList>``` with the entry from your downloaded profile (azurevpnconfig.xml). Change the "TrustedNetworkDetection" FQDN to fit your environment.
50+
1. Modify the entry between ```<ServerUrlList>``` and ```;``` with the entry from your downloaded profile (azurevpnconfig.xml) and choose a "FriendlyName" of your choice to insert after the semicolon. Change the "TrustedNetworkDetection" FQDN to fit your environment.
5351
1. Open the Azure downloaded profile (azurevpnconfig.xml) and copy the entire contents to the clipboard by highlighting the text and pressing (ctrl) + C.
5452
1. 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.
5553
1. 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.

0 commit comments

Comments
 (0)