CMS_RemoveCustomInventory

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