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?

Enhancing HTML Reports with PowerShell

I hope you have been enjoying this little series on tips and tricks for doing more with ConvertTo-HTML and creating great looking reports in PowerShell. Today, I want to continue where we left off. I am assuming you have been following along. If not, take some time to start at the beginning or you may be a […]

The post Enhancing HTML Reports with PowerShell appeared first on Petri.

Continue reading Enhancing HTML Reports with PowerShell