Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Removes a CustomInventory row from the database that is persistent.


Syntax

CMS_RemoveCustomInventory(category, entry)


Parameters

category (String)

Category name

entry (String)

variable name

Example

VBScript
If bStatus Then bStatus = CMS_RemoveCustomInventory("Customer Inventory", "Install time packages")
If bStatus Then bStatus = CMS_RemoveCustomInventory("Bitlocker", "TPM Chip - Enabled")
If bStatus Then bStatus = CMS_RemoveCustomInventory("Bitlocker", "TPM Chip - Manufactured")

Scripting Guidelines


Related functions

CMS_AddCustomInventory

  • No labels