Judical Posted July 15, 2016 Report post Posted July 15, 2016 Is there an up to date way for pulling this information with SCCM? This was the previous way to do it. https://sccmguru.wordpress.com/2014/04/24/hp-and-lenovo-warranty-information-in-configuration-manager-2012-r2/ This script is attached since its not available anymore on the site Can any scriptwriters in the forums try to modify the existing script to add this; $test = Invoke-WebRequest -uri http://support.lenovo.com/us/en/warrantylookup-SessionVariable ln $form = $test.forms[0] $serial = 'MJNECHL' $form.Fields["serialCode"]="$($serial)" $answer = Invoke-WebRequest -Uri ("http://support.lenovo.com"+ $form.Action) -WebSession $ln -Method $form.Method -Body $form.Fields $a = $answer.ParsedHtml.getElementById("warranty_result_div").outerText $a.Substring(39,10) -Judical Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted July 15, 2016 Report post Posted July 15, 2016 Nickolaj made something nice to do that job, see: http://www.scconfigmgr.com/2015/03/21/get-lenovo-warranty-information-with-powershell/ Quote Share this post Link to post Share on other sites More sharing options...
Judical Posted July 15, 2016 Report post Posted July 15, 2016 Are you using this Peter? Its pointing at the old Lenovo site that was removed just like the original script I had linked. -Judical Quote Share this post Link to post Share on other sites More sharing options...
cfreeman21 Posted September 26, 2016 Report post Posted September 26, 2016 I am also looking for this... Does anyone have a working solution today that will pull warranty information for Lenovo into SCCM? Quote Share this post Link to post Share on other sites More sharing options...
Eswar Koneti Posted September 27, 2016 Report post Posted September 27, 2016 i would look at enhansoft for warranty information http://www.enhansoft.com/product/warranty-information-reporting for some custom solution. Quote Share this post Link to post Share on other sites More sharing options...
Judical Posted September 29, 2016 Report post Posted September 29, 2016 deleted Quote Share this post Link to post Share on other sites More sharing options...
cfreeman21 Posted October 4, 2016 Report post Posted October 4, 2016 I found this https://scottkeiffer.wordpress.com/2013/07/12/computer-warranty-info-formerly-dell-warranty-info/but I see he is creating a seperate database i thought that was frowned upon in SCCM World? thoughts? Quote Share this post Link to post Share on other sites More sharing options...
cfreeman21 Posted October 26, 2016 Report post Posted October 26, 2016 Anyone have a working solution for Lenovo Warranty in SCCM weather it rights to DB or to Registry? Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted October 26, 2016 Report post Posted October 26, 2016 I have been keeping quite on this thread since I work for Enhansoft but if you have any questions about how our solution works, let me know. Quote Share this post Link to post Share on other sites More sharing options...
cfreeman21 Posted December 14, 2016 Report post Posted December 14, 2016 I am shocked nobody else is looking for this feature... Where I used to work we had Dell and I was able to get this working, but Lenovo is a different animal. Nobody has a working "free" solution for this? Quote Share this post Link to post Share on other sites More sharing options...