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. |
-
PowerShell ISE does not detect changes to a file open in PowerShell ISE when that file is modified outside of PowerShell ISE.
Votes from Connect: 3
Original Date Submitted: 10/27/2015 6:11:19 PM
Description:
Contact Information
Handle: jwirl
Site Name: PowerShell
Feedback ID: 1950051
Frequency: PowerShell ISE
Regression: 1. Open a script file in PowerShell ISE.
2. Open up the same script file in another editor i.e. notepad++ or Microsoft Visual Studio
3. Make a change to the script file in the other editor and save it.
4. Return to PowerShell ISE, it does not warn you that the script file has been changed else where and it does not re-load the script file into the ISE window.
5. Make a change to…153 votesHi all,
This work has already been started and will likely ship with a future version of the PowerShell ISE Preview. Read more about the Preview here: https://blogs.msdn.microsoft.com/powershell/2016/01/20/introducing-the-windows-powershell-ise-preview/
Thanks,
Joey -
Version Numbering for All Releases
Please increment the version number for ALL releases, indicate which ones are supported in production, and provide a Get-PSVersionInfo cmdlet as described in http://powershell.org/wp/?p=33342.
119 votesHi everyone,
With PowerShell 6.0, we’ve already begun updating our versioning system to be more descriptive. Right now, PSVersion returns 6.0.0-alpha as a System.Management.Automation.SemanticVersion object (with Major, Minor, Patch, and Label properties), and we’ve also added a GitCommitId property to PSVersionTable that matches perfectly with tags on GitHub: https://github.com/powershell/powershell/tags
Still, we can definitely continue to improve the semantic version implementation. You can track (and contribute to!) the discussion on these improvements here: https://github.com/PowerShell/PowerShell/issues/2354
Thanks,
Joey -
Fix get-help for format-volume
under example 2 it says the following
This example performs a full format of the D volume using the FAT32 file system.
with the example code:
PS C:> Format-Volume -DriveLetter C -FileSystem FAT32 -FullFormat –Force
The example code formats the c drive but the explaination say it will format the d drive could you please make it consistent.1 voteFiled a PR to fix the issue here: https://github.com/MicrosoftDocs/windows-powershell-docs/pull/97
This will fix the issue online; need to figure out how items will get brought back into the console help. -
SSH protocol in Windows PowerShell
Votes from Connect: 39
Original Date Submitted: 5/6/2013 2:09:18 PM
Description:
Contact Information
Handle: Real McCoy
Site Name: PowerShell
Feedback ID: 786397
Frequency: Always Happens
Regression: Yes, this happens in all previous versionsProblem Description:
[Redirected from http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/f70168bf-f575-47c7-b889-3c38dd6a776a]
I guess the lack of out-of-the-box support for the open protocol, such as SSH and SFTP in Windows shells is one the main reason the PHP, Ruby and Python developers don't feel nativity in Windows ecosystem.Windows Azure supports SSH, so what's stopping Windows PowerShell and Command Prompt teams to implement these proven and massively adopted protocols in their commands bucket?…
5 votesAs many of you know, we are currently working towards porting OpenSSH to Windows. You can read more about our plans on the PowerShell Blog (http://blogs.msdn.com/b/powershell/archive/2015/10/19/openssh-for-windows-update.aspx) and track our progress in real-time on GitHub (https://github.com/PowerShell/Win32-OpenSSH)
- Don't see your idea?