5/13/2011

This method updates the existing configuration item.

Syntax

public static void Put(
  string 
provisioningItemUniqueId,
  string 
description,
  string 
type,
  string 
programName,
  string 
commandLine,
  string 
provisioningItemXML,
  string 
supportedDeviceTypes,
  string 
sourceSite
);

Parameters

provisioningItemUniqueId

[in] Unique identifier of the configuration item.

description

[in] Description of the configuration item.

type

[in] Type of the configuration item.

programName

[in] Name of a program defined using the SMS_ProgramWMI class.

commandLine

[in] Command-line command (including options) to run the program specified by the programNameparameter.

provisioningItemXML

[in] XML-formatted data for a configuration item used during import functionality.

supportedDeviceTypes

[in] Comma-separated list of supported device types.

sourceSite

[in] Site server used to deploy the configuration package that contains the configuration item.

Return Value

None

Remarks

None

See Also