iRon
By:
|
62,728 downloads
|
Last Updated: 5/3/2022
|
Latest Version: 3.7.2
Join-Object combines two object lists based on a related property between them. Tags |
By:
|
17,244 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 Tags |
By:
|
1,720 downloads
|
Last Updated: 8/31/2022
|
Latest Version: 3.3.9
The ConvertTo-Expression cmdlet converts (serializes) an object to a PowerShell expression. The object can be stored in a variable, file or any other common storage for later use or to be ported to another system. An expression can be restored to an object using the native Invoke-Expression cmdlet: $Object = Invoke-Expression ($Object | Conv... More info Tags |
By:
|
874 downloads
|
Last Updated: 4/5/2022
|
Latest Version: 2.0.1
Scrapes (extracts) a HTML table from a string or the internet location Tags |
By:
|
170 downloads
|
Last Updated: 7/10/2019
|
Latest Version: 1.0.1
Deserializes a object. Tags |
By:
|
81 downloads
|
Last Updated: 4/8/2022
|
Latest Version: 0.2.3
Hides sensitive information from other identities including the console and log files. Tags |
By:
|
54 downloads
|
Last Updated: 2/12/2023
|
Latest Version: 1.0.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 Tags |
By:
|
47 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. Tags |
By:
|
39 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. Tags |
By:
|
37 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. Tags |