PrimalScript 2104’s PowerShell Debugger has received a minor update with build 7.0.44.
The variables window now shows the actual .NET type of the underlying variable in a separate column.
In addition to that you can also see array data. If…
Read More
The other day I wrote an entry about using the Dictionary object in VBScript . I alluded to how you could use a hash table in PowerShell. Let me show you how and I think you’ll also appreciate how much…
Read More
Hopefully you found my last entry valuable. But I always like to take things a step further, especially when it comes to scripting and automation. So I turned my last script into a function that returns the value of a…
Read More