Developer's DescriptionBy EMBY TechnologiesFind model, warranty start/end date, and days left of Dell machines via command line.Supply Dell service tags on the command line separated by a space, and it will return the following information on the command line, tab-delineated. TAG: MODEL: WARRANTY START DATE: WARRANTY END DATE: DAYS LEFT IN WARRANTY. You could put that to a text file or an xls file with something similar to this example: ServiceTagWC.exe SERVICETAG1 SERVICETAG2 SERVICETAG3 > C:\tags.xls.