SMS_AIProxy Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_AIProxy Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an Asset Intelligence proxy computer.

noteNote
This class can be accessed only on the central site.

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

Class SMS_AIProxy : SMS_BaseClass 
{ 
      string CatalogWatermark; 
      uint32 CategoryChangeCount; 
      uint32 CPUChangeCount; 
      uint32 HWReqChangeCount; 
      datetime LastCatalogUpdateCompletion; 
      datetime LastCatalogUpdateRequest; 
      uint32 LastSCOReturnCode; 
      boolean PeriodicCatalogUpdateEnabled; 
      string PeriodicCatalogUpdateSchedule; 
      uint32 Port; 
      string ProxyCertPath; 
      boolean ProxyEnabled; 
      string ProxyName; 
      uint32 ProxyPollingInterval; 
      uint32 ProxyState; 
      boolean RelevancyOptOut; 
      string SCOURL; 
      uint32 SoftwareTitlesChangeCount; 
};

The following table lists the methods in the SMS_AIProxy class.

 

Method Description

RequestCatalogUpdate Method in Class SMS_AIProxy

Method to initiate a System Center Online (SCO) catalog.

CatalogWatermark
Data type: String

Access type: Read Only

Qualifiers: None

The System Center Online catalog watermark, used for internal purposes. This is the watermark that was obtained during the last successful SCO catalog update. This watermark is sent up to the SCO again to request the next batch of updates.

CategoryChangeCount
Data type: UInt32

Access type: Read Only

Qualifiers: None

An incrementing count of how many times the category catalog from SCO has been changed since this proxy was installed.

CPUChangeCount
Data type: UInt32

Access type: Read Only

Qualifiers: None

An incrementing count of how many times the CPU catalog from SCO has been changed since this proxy was installed.

HWReqChangeCount
Data type: UInt32

Access type: Read Only

Qualifiers: None

An incrementing count of how many times the hardware requirements catalog from SCO has been changed since this proxy was installed.

LastCatalogUpdateCompletion
Data type: DateTime

Access type: Read Only

Qualifiers: None

The last successful completion of an SCO catalog update.

LastCatalogUpdateRequest
Data type: DateTime

Access type: Read Only

Qualifiers: None

Indicates the last time a manually triggered Request Catalog Update was done by the user.

LastSCOReturnCode
Data type: UInt32

Access type: Read Only

Qualifiers: None

Last HTTPS return code by SCO.

PeriodicCatalogUpdateEnabled
Data type: Boolean

Access type: Read/Write

Qualifiers: None

true if the user has enabled periodic catalog updates.

PeriodicCatalogUpdateSchedule
Data type: String

Access type: Read/Write

Qualifiers: None

User-defined schedule of when the SCO catalog updates occur.

Port
Data type: UInt32

Access type: Read/Write

Qualifiers: None

Secure Sockets Layer (SSL) port to use for SCO connection.

 

TypeValue

Default

443

Minimum

1

Maximum

65535

ProxyCertPath
Data type: String

Access type: Read/Write

Qualifiers: None

Full Universal Naming Convention (UNC) path of the authentication certificate file.

ProxyEnabled
Data type: Boolean

Access type: Read/Write

Qualifiers: None

true if the user has enabled the proxy operations.

ProxyName
Data type: String

Access type: Read/Write

Qualifiers: key

Fully qualified domain name (FQDN) name of the proxy computer.

ProxyPollingInterval
Data type: UInt32

Access type: Read/Write

Qualifiers: None)

Polling interval between proxy computer and database, in seconds.

 

TypeValue

Default

900 (15 Minutes)

Minimum

60 (1 Minute)

Maximum

86400 (24 Hours)

ProxyState
Data type: UInt32

Access type: Read Only

Qualifiers: Enumeration

Indicates the last SCO communication state. This comes from the proxy to the Asset Intelligence server processor through file replication.

 

ValueDefinition

0

Not installed

1

Installed

2

Bad configuration

3

Reserved state

4

Bad certificate

5

SCO is online

6

SCO is offline

RelevancyOptOut
Data type: Boolean

Access type: Read/Write

Qualifiers: None

true if the user has opted out of sending relevancy information.

SCOURL
Data type: String

Access type: Read/Write

Qualifiers: None

The URL of the SCO.

SoftwareTitlesChangeCount
Data type: UInt32

Access type: Read Only

Qualifiers: None

An incrementing count of how many times the software title catalog from SCO has been changed since this proxy was installed.

Class qualifiers for this class include:

  • DisplayName("AI Proxy Table")

  • Dynamic

  • Provider("ExtnProv")

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Runtime Requirements

Development Requirements

Show: