Top "Powergui" questions

PowerGUI is a graphical user interface and script editor for Microsoft Windows PowerShell.

Error when calling 3rd party executable from Powershell when using an IDE

I have a PowerShell script that uses du.exe (Disk Usage originally from Sysinternals) to calculate the size of directories. …

ide powershell powergui du
Prevent PowerGUI from truncating the output

I'm trying to get an output from a powershell command. However The output is truncated. [PS] >Get-QADGroup "admins" Name …

powershell powergui
Is there a way to have the PowerShell screen clear itself before each command?

I'm playing around with PowerShell and I find myself constantly typing cls before I run commands. Or worse, I run …

powershell powershell-3.0 powergui
PowerShell Cancel Button Stop Script

I am having trouble with some PS GUI functionality. I have tried quite a few things and have been looking …

forms powershell button exit powergui
$MyInvocation.MyCommand.Path is $null in PowerGUI script editor

When trying to debug my powershell script in the powerGUI script editor (2.0.0.1082) the $MyInvocation.MyCommand.Path is $null. It works …

powershell powershell-2.0 powergui
Powershell hash table storing values of "System.Collections.DictionaryEntry"

When I execute the command: $var = @{a=1;b=2} in Powershell (Version 3), $var ends up with a value of {System.Collections.…

powershell powershell-3.0 powergui
Powershell catch non-terminating errors WITH SilentlyContinue

I would like to catch and handle non-terminating errors but using -ErrorAction SilentlyContiune. I know I need to use -ErrorAction …

powershell powershell-2.0 powershell-3.0 powergui
Can my PowerGUI compiled PowerShell script be viewed by users?

I use PowerGUI to convert my PowerShell scripts to executables, and it is working fine. I'd like to prevent my …

powershell powergui