Search found 5 matches

by bfairchild
Fri Oct 12, 2012 2:55 am
Forum: Wish List and Feature Requests
Topic: Change Execution Policy Setting Powershell Studio
Replies: 0
Views: 5280

Change Execution Policy Setting Powershell Studio

Add "Bypass" option to drop down to support Powershell v3 on Windows 8 settings as Unrestricted willl continue to prompt otherwise.
by bfairchild
Sat Aug 18, 2012 12:17 pm
Forum: PowerShell Studio
Topic: Windows 8 support
Replies: 2
Views: 2377

Windows 8 support

Fixed the issue by uninstalling and re-installing Powershell Studio. After the initial install of Powershell Studio, Win8 prompted to download/install the .Net 3.5 requirements. It appears the initial install did not pick up on the .Net install after I accepted the OS installation of the .Net requir...
by bfairchild
Sat Aug 18, 2012 11:30 am
Forum: PowerShell Studio
Topic: Windows 8 support
Replies: 2
Views: 2377

Windows 8 support

Getting an error when launching the application, "Constructing Powershell Cache aborted. PowerShell control could not be instantiated. Also unable to type in the console window. Executing a simple script with just "get-process command" results in "The I/O operation has been abort...
by bfairchild
Tue May 03, 2011 9:40 am
Forum: PrimalScript
Topic: out-gridview
Replies: 2
Views: 1565

out-gridview

That did the trick.. thanks
by bfairchild
Mon May 02, 2011 2:41 pm
Forum: PrimalScript
Topic: out-gridview
Replies: 2
Views: 1565

out-gridview

I am having an issue with PS 2011 closing the out-gridview window at script completion. If I run the script from command-line it works fine.Simple script of:Get-Service | Out-GridviewResults in Gridview opening and the closing immediately.