In Configuration Manager 2007, Configuration Item message is the policy used to describe a unit of an assigned desired configuration item. It contains references to the additional content that needs to be downloaded (Service Modeling Language (SML) models), along with other Configuration Manager properties.

Message XML

<ConfigurationItem>

    <SDMTypeReference>

        <ModelName> </ModelName>

        <PackageName></PackageName>

        <PackageVersion></PackageVersion>

        <PackageHash></PackageHash>

        <PackageHashAlgorithm> </PackageHashAlgorithm>

    </SdmTypeReference>

    <SdmPackageDependencies>

        <SdmPackageDependency>

            <ModelName></ModelName>

            <PackageName> </PackageName>

            <PackageVersion></PackageVersion>

            <PackageHash> </PackageHash>

            <PackageHashAlgorithm> </PackageHashAlgorithm>

        </SdmPkgDependency>

    </SdmPkgDependencies>

    <IsBundle></IsBundle>

    <IsEnabled></IsEnabled>

    <IsExpired></IsExpired>

    <ApplicabilityCondition>

        <ApplicabilityRule>

            <UpdateId></UpdateId>

            <CISource>

                <Id></Id>

                <Version></Version>

            </CISource>

         </ApplicabilityRule>

    </ApplicabilityCondition>

    <Categories>

        <Category>

            <Property>

                <Value></Value>

            </Property>

        </Category>

    </Categories>

    <Properties>

        <Property>

            <Value></Value>

        </Property>

    </Properties>

</ConfigurationItem>

Remarks

The Configuration Item message is downloaded using a get call to the configuration item policy ISAPI filter.

See Also


Send comments about this topic to Microsoft.