iRon 

By: | 150,361 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: | 34,021 downloads | Last Updated: 2/6/2023 | Latest Version: 0.5.0

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: | 18,313 downloads | Last Updated: 4/5/2022 | Latest Version: 2.0.1

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

By: | 17,820 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: | 3,081 downloads | Last Updated: 5/11/2020 | Latest Version: 3.3.0

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

By: | 1,263 downloads | Last Updated: 4/11/2024 | Latest Version: 0.1.3

Object Graph Tools

By: | 122 downloads | Last Updated: 3/9/2024 | Latest Version: 1.1.7

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: | 106 downloads | Last Updated: 4/8/2022 | Latest Version: 0.2.3

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

By: | 94 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: | 80 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: | 56 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: | 38 downloads | Last Updated: 2/27/2024 | Latest Version: 0.1.1

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: | 7 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