Rquest for BigFix Script to Retrieve Warranty Details Using Serial Number

We have a requirement to retrieve system warranty details (Warranty Start Date and Warranty End Date) using the device serial number through BigFix.

Could you please help us with a BigFix Action Script or an alternative solution that can:

  • Fetch the system serial number automatically.
  • Query the OEM warranty database/API using the serial number.
  • Retrieve warranty start and end dates.
  • Store the warranty information in BigFix client settings or analysis properties for reporting purpose

The serial number can be collected easily using BigFix. However, warranty information (such as the warranty start and end dates) is not maintained by BigFix itself. This information resides with the device OEM (Dell, HP, Lenovo, etc.) and must be retrieved from the respective OEM's warranty service or API.

A possible approach would be:

  • Use BigFix to collect and export device serial numbers.

  • Store the serial numbers somewhere locally.

  • Develop a script or service that processes each serial number, identifies the device manufacturer, and queries the appropriate OEM warranty API (or other supported warranty lookup service).

  • Retrieve the warranty start and end dates from the OEM.

  • Write the results back into BigFix using client settings or an external data import process, allowing the information to be exposed through Analysis properties for reporting.

In short, BigFix can provide the device serial number, but retrieving warranty details requires integration with the OEM's warranty service, as this capability is outside the scope of BigFix itself.