Share via


SMS_SoftwareConversionRules

The SMS_SoftwareConversionRules WMI class describes the rules to convert the company or product name resource string into a standard name for software inventory. For example, different Microsoft products may contain variations of the Microsoft company name such as Microsoft Corporation or just Microsoft. The rules let you specify what company name to use.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SoftwareConversionRules : SMS_BaseClass
{
  uint32 RuleId;
  string OriginalName;
  string ConvertType;
  string NewName;
};

Properties

  • RuleId
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of the rule.

  • OriginalName
    Data type: string
    Access type: Read/write

    Original company or product name. The name can contain SQL wildcard characters (&, _, [], and [^]), but the OriginalName/ConvertType combination must be unique.

  • ConvertType
    Data type: string
    Access type: Read/write

    Type of resource string to convert. Values are: "Manufacturer" or "Product".

  • NewName
    Data type: string
    Access type: Read/write

    Name reported to software inventory.

Remarks

This class is added in SMS 2.0 Service Pack 1.

See Also

Resource Management Classes, SMS_G_System_SoftwareProduct