This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
PowerShell Versions #31
Comments
Also confirming this - runs fine under 3.0, but not 2.0. Not a biggie, gives us a reason to upgrade to 3.0. |
In fact, it needs PowerShell v3. Maybe adding the information in the README could be useful, or just a check in the code. Something like
I could add it to the code, but I don't know where to put it for a module. |
Hi @MattHodge , @ikkaro , @daks , there is any tested workarround which enable us run this tool ok in Powershell v2 ? |
I am pretty sure someone made a fork which supported v2. Cannot find it though :/ |
The fork that supports v2 is located here: https://github.com/ashishpandey/Graphite-PowerShell-Functions |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Matt,
It seems that the module doesn't works fine in Powershell v2.0 because of the method IsNullOrWhitespace and others, could that to be fixed or add a copy of the functions for PowerShell 2.0.
http://blog.danskingdom.com/powershell-2-0-vs-3-0-syntax-differences-and-more/
The text was updated successfully, but these errors were encountered: