CMS_RemoveHardwareInventory
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")