iRon 

By: | 244,333 downloads | Last Updated: 6/10/2023 | Latest Version: 3.8.3

Join-Object combines two object lists based on a related property between them.

By: | 45,552 downloads | Last Updated: 6/10/2023 | Latest Version: 3.8.3

Join-Object combines two object lists based on a related property between them.

By: | 44,484 downloads | Last Updated: 10/30/2024 | Latest Version: 0.5.1

The [ConvertFrom-SourceTable] cmdlet creates objects from a fixed column source table possibly surrounded by horizontal and/or vertical rulers. **Definitions:** * The width of a source table column is outlined by the header width, the ruler width and the width of the data. * Column and Data alignment (none, left, right or justified) is defined... More info

By: | 27,823 downloads | Last Updated: 7/22/2024 | Latest Version: 0.2.1

Object Graph Tools

By: | 26,919 downloads | Last Updated: 4/5/2022 | Latest Version: 2.0.1

Scrapes (extracts) a HTML table from a string or the internet location

By: | 3,308 downloads | Last Updated: 5/11/2020 | Latest Version: 3.3.0

Stringifys an object to a PowerShell expression (PSON, PowerShell Object Notation).

By: | 1,122 downloads | Last Updated: 5/4/2024 | Latest Version: 1.1.8

The [Get-MarkdownHelp][1] cmdlet retrieves the [comment-based help][2] and converts it to a Markdown page similar to the general online PowerShell help pages (as e.g. [Get-Content]).\ Note that this cmdlet *doesn't* support `XML`-based help files, but has a few extra features for the comment-based help as opposed to the native [platyPS][3] [New-Mar... More info

By: | 586 downloads | Last Updated: 4/8/2022 | Latest Version: 0.2.3

Hides sensitive information from other identities including the console and log files.

By: | 109 downloads | Last Updated: 5/27/2022 | Latest Version: 2.0.1

Creates a random (secure) string of a specific size and with a specific complexity.

By: | 100 downloads | Last Updated: 9/14/2022 | Latest Version: 0.0.4

This cmdlet puts the items in the pipeline into batches of a sertain ammount.

By: | 74 downloads | Last Updated: 7/25/2022 | Latest Version: 1.0.0

This cmdlet makes a Csv file or list better human readable by aligning the columns in a way that the resulted Csv format is still a valid as input for the ConvertFrom-Csv cmdlet.

By: | 61 downloads | Last Updated: 8/22/2024 | Latest Version: 0.1.3

The [Use-ClassAccessors][1] cmdlet updates script property of a class from the getter and setter methods. Which are also known as [accessors or mutator methods][2]. The getter and setter methods should use the following syntax: ### getter syntax [<type>] get_<property name>() { return <variable> } or: [Object] get_<property n... More info

By: | 22 downloads | Last Updated: 3/1/2024 | Latest Version: 0.0.1

ForEach-Object with a pipeline Index ($PSIndex), see: https://github.com/PowerShell/PowerShell/issues/13772

By: | 5 downloads | Last Updated: 12/31/2024 | Latest Version: 0.1.0

Set-LineNumbers adds, update or remove line numbers to a powershell script without affecting the functionality of the code. This might come in handy when you want to analyze a script or share it with others.

By: | 3 downloads | Last Updated: 1/16/2025 | Latest Version: 0.1.1

Orders objects (vertices) such that for every directed dependency (edge u-v), the object dependent on (vertex u) comes before the object that is dependent on it (vertex v) in the ordering.