PowerShell
The PowerShell forum accepts bug reports as well as feedback and suggestions. For more information, check out the PowerShell Homepage
The following is a list of the states we use to track items.
status | meaning |
---|---|
survey | We saw this and we are considering it. Please upvote if it’s important to you. |
needs more information | We don’t understand the issue and need additional details. |
investigating | We are looking at this internally to understand things like: scenario, reproduction of issue, costing, or other technical details. |
in queue | The issue is understood and in our unprioritized backlog. Your votes will be used to drive prioritization of this work. |
-
$url = 'http://www.bloomberg.com/professional/downloads/'
I believe I have a bug with Invoke-Webrequest.
$url = 'http://www.bloomberg.com/professional/downloads/'
Invoke-WebRequest -UseBasicParsing -Uri $url "
Or
Invoke-WebRequest $url "
Using invoke-webREquest on that URL Hangs /restarts ISE for me.
I am using powershell 4.0 on windows 7 Sp1 64 bit.
Name : Windows PowerShell ISE Host
Version : 4.010 votesRepros on the latest versions of powershell.exe and ISE. Filing something internally.
-
PowerShell ISE's find dialog should have an option to start over from the beginning of file
Moved over from this connect issue:
10 votes -
BUG: Out-GridView hangs in ISEP 5.1.1
In ISE Preview 5.1.1 (running on Windows 10.10586.164, FWIW), this hangs:
"foo" | out-gridview
Then if you hit Ctrl+C, ISEP says "Stopping"... forever.
12 votes -
Windows PowerShell ISE: Add ability to rearrange tabs
Votes from Connect: 17
Original Date Submitted: 6/21/2013 12:41:41 AM
Description:
Contact Information
Handle: deadlydog
Site Name: PowerShell
Feedback ID: 790585
Frequency: Always Happens
Regression: Yes, this happens in all previous versionsProblem Description:
It would be nice in PS ISE if when you have multiple files open, that you could drag the tabs at the top of the Script Pane window (i.e. the file names) to rearrange them. Right now if you want to rearrange the order of the tabs, you have to actually close the tabs and re-open them in the order that you want them.This is…
57 votes
- Don't see your idea?