one more trick to try to fix the formatting issue

This commit is contained in:
Patti Short
2018-05-18 07:10:12 -07:00
parent 394169cece
commit e1d2e3e588

View File

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