diff --git a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
index ee6113b018..70e78f7fcd 100644
--- a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
+++ b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
@@ -104,6 +104,7 @@ For details about Microsoft mobile device management protocols for Windows 10 s
[Power/TurnOffHybridSleepPluggedIn](policy-csp-power.md#power-turnoffhybridsleeppluggedin)
[Power/UnattendedSleepTimeoutOnBattery](policy-csp-power.md#power-unattendedsleeptimeoutonbattery)
[Power/UnattendedSleepTimeoutPluggedIn](policy-csp-power.md#power-unattendedsleeptimeoutpluggedin)
+[Search/AllowFindMyFiles](policy-csp-search.md#search-allowfindmyfiles)
[System/AllowCommercialDataPipeline](policy-csp-system.md#system-allowcommercialdatapipeline)
[System/TurnOffFileHistory](policy-csp-system.md#system-turnofffilehistory)
[Update/AutomaticMaintenanceWakeUp](policy-csp-update.md#update-automaticmaintenancewakeup)
diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md
index bc3f8c600a..eebd7367d1 100644
--- a/windows/client-management/mdm/policy-configuration-service-provider.md
+++ b/windows/client-management/mdm/policy-configuration-service-provider.md
@@ -2899,6 +2899,9 @@ The following diagram shows the Policy configuration service provider in tree fo
Search/AllowCortanaInAAD
+
+ Search/AllowFindMyFiles
+
Search/AllowIndexingEncryptedStoresOrItems
@@ -4916,6 +4919,7 @@ The following diagram shows the Policy configuration service provider in tree fo
- [RemoteShell/SpecifyShellTimeout](./policy-csp-remoteshell.md#remoteshell-specifyshelltimeout)
- [Search/AllowCloudSearch](./policy-csp-search.md#search-allowcloudsearch)
- [Search/AllowCortanaInAAD](./policy-csp-search.md#search-allowcortanainaad)
+- [Search/AllowFindMyFiles](./policy-csp-search.md#search-allowfindmyfiles)
- [Search/AllowIndexingEncryptedStoresOrItems](./policy-csp-search.md#search-allowindexingencryptedstoresoritems)
- [Search/AllowSearchToUseLocation](./policy-csp-search.md#search-allowsearchtouselocation)
- [Search/AllowUsingDiacritics](./policy-csp-search.md#search-allowusingdiacritics)
diff --git a/windows/client-management/mdm/policy-csp-search.md b/windows/client-management/mdm/policy-csp-search.md
index 3106f2b945..71f49109e0 100644
--- a/windows/client-management/mdm/policy-csp-search.md
+++ b/windows/client-management/mdm/policy-csp-search.md
@@ -6,12 +6,13 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: MariciaAlforque
-ms.date: 05/01/2019
+ms.date: 05/14/2019
---
# Policy CSP - Search
-
+> [!WARNING]
+> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
@@ -25,6 +26,9 @@ ms.date: 05/01/2019
Search/AllowCortanaInAAD
+
+ Search/AllowFindMyFiles
+
Search/AllowIndexingEncryptedStoresOrItems
@@ -181,6 +185,71 @@ The following list shows the supported values:
+
+
+
+**Search/AllowFindMyFiles**
+
+
+
+
+ Home |
+ Pro |
+ Business |
+ Enterprise |
+ Education |
+ Mobile |
+ Mobile Enterprise |
+
+
+  |
+ 6 |
+ 6 |
+ 6 |
+ 6 |
+ |
+ |
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * Device
+
+
+
+
+
+Controls if the user can configure search to Find My Files mode, which searches files in secondary hard drives and also outside of the user profile. Find My Files does not allow users to search files or locations to which they do not have access.
+
+
+
+ADMX Info:
+- GP English name: *Allow Find My Files*
+- GP name: *AllowFindMyFiles*
+- GP path: *Computer Configuration/Administrative Templates/Windows Components/Search*
+- GP ADMX file name: *Search.admx*
+
+
+
+The following list shows the supported values:
+
+- 1 (Default) - Find My Files feature can be toggled (still off by default), and the settings UI is present.
+- 0 - Find My Files feature is turned off completely, and the settings UI is disabled.
+
+
+
+
+
+
+
+
+
+
+
@@ -872,4 +941,5 @@ Footnotes:
- 2 - Added in Windows 10, version 1703.
- 3 - Added in Windows 10, version 1709.
- 4 - Added in Windows 10, version 1803.
-- 5 - Added in Windows 10, version 1809.
\ No newline at end of file
+- 5 - Added in Windows 10, version 1809.
+- 6 - Added in Windows 10, version 1903.
\ No newline at end of file