jdhitsolutions / PSScriptTools

:wrench: :hammer: A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerShell 7, even cross-platform. Any operating system limitations should be handled on a per command basis. The Samples folder contains demonstration script files
MIT License
875 stars 110 forks source link

Update Get-MyVariable to work in PowerShell 7 #103

Closed jdhitsolutions closed 3 years ago

jdhitsolutions commented 3 years ago

Get-MyVariable was originally written for Windows PowerShell. It needs to be refreshed to better work with PowerShell 7.x

jdhitsolutions commented 3 years ago

This is fixed in v2.36.0 (95a1909).