PowerShell Classes Part 5 — Classes or PSCustom Objects?
Custom PowerShell objects are one way to represent a set of data as a single object and so are PowerShell classes. In this article, take a look at some of the similarities and differences between the two object structures so that you can best define custom objects for your needs.
The post PowerShell Classes Part 5 — Classes or PSCustom Objects? appeared first on Petri.
Continue reading PowerShell Classes Part 5 — Classes or PSCustom Objects?