Filter By

Package Types

Operating System

Categories

Trust Information

By: | 32,955 downloads | Last Updated: 2/11/2017 | Latest Version: 1.0.0.0

A Powershell module for saving and loading objects as hashtable

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