MDM_DeviceStatus_CellularIdentities01_01 class
[Some information relates to pre-released 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.]
The MDM_DeviceStatus_CellularIdentities01_01 class enables the querying of a device's SIM cards.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[dynamic, provider("DMWmiBridgeProv")]
class MDM_DeviceStatus_CellularIdentities01_01
{
string InstanceID;
string ParentID;
string IMSI;
string ICCID;
string PhoneNumber;
string CommercializationOperator;
boolean RoamingStatus;
boolean RoamingCompliance;
};
Members
The MDM_DeviceStatus_CellularIdentities01_01 class has these types of members:
- Properties
Properties
The MDM_DeviceStatus_CellularIdentities01_01 class has these properties.
CommercializationOperator
Data type: string
Access type: Read-only
The mobile service provider or mobile operator associated with the specific IMEI number.
Supported operation is Get.
ICCID
Data type: string
Access type: Read-only
The Integrated Circuit Card ID (ICCID) of the SIM card associated with the specific IMEI number.
Supported operation is Get.
IMSI
Data type: string
Access type: Read-only
The International Mobile Subscriber Identity (IMSI) associated with the IMEI number.
Supported operation is Get.
InstanceID
Data type: string
Access type: Read-only
Qualifiers: key
The unique International Mobile Station Equipment Identity (IMEI) number of the mobile device. An IMEI is present for wach SIM card on the device.
ParentID
Data type: string
Access type: Read-only
Qualifiers: key
Node for queries on the SIM cards.
PhoneNumber
Data type: string
Access type: Read-only
Phone number associated with the specific IMEI number.
Supported operation is Get.
RoamingCompliance
Data type: boolean
Access type: Read-only
Boolean value that indicates compliance with the enforced enterprise roaming policy.
Supported operation is Get.
RoamingStatus
Data type: boolean
Access type: Read-only
Indicates whether the SIM card associated with the specific IMEI number is roaming.
Supported operation is Get.
Requirements
Minimum supported client |
Windows 10 Insider Preview |
Minimum supported server |
None supported |
Namespace |
Root\CIMv2\MDM\DMMap |
MOF |
DMWmiBridgeProv.mof |
DLL |
DMWmiBridgeProv.dll |