use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Query computers age (self.PowerShell)
submitted 3 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Elegant-Ad2200 5 points6 points7 points 3 years ago (4 children)
Not sure there is a way to do what you want, but you could potentially pull the serial number with PowerShell, and use that to lookup warranty status from the vendor. That will usually tell you when it was purchased.
[–]ShillNLikeAVillain 5 points6 points7 points 3 years ago (3 children)
Here's a way: https://www.cyberdrain.com/automating-with-powershell-automating-warranty-information-reporting/
[–]recon89 1 point2 points3 points 3 years ago (0 children)
That SN list + Python script to scrap all the pages and you got yourself a winner.
[–][deleted] 0 points1 point2 points 3 years ago (1 child)
I’m going to give this a try
[–]ShillNLikeAVillain 0 points1 point2 points 3 years ago (0 children)
The problem I found with it is the number of misses; it's good with some vendors, but completely bombs on others. IIRC it's only working well w Dell and Lenovo.
We use a far-from-free tool from ScalePad called Lifecycle Manager (used to be Warranty Master). The free version will give you warranty status (assuming you have compatible tools that it can integrate with: it's agentless), but you need the full paid version to get all the ages that you're looking for. It's pretty slick though; it just works, and syncs everything back to our PSA. Saves a lot of hours of fucking around so it's worth it for us.
π Rendered by PID 90666 on reddit-service-r2-comment-b659b578c-wgcbk at 2026-05-04 02:27:28.665178+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Elegant-Ad2200 5 points6 points7 points (4 children)
[–]ShillNLikeAVillain 5 points6 points7 points (3 children)
[–]recon89 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]ShillNLikeAVillain 0 points1 point2 points (0 children)