Filter By
Displaying results 1 - 2 of 2 (Page 1 of 1)
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:
|
46 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 |