2.2.5.1.2 ManagedStatus

The ManagedStatus type describes the computer managed status.

 <xs:simpleType name="ManagedStatus">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Managed" />
     <xs:enumeration value="NotManaged" />
     <xs:enumeration value="Unknown" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

Managed

The file backup feature on the client is managed by the server.

NotManaged

The file backup feature on the client is not managed by the server.

Unknown

The managed status is unknown.