mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
Removed unnecessary indentation; corrected markup of note
This commit is contained in:
parent
123b497179
commit
45ab9f261c
@ -45,7 +45,9 @@ Before you can create a WIP policy using Intune, you need to configure an MDM or
|
||||
## Configure the MDM or MAM provider
|
||||
|
||||
1. Sign in to the Azure portal.
|
||||
|
||||
2. Click **Azure Active Directory** > **Mobility (MDM and MAM)** > **Microsoft Intune**.
|
||||
|
||||
3. Click **Restore Default URLs** or enter the settings for MDM or MAM user scope and click **Save**:
|
||||
|
||||

|
||||
@ -143,8 +145,14 @@ If you don't know the Store app publisher or product name, you can find them by
|
||||
8. Copy the `publisherCertificateName` value and paste it into the **Publisher Name** box and the `packageIdentityName` value into the **Product Name** box of Intune.
|
||||
|
||||
>[!Important]
|
||||
>The JSON file might also return a `windowsPhoneLegacyId` value for both the **Publisher Name** and **Product Name** boxes. This means that you have an app that’s using a XAP package and that you must set the **Product Name** as `windowsPhoneLegacyId`, and set the **Publisher Name** as `CN=` followed by the `windowsPhoneLegacyId`.<br><br>For example:<br>
|
||||
<code>{<br>"windowsPhoneLegacyId": "ca05b3ab-f157-450c-8c49-a1f127f5e71d",<br>}</code>
|
||||
>The JSON file might also return a `windowsPhoneLegacyId` value for both the **Publisher Name** and **Product Name** boxes. This means that you have an app that’s using a XAP package and that you must set the **Product Name** as `windowsPhoneLegacyId`, and set the **Publisher Name** as `CN=` followed by the `windowsPhoneLegacyId`.
|
||||
>
|
||||
> For example:
|
||||
>
|
||||
> ```json
|
||||
> {
|
||||
> "windowsPhoneLegacyId": "ca05b3ab-f157-450c-8c49-a1f127f5e71d",
|
||||
> }
|
||||
|
||||
### Add Desktop apps
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user