iRon
By:
|
219,224 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:
|
42,450 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:
|
23,029 downloads
|
Last Updated: 4/5/2022
|
Latest Version: 2.0.1
Scrapes (extracts) a HTML table from a string or the internet location |
By:
|
14,746 downloads
|
Last Updated: 7/22/2024
|
Latest Version: 0.2.1
Object Graph Tools |
By:
|
3,212 downloads
|
Last Updated: 5/11/2020
|
Latest Version: 3.3.0
Stringifys an object to a PowerShell expression (PSON, PowerShell Object Notation). |
By:
|
876 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:
|
353 downloads
|
Last Updated: 4/8/2022
|
Latest Version: 0.2.3
Hides sensitive information from other identities including the console and log files. |
By:
|
101 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:
|
97 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:
|
71 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:
|
51 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:
|
18 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 |