Minor update

This commit is contained in:
ManikaDhiman 2019-10-25 12:09:46 -07:00
parent b95633aac2
commit d38c8dc908

View File

@ -814,13 +814,13 @@ For example, this custom profile prevents installation of devices with matching
To prevent installation of devices with matching device instance IDs by using custom profile in Intune:
1. Locate the device instance ID.
2. In the sample SyncML, replace `&` in the device instance IDs with `&`.
2. Replace `&` in the device instance IDs with `&`.
For example:
Replace
```USBSTOR\DISK&VEN_SAMSUNG&PROD_FLASH_DRIVE&REV_1100\0376319020002347&0```
with
```USBSTOR\DISK&VEN_SAMSUNG&PROD_FLASH_DRIVE&REV_1100\0376319020002347&0```
3. Add the SyncML into the Intune custom device configuration profile.
3. Replace the device instance IDs with `&` into the sample SyncML. Add the SyncML into the Intune custom device configuration profile.
<!--/Example-->
<!--Validation-->