From dd24cbfbc9564cc9f9d99141b975eeb1ddb5f632 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Mon, 23 Sep 2019 16:06:01 -0700 Subject: [PATCH] Added a reference link --- windows/client-management/mdm/policy-csp-storage.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-storage.md b/windows/client-management/mdm/policy-csp-storage.md index 388f8e9dfb..d6ed85073e 100644 --- a/windows/client-management/mdm/policy-csp-storage.md +++ b/windows/client-management/mdm/policy-csp-storage.md @@ -646,8 +646,10 @@ ADMX Info: -Example for setting the device custom OMA-URI setting for this policy: -To deny write access to removable storage within Intune’s custom profile, set the OMA-URI, ```.\[device|user]\vendor\msft\policy\[config|result]\Storage/RemovableDiskDenyWriteAccess```, with integer=1. +Example for setting the device custom OMA-URI setting to enable this policy: +To deny write access to removable storage within Intune’s custom profile, set OMA-URI to ```.\[device|user]\vendor\msft\policy\[config|result]\Storage/RemovableDiskDenyWriteAccess```, Data type to Integer, and Value to 1. + +See [Use custom settings for Windows 10 devices in Intune](https://docs.microsoft.com/en-us/intune/custom-settings-windows-10) for information on how to create custom profiles.