Search notes:

PowerShell: Object creation

Some cmdLets that create objects include
add-type defines a class in the current PowerShell session. This class can then be instantiated with new-object

Index