diff --git a/windows/client-management/mdm/policy-csp-messaging.md b/windows/client-management/mdm/policy-csp-messaging.md
index 167c581829..85a71cbbec 100644
--- a/windows/client-management/mdm/policy-csp-messaging.md
+++ b/windows/client-management/mdm/policy-csp-messaging.md
@@ -1,83 +1,195 @@
---
-title: Policy CSP - Messaging
-description: Enable, and disable, text message backup and restore as well as Messaging Everywhere by using the Policy CSP for messaging.
+title: Messaging Policy CSP
+description: Learn more about the Messaging Area in Policy CSP
+author: vinaypamnani-msft
+manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 12/21/2022
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.localizationpriority: medium
-ms.date: 09/27/2019
-ms.reviewer:
-manager: aaroncz
+ms.topic: reference
---
+
+
+
# Policy CSP - Messaging
-
+
+
+
-
-## Messaging policies
+
+## AllowMessageSync
-
- -
- Messaging/AllowMessageSync
-
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1607 [10.0.14393] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Messaging/AllowMessageSync
+```
+
-
-**Messaging/AllowMessageSync**
+
+
+This policy setting allows backup and restore of cellular text messages to Microsoft's cloud services.
+
-
+
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|No|No|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+Disable this feature to avoid information being stored on servers outside of your organization's control.
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+**Description framework properties**:
-> [!div class = "checklist"]
-> * Device
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
-
+
+**Allowed values**:
-
-
-Enables text message backup and restore and Messaging Everywhere. This policy allows an organization to disable these features to avoid information being stored on servers outside of their control.
+| Value | Description |
+|:--|:--|
+| 0 | message sync is not allowed and cannot be changed by the user. |
+| 1 (Default) | message sync is allowed. The user can change this setting. |
+
-
-
-ADMX Info:
-- GP Friendly name: *Allow Message Service Cloud Sync*
-- GP name: *AllowMessageSync*
-- GP path: *Windows Components/Messaging*
-- GP ADMX file name: *messaging.admx*
+
+**Group policy mapping**:
-
-
-The following list shows the supported values:
+| Name | Value |
+|:--|:--|
+| Name | AllowMessageSync |
+| Friendly Name | Allow Message Service Cloud Sync |
+| Location | Computer Configuration |
+| Path | Windows Components > Messaging |
+| Registry Key Name | Software\Policies\Microsoft\Windows\Messaging |
+| Registry Value Name | AllowMessageSync |
+| ADMX File Name | messaging.admx |
+
-- 0 - message sync isn't allowed and can't be changed by the user.
-- 1 - message sync is allowed. The user can change this setting.
+
+
+
-
-
+
-
+
+## AllowMMS
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:x: Pro
:x: Enterprise
:x: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1703 [10.0.15063] and later |
+
-## Related topics
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Messaging/AllowMMS
+```
+
+
+
+
+This policy setting allows you to enable or disable the sending and receiving cellular MMS messages.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 1 (Default) | Allow |
+| 0 | Block |
+
+
+
+
+
+
+
+
+
+## AllowRCS
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:x: Pro
:x: Enterprise
:x: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1703 [10.0.15063] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Messaging/AllowRCS
+```
+
+
+
+
+This policy setting allows you to enable or disable the sending and receiving of cellular RCS (Rich Communication Services) messages.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 1 (Default) | Allow |
+| 0 | Block |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md)