Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.23 KB

README.md

File metadata and controls

30 lines (22 loc) · 2.23 KB

Object Graph Tools

In PowerShell, object-graphs are often used for applications along with modifying configurations resulted from e.g. Json or DSC (Desired State Configuration). Yet, most existing PowerShell cmdlets (as Sort-Object and Compare-Object) that manipulate objects treat object-graphs as flat object lists.
This toolkit contains an PowerShell object parser, an extended dot notation (Xdn) query selector and a set of Object Graph Cmdlets to deal with these complex recursive PowerShell objects.

Quote Wikipedia

In computer science, in an object-oriented program, groups of objects form a network through their relationships with each other, either through a direct reference to another object or through a chain of intermediate references. These groups of objects are referred to as object graphs, after the mathematical objects called graphs studied in graph theory.

Tools

Currently the tool set includes:

Installation

Install-Module -Name ObjectGraphTools