From bf43425c5be0289c4ab09c2cd9fbc121e672e4c7 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Fri, 18 May 2018 12:07:43 -0700 Subject: [PATCH] changed the formatting in hopes of fixing the line spaces between steps --- .../vpn/vpn-profile-options.md | 43 +++++-------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/windows/security/identity-protection/vpn/vpn-profile-options.md b/windows/security/identity-protection/vpn/vpn-profile-options.md index 68f5c03c71..27a4e7db6b 100644 --- a/windows/security/identity-protection/vpn/vpn-profile-options.md +++ b/windows/security/identity-protection/vpn/vpn-profile-options.md @@ -298,45 +298,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. 1. Sign into the [Azure portal](https://portal.azure.com). -2. Go to Intune > Device Configuration > Properties. -3. Click Create Profile. +2. Go to **Intune** > **Device Configuration** > **Properties**. +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 profile XML file. - e. Click OK. +5. Choose **Windows 10 and later** as the platform. +6. Choose **Custom** as the profile type. +7. Click **Add**. +8. Enter a name and (optionally) a description. +9. Enter the OMA-URI **./user/vendor/MSFT/_VPN profile name_/ProfileXML**. +10. Set Data type to **String (XML file)**. +11. Upload the profile XML file. +12. Click **OK**. ![Custom VPN profile](images/custom-vpn-profile.png) -9. Click OK, then Create. +9. Click **OK**, then **Create**. 10. Assign the profile. -1. Sign into the [Azure portal](https://portal.azure.com). -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**. - - ![Custom VPN Profile](images/custom-vpn-profile.png) - -9. Click **OK**, then click **Create**. -10. Assign the profile. - - ## Learn more - [Learn how to configure VPN connections in Microsoft Intune](https://docs.microsoft.com/intune/deploy-use/vpn-connections-in-microsoft-intune)