mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Minor update
This commit is contained in:
parent
b95633aac2
commit
d38c8dc908
@ -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:
|
To prevent installation of devices with matching device instance IDs by using custom profile in Intune:
|
||||||
1. Locate the device instance ID.
|
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:
|
For example:
|
||||||
Replace
|
Replace
|
||||||
```USBSTOR\DISK&VEN_SAMSUNG&PROD_FLASH_DRIVE&REV_1100\0376319020002347&0```
|
```USBSTOR\DISK&VEN_SAMSUNG&PROD_FLASH_DRIVE&REV_1100\0376319020002347&0```
|
||||||
with
|
with
|
||||||
```USBSTOR\DISK&VEN_SAMSUNG&PROD_FLASH_DRIVE&REV_1100\0376319020002347&0```
|
```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-->
|
<!--/Example-->
|
||||||
<!--Validation-->
|
<!--Validation-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user