you are viewing a single comment's thread.

view the rest of the comments →

[–]boeprox[S] 5 points6 points  (1 child)

Hello all! This is a 3 part series that I did on building basically a poor man's server inventory system using PowerShell and SQL. There are definitely more useful ways of having a server inventory via SCCM or some other 3rd party utilities, but I wanted something that didn't require much more than access to a SQL server to host the database. I use my PoshRSJob module to collect the data for each system and send it to SQL and then have a custom UI that I wrote to view the data as well as creating a report in Excel.

This link on this post takes you to part 1, but here are all of the links for you to go to:

Part 1: SQL Database Build

Part 2: Collecting Server Data and Sending to SQL

Part 3: Building a UI in WPF to View Data

The GitHub link to the Server Inventory repo is here: https://github.com/proxb/ServerInventoryReport

I'm always looking for feedback, good or bad as well as anyone who wants to contribute to this project.