updated the Apply ProfileXML using Intune steps

This commit is contained in:
Patti Short 2018-05-17 09:43:22 -07:00
parent 87c9fabb35
commit 57fc22e19e
2 changed files with 20 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -6,9 +6,10 @@ ms.prod: w10
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
ms.pagetype: security, networking ms.pagetype: security, networking
author: jdeckerms author: shortpatti
ms.author: pashort
ms.localizationpriority: high ms.localizationpriority: high
ms.date: 07/27/2017 ms.date: 05/17/2018
--- ---
# VPN profile options # VPN profile options
@ -296,9 +297,24 @@ The following is a sample plug-in VPN profile. This blob would fall under the Pr
After you configure the settings that you want using ProfileXML, you can apply it using Intune and a **Custom Configuration (Windows 10 Desktop and Mobile and later)** policy. After you configure the settings that you want using ProfileXML, you can apply it using Intune and a **Custom Configuration (Windows 10 Desktop and Mobile and later)** policy.
The OMS-URI setting to apply ProfileXML is **./user/vendor/MSFT/*VPN profile name*/ProfileXML**. ![Custom VPN Profile](images/custom-vpn-profile.png)
1. Sign into the Azure portal.
2. Go to **Intune** > **Device Configuration** > **Profiles**.
3. Click **Create Profile**.
4. Enter a name and (optionally) a description.
5. Choose **Windows 10 and later** as the platform.
6. Choose **Custom** as the profile type.
7. Click **Add**.
8. Configure the custom setting:
a. Enter a name and (optionally) a description.
b. Enter the OMA-URI: **./user/vendor/MSFT/_VPN profile name_/ProfileXML**.
c. Set Data type to **String (XML file)**.
d. Upload the file with the profile XML.
e. Click **OK**.
9. Click **OK**, then click **Create**.
10. Assign the profile.
![Paste your ProfileXML in OMA-URI Setting value field](images/vpn-profilexml-intune.png)
## Learn more ## Learn more