The SMS_SecondarySiteStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents secondary site installation or uninstallation status.

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

Class SMS_SecondarySiteStatus : SMS_BaseClass
{
	String Description;
	DateTime MessageTime;
	String SiteCode;
	UInt32 SiteInstallID;
	String Status;
	UInt32 StatusID;
};

Methods

The SMS_SecondarySiteStatus class does not define any methods.

Properties

Description

Data type: StringAccess type: ReadQualifiers: noneDescription of the status for secondary installation or uninstallation status.
MessageTime

Data type: DateTimeAccess type: Read Qualifiers: [key]Time of the message reported for the secondary site installation or uninstallation.
SiteCode

Data type: StringAccess type: ReadQualifiers: [key]Site code of the secondary site.
SiteInstallID

Data type: UInt32Access type: ReadQualifiers: [key]Site installation or uninstallation identifier.
Status

Data type: StringAccess type: ReadQualifiers: noneSecondary site installation or uninstallation status.
StatusID

Data type: UInt32Access type: ReadQualifiers: [key]Identifier for the status.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also