Build a custom table with PowerShell
While programming PowerShell i often came across that i need some kind of custom table to store some data in. Because it is not always possible to format the output of one Cmdlet in a manner that i can have data from two different sources in one row. I always …