Merged PR 8327: fixed formatting issues and moved the image

This commit is contained in:
Patti Short 2018-05-17 19:57:44 +00:00
commit d4361fa722

View File

@ -297,24 +297,23 @@ 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.
![Custom VPN Profile](images/custom-vpn-profile.png) 1. Sign into the Azure portal.
2. Go to **Intune** > **Device Configuration** > **Profiles**.
1. Sign into the Azure portal. 3. Click **Create Profile**.
2. Go to **Intune** > **Device Configuration** > **Profiles**. 4. Enter a name and (optionally) a description.
3. Click **Create Profile**. 5. Choose **Windows 10 and later** as the platform.
4. Enter a name and (optionally) a description. 6. Choose **Custom** as the profile type.
5. Choose **Windows 10 and later** as the platform. 7. Click **Add**.
6. Choose **Custom** as the profile type. 8. Configure the custom setting:
7. Click **Add**. a. Enter a name and (optionally) a description.
8. Configure the custom setting: b. Enter the OMA-URI: **./user/vendor/MSFT/_VPN profile name_/ProfileXML**.
a. Enter a name and (optionally) a description. c. Set Data type to **String (XML file)**.
b. Enter the OMA-URI: **./user/vendor/MSFT/_VPN profile name_/ProfileXML**. d. Upload the file with the profile XML.
c. Set Data type to **String (XML file)**. e. Click **OK**.
d. Upload the file with the profile XML. 9. Click **OK**, then click **Create**.
e. Click **OK**.
9. Click **OK**, then click **Create**.
10. Assign the profile. 10. Assign the profile.
![Custom VPN Profile](images/custom-vpn-profile.png)
## Learn more ## Learn more