From 9b7e7124b719471a1e836c2d2c60bbf9565fecb1 Mon Sep 17 00:00:00 2001 From: Justin Hall Date: Tue, 8 Jan 2019 14:20:36 -0800 Subject: [PATCH] moved xml --- .../mdm/policy-csp-deviceinstallation.md | 60 ++++++++++--------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-deviceinstallation.md b/windows/client-management/mdm/policy-csp-deviceinstallation.md index 3529cf1d7a..ff2696627a 100644 --- a/windows/client-management/mdm/policy-csp-deviceinstallation.md +++ b/windows/client-management/mdm/policy-csp-deviceinstallation.md @@ -339,37 +339,8 @@ ADMX Info: -To enable this policy, use the following SyncML. This example prevents Windows from retrieving device metadata. -``` syntax - - - - $CmdID$ - - - ./Device/Vendor/MSFT/Policy/Config/PreventInstallationOfDevicesNotDescribedByOtherPolicySettings - - - int - - - - - - -``` - -To verify the policy is applied, check C:\windows\INF\setupapi.dev.log and see if the following is listed near the end of the log: - -```txt ->>> [Device Installation Restrictions Policy Check] ->>> Section start 2018/11/15 12:26:41.659 -<<< Section end 2018/11/15 12:26:41.751 -<<< [Exit status: SUCCESS] -``` -
@@ -442,6 +413,37 @@ ADMX Info: +To enable this policy, use the following SyncML. This example prevents Windows from installing devices that are not specifically described by any other policy setting. + + +``` syntax + + + + $CmdID$ + + + ./Device/Vendor/MSFT/Policy/Config/PreventInstallationOfDevicesNotDescribedByOtherPolicySettings + + + int + + + + + + +``` + +To verify the policy is applied, check C:\windows\INF\setupapi.dev.log and see if the following is listed near the end of the log: + +```txt +>>> [Device Installation Restrictions Policy Check] +>>> Section start 2018/11/15 12:26:41.659 +<<< Section end 2018/11/15 12:26:41.751 +<<< [Exit status: SUCCESS] +``` +