dotps1 / HPWarranty

PowerShell module to help retrieve Hewlett-Packard Warranty Information
https://www.powershellgallery.com/packages/HPWarranty/
43 stars 17 forks source link

Can you use this to import info to SCCM #37

Closed JoshGitHubStuff closed 6 years ago

JoshGitHubStuff commented 6 years ago

Just like the question above. How can I use this script to import the warranty info into SCCM?

dotps1 commented 6 years ago

well, there is more then a few ways you could do. You could just write directly to the database, create a table. You could have the machine check its own warranty, write that to a registry key perhaps, and then inventory that. those are a few options.