Filter By

Package Types

Operating System

Categories

Trust Information

By: | 1,812 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

By: | 39 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.