Dell Warranty Check Multiple Service Tags

Enter your Service Tag, express service code or EMC product ID to check on your warranty status, additional coverage options such as accidental damage or complete care and learn about your Dell warranty. A quick search gave me lots of people who want to query machines for service tags, but very little about people querying the Dell web site. Spiceworks links the service tag to a driver download page which takes the service tag as an URL argument. Navigating from that page to the 'System Configuration' page, in turn, uses that service tag. Function to check Dell warranty. Feel free to expand on this. Just sharing a function I wrote to pull down a Dell machine's warranty info. It'd be great if this could take in a CSV, get info for each service tag within that CSV, and then return another CSV with all that info for. Use the attached script to check multiple Dell Asset tags for warranty (place all asset tags in a file called: “DellServiceTags.txt”): download: wpdmfileid=”5″ When run it uses the service tags from the text file to create a csv file (results.csv).

Updated: 2013-11-20 – Added User submitted version of script to downloads.

Dell Warranty Check Multiple Service Tags Renewal

I have tweaked my powershell script for the SCCM Dell/HP tags due to popular demand so that it can be run on a single machine using a list of service tags as the source and then will output to a CSV file. The source CSV can have any number of columns however it MUST have the following three for the script to work “Name,Vendor,Tag” in its default state. You also need to edit the $infile & $outfile variables as required.

Dell

Dell Warranty Check Multiple Service Tags Online

This can be changed if you wish by editing the following three lines in the “Main” function.

  • $tag = $entry.Tag
  • $manu = $entry.Vendor
  • $name = $entry.Name

Name = The Name of the system

Vendor = The Manufacturer of the system (dell or HP)

Dell Warranty Check Multiple Service Tags 2017

Tag = The service tag of the system.

Dell Warranty Check Multiple Service Tags

As always any issues or feedback just leave a comment (or donate ;) )

Dell Laptops Warranty Check Usa

Files:

Dell Laptop Warranty Check

  • [download id=”36″]
  • [download id=”55″] – Nan’s Version, See Comments