From 40bd202a7423f68f3a552ea89cf74cdd51e177ad Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 23 May 2023 16:34:19 -0400 Subject: [PATCH 1/4] Update firewall-csp.md --- windows/client-management/mdm/firewall-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index b808c85dc3..c89f214241 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -23,7 +23,7 @@ The Firewall configuration service provider (CSP) allows the mobile device manag > [!NOTE] > Firewall rules in the FirewallRules section must be wrapped in an Atomic block in SyncML, either individually or collectively. > -> Atomic blocks are "all or nothing". If a firewall rule or firewall setting in an Atomic block fails to be applied, the entire Atomic block fails to be applied. +> Atomic blocks are "all or nothing." If a firewall rule or firewall setting in an Atomic block fails to be applied, the entire Atomic block fails to be applied. > > If an Atomic block contains a firewall rule or firewall setting that is not supported on a particular Windows OS version, the entire Atomic block fails to be applied on that Windows version. For example, firewall rules with IcmpTypesAndCodes are only supported on Windows 11, applying an Atomic block that contains a rule with IcmpTypesAndCodes on Windows 10 fails. From c30b1b18cef960107196bafeb0766cfa0ab584a8 Mon Sep 17 00:00:00 2001 From: docupdates <134548865+docupdates@users.noreply.github.com> Date: Wed, 24 May 2023 17:43:21 -0400 Subject: [PATCH 2/4] Update personalization-csp.md Adds note about WinPro compatibility with desktop image url --- windows/client-management/mdm/personalization-csp.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows/client-management/mdm/personalization-csp.md b/windows/client-management/mdm/personalization-csp.md index 2a42cdce89..93dd4df737 100644 --- a/windows/client-management/mdm/personalization-csp.md +++ b/windows/client-management/mdm/personalization-csp.md @@ -88,6 +88,12 @@ This represents the status of the DesktopImage. 1 - Successfully downloaded or c A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to be used as the Desktop Image. + +> [!NOTE] +> This setting is only compatible with Windows 10 Pro if SetEduPolicy is enabled in +[SharedPC](sharedpc-csp.md) +> +> This only applies to Windows 10 Pro and not the other editions listed From 485925c9fbb4ffbe80ec34f70ee624827a7c318a Mon Sep 17 00:00:00 2001 From: docupdates <134548865+docupdates@users.noreply.github.com> Date: Thu, 25 May 2023 11:17:31 -0400 Subject: [PATCH 3/4] Update windows/client-management/mdm/personalization-csp.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- windows/client-management/mdm/personalization-csp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/personalization-csp.md b/windows/client-management/mdm/personalization-csp.md index 93dd4df737..45a70dc48a 100644 --- a/windows/client-management/mdm/personalization-csp.md +++ b/windows/client-management/mdm/personalization-csp.md @@ -91,9 +91,9 @@ A http or https Url to a jpg, jpeg or png image that needs to be downloaded and > [!NOTE] > This setting is only compatible with Windows 10 Pro if SetEduPolicy is enabled in -[SharedPC](sharedpc-csp.md) +[SharedPC](sharedpc-csp.md). > -> This only applies to Windows 10 Pro and not the other editions listed +> This only applies to Windows 10 Pro and not the other editions listed. From 3acaccff27ee31ed4cb27238c15733ea6e1a38ac Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Thu, 25 May 2023 11:32:49 -0400 Subject: [PATCH 4/4] Update personalization-csp.md --- windows/client-management/mdm/personalization-csp.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/windows/client-management/mdm/personalization-csp.md b/windows/client-management/mdm/personalization-csp.md index 45a70dc48a..13569098fc 100644 --- a/windows/client-management/mdm/personalization-csp.md +++ b/windows/client-management/mdm/personalization-csp.md @@ -19,6 +19,9 @@ ms.topic: reference The Personalization CSP can set the lock screen and desktop background images. Setting these policies also prevents the user from changing the image. You can also use the Personalization settings in a provisioning package. + +> [!IMPORTANT] +> Personalization CSP is supported in Windows Enterprise and Education SKUs. It works in Windows Professional only when SetEduPolicies in [SharedPC CSP](sharedpc-csp.md) is set. @@ -88,12 +91,6 @@ This represents the status of the DesktopImage. 1 - Successfully downloaded or c A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to be used as the Desktop Image. - -> [!NOTE] -> This setting is only compatible with Windows 10 Pro if SetEduPolicy is enabled in -[SharedPC](sharedpc-csp.md). -> -> This only applies to Windows 10 Pro and not the other editions listed.