We are proud to announce the addition of PowerShell 7 support with the latest release of PowerShell Studio (5.7.175). This release also includes new script engines for packaging scripts, cache support, debugging capabilities, and updates to our Windows Forms designer.…
Read More
Applies to:
Windows PowerShell 3.0 and later
PSScriptAnalyzer 1.1.0 and later
PowerShell Studio 5.2.118 and later
PowerShell Studio has long supported best practices in Windows PowerShell, including running and debugging without profiles, avoiding cmdlet and parameter aliases (right-click\Expand to cmdlet,…
Read More
Not too long ago I wrote a blog post about a Windows Form PowerShell script to display a folder tree. I got some feedback about an error when running the script. The problem was that I was casting a variable…
Read More
A few weeks ago I posted an entry on creating customized debug messages that you can use in your scripting. After some more testing and tweaking I revised and renamed the function. Write-DebugMessage can now be used within your script…
Read More