From d38c8dc90860ce486a0b1a2d3a2b558aad3a02b6 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Fri, 25 Oct 2019 12:09:46 -0700 Subject: [PATCH] Minor update --- .../client-management/mdm/policy-csp-deviceinstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-deviceinstallation.md b/windows/client-management/mdm/policy-csp-deviceinstallation.md index 4080596f7d..01d16402fb 100644 --- a/windows/client-management/mdm/policy-csp-deviceinstallation.md +++ b/windows/client-management/mdm/policy-csp-deviceinstallation.md @@ -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.