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 HardwareInventory row from the database that is persistent.


Syntax

CMS_RemoveHardwareInventory(category, entry)


Parameters

category (String)

Category name

entry (String)

variable name

Example

VBScript
If bStatus Then bStatus = CMS_RemoveHardwareInventory("BIOS Information", "Socket type")
If bStatus Then bStatus = CMS_RemoveHardwareInventory("Sound Adapter", "SoundBlaster compatiple")

Scripting Guidelines


Related functions

CMS_AddHardwareInventory

  • No labels