TestimoX

API Reference

Class

MdmInfo

Namespace ComputerX.Mdm
Assembly ComputerX
Modifiers sealed

Host MDM posture summary.

Inheritance

  • Object
  • MdmInfo

Constructors

Properties

public String ComputerName { get; set; } #

Computer name these values were collected for.

public Boolean IsEnrolled { get; set; } #

True when MDM enrollment indicators are present.

public Boolean IsAzureAdJoined { get; set; } #

True when Azure AD join indicators are present.

public Boolean IsWorkplaceJoined { get; set; } #

True when device registration/Workplace Join indicator is present.

public Int32 EnrollmentCount { get; set; } #

Count of enrollment registrations discovered.

public Int32 OmadmAccountCount { get; set; } #

Count of OMA-DM account registrations discovered.

public List<MdmEnrollmentInfo> Enrollments { get; set; } #

Enrollment registrations.