Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 717 Bytes

File metadata and controls

27 lines (17 loc) · 717 Bytes

PSCustomObject

PSCustomObject is a PowerShell module that provides helper functions for working with PSCustomObject values.

Installation

Install the module from the PowerShell Gallery:

Install-PSResource -Name PSCustomObject
Import-Module -Name PSCustomObject

Documentation

Documentation is published at psmodule.io/PSCustomObject.

Use PowerShell help and command discovery for module details:

Get-Command -Module PSCustomObject
Get-Help Compare-PSCustomObject -Examples

Contributing

Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.