diff --git a/windows/client-management/mdm/multisim-csp.md b/windows/client-management/mdm/multisim-csp.md
index 9467b896ff..5453323c70 100644
--- a/windows/client-management/mdm/multisim-csp.md
+++ b/windows/client-management/mdm/multisim-csp.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
-ms.date: 02/27/2018
+ms.date: 03/22/2018
---
# MultiSIM CSP
@@ -30,9 +30,13 @@ Node representing a Mobile Broadband Modem. The node name is the modem ID. Modem
**_ModemID_/Identifier**
Modem ID.
+Supported operation is Get. Value type is string.
+
**_ModemID_/IsEmbedded**
Indicates whether this modem is embedded or external.
+Supported operation is Get. Value type is bool.
+
**_ModemID_/Slots**
Represents all SIM slots in the Modem.
@@ -42,17 +46,110 @@ Node representing a SIM Slot. The node name is the Slot ID. SIM Slot ID format i
**_ModemID_/Slots/_SlotID_/Identifier**
Slot ID.
+Supported operation is Get. Value type is integer.
+
**_ModemID_/Slots/_SlotID_/IsEmbedded**
Indicates whether this Slot is embedded or a physical SIM slot.
+Supported operation is Get. Value type is bool.
+
**_ModemID_/Slots/_SlotID_/IsSelected**
Indicates whether this Slot is selected or not.
+Supported operation is Get and Replace. Value type is bool.
+
**_ModemID_/Slots/_SlotID_/State**
Slot state (Unknown = 0, OffEmpty = 1, Off = 2, Empty = 3, NotReady = 4, Active = 5, Error = 6, ActiveEsim = 7, ActiveEsimNoProfile = 8)
+Supported operation is Get. Value type is integer.
+
**_ModemID_/Policies**
Policies associated with the Modem.
**_ModemID_/Policies/SlotSelectionEnabled**
-Determines whether the user is allowed to change slots in the Cellular settings UI. Default is true.
\ No newline at end of file
+Determines whether the user is allowed to change slots in the Cellular settings UI. Default is true.
+
+Supported operation is Get and Replace. Value type is bool.
+
+## Examples
+
+Get modem
+``` syntax
+
Added a new section:
+Added new section [ServicesAllowedList usage guide](policy-csp-bluetooth.md#servicesallowedlist-usage-guide).
Added SyncML examples and updated the settings descriptions.
+