SMS_UserMachineRelationship Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_UserMachineRelationship Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents …..  

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_UserMachineRelationship : SMS_BaseClass
{
    DateTime CreationTime;
    Boolean IsActive;
    UInt32 RelationshipResourceID;
    UInt32 ResourceClientType;
    UInt32 ResourceID;
    String ResourceName;
    UInt32 Sources[];
    UInt32 Types[];
    String UniqueUserName;
};

CreationTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

CreationTime.  

IsActive

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

IsActive.  

RelationshipResourceID

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

RelationshipResourceID.  

ResourceClientType

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Client type for computer.

ResourceID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Resource ID for machine.

ResourceName

Data type: String

Access type: Read-only

Qualifiers: [read]

Resource Name for machine.

Sources

Data type: UInt32 Array

Access type: Read-only

Qualifiers: [read]

Sources.  

Types

Data type: UInt32 Array

Access type: Read-only

Qualifiers: [read]

Types.  

UniqueUserName

Data type: String

Access type: Read-only

Qualifiers: [key, read]

User name in domain\user format.

Show: