→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!
‎12-16-2009 06:12 PM
FYI: Lansweeper 5.0 which is currently in beta will have this feature build-in for Dell, HP, Lenovo
<add key="DellWarrantyURL" value="http://xserv.dell.com/services/assetservice.asmx"/>
Usage: UpdateDellWarrantyInfo [options] [-verbose]
Options
-all
Will update the warranty information for all Dell computers in the Lansweeper
database.
-warrantyInfo
Will update the warranty information only for the Dell computers that have
empty warranty and purchase dates in the Lansweeper database.
-assetTag <assetTag>
Will update the warranty information for a single Dell computer based on the
asset tag. Must provide a single asset tag.
-computer <computerName>
Will update the warranty information for a single Dell computer based on the
computer name. Must provide a single computer name.
-verbose
Print troubleshooting information to the console.
-help
Will display this screen.
NOTE: If no options are provided, will update all Dell computers.
‎02-20-2010 12:38 AM
‎02-19-2010 09:45 PM
‎02-19-2010 11:52 PM
BSONO wrote:
I'm not sure if anyone gave Corbett the HP information, but our HP serial numbers also require a part number. I cannot find anyway to get the part number from WMI, registry etc. The only way I know of is physically looking at the number on the computer/server. Our provider is HP so this would be very helpful. Thanks,
‎02-08-2010 02:43 PM
Select tblComputers.Computername, tblCompCustom.Warrantydate, tblCompCustom.PurchaseDate, tblComputersystem.Manufacturer, tblComputersystem.Model From tblComputers Inner Join tblCompCustom On tblComputers.Computername = tblCompCustom.Computername Inner Join tblComputersystem On tblComputers.Computername = tblComputersystem.Computername Where tblCompCustom.Warrantydate <= Convert(DateTime,Convert(VarChar(10),GetDate(),120),120) And tblComputersystem.Model Not Like 'Power%'
Select tblComputers.Computername, tblCompCustom.Warrantydate, tblCompCustom.PurchaseDate, tblComputersystem.Manufacturer, tblComputersystem.Model From tblComputers Inner Join tblCompCustom On tblComputers.Computername = tblCompCustom.Computername Inner Join tblComputersystem On tblComputers.Computername = tblComputersystem.Computername Where tblCompCustom.Warrantydate <= Convert(DateTime,Convert(VarChar(10),GetDate(),120),120) And tblComputersystem.Model Like 'Power%'
‎01-25-2010 05:05 PM
‎01-20-2010 04:45 PM
‎01-19-2010 10:21 AM
‎01-19-2010 03:45 PM
Facilities wrote:
Would you be able to do the same for IBM/Lenovo and HP?
I have sample data etc for you if you need data to test with.
‎04-23-2010 08:53 PM
Corbett wrote:
I wondered when this was going to happen.
If you could give me a sample URL for both IBM and HP I can look at the amount of work involved. Would you be willing to beta test? I have no IBM or HP machines.Facilities wrote:
Would you be able to do the same for IBM/Lenovo and HP?
I have sample data etc for you if you need data to test with.
‎01-18-2010 11:45 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now