The SMS_Authority class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents the Configuration Manager site that manages the client.

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

Class SMS_Authority : CCM_Authority
{
	String Capabilities;
	String CurrentManagementPoint;
	UInt32 Index;
	String Name;
	UInt32 PolicyOrder;
	String PolicyRequestTarget;
	String Protocol;
	String SigningCertificate;
	UInt32 Version;
};

Methods

The SMS_Authority class does not define any methods.

Properties

Capabilities

Data type: StringAccess type: Read/WriteQualifiers: NoneReserved.
CurrentManagementPoint

Data type: StringAccess type: Read/WriteQualifiers: NoneThe current management point for the site.
Index

Data type: UInt32Access type: Read/WriteQualifiers: NoneFor assigned Management Point rotation.
Name

Data type: StringAccess type: Read/WriteQualifiers: [key] Name of the authority.
PolicyOrder

Data type: UInt32Access type: Read/WriteQualifiers: NoneDetermines the priority of the authority when resolving policy conflicts. The lower the order, the higher the priority of the authority's policy.
PolicyRequestTarget

Data type: StringAccess type: Read/WriteQualifiers: NoneSpecifies the target for requesting policy assignments. If this value is NULL, no policy is requested for this authority.
Protocol

Data type: StringAccess type: Read/WriteQualifiers: NoneReserved.
SigningCertificate

Data type: StringAccess type: Read/WriteQualifiers: NoneThe site signing certificate. This is only relevant in native mode.
Version

Data type: UInt32Access type: Read/WriteQualifiers: NoneThe version of the authority.

Requirements

Runtime Requirements

Development Requirements

See Also