DEV Community

Cover image for PowerShell PSCustomObject - Custom Object, the way it was meant to be
Kamil Pro
Kamil Pro

Posted on

PowerShell PSCustomObject - Custom Object, the way it was meant to be

Everything is an object in PowerShell, and ability to create own object allows for one more way of controlling and handling data.

In this video I'll take you through the steps of creating PSCustomObject, working with its properties to doing more advanced topics - like adding methods and types to the object.

GitHub logo thekamilpro / About-PowerShell

About PowerShell is educational series of videos that teach you about various aspects of PowerShell language.

Top comments (0)