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. |
-
Allow for publishing Profile Paths with Spaces
when using publish module if a user has a space in their profile it fails to publish the module:
PS C:> Publish-Module -Tags Twitter -Name Posh-Tweet -NuGetApiKey xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxx -Verbose
VERBOSE: The specified assembly 'C:\Users\Carlos Perez\AppData\Local\PackageManagement\ProviderAssemblies\nuget-anycpu.exe' is installed at top level directory. However it is recommended that the assemblies should be installed under its ProviderName\Version folder.
VERBOSE: Skipping previously processed provider 'NuGet'.
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2/'; IsTrusted = 'False'; IsRegistered = 'True'.
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2/'; IsTrusted = 'False'; IsRegistered = 'True'.
VERBOSE: Publish Location:'https://www.powershellgallery.com/api/v2/package/'. …6 votes -
add DSC Configuration to Powershell Gallery
Add a category for DSC Configurations in the PowerShell gallery just like scripts can be posted to the gallery
6 votesWe have in plan adding a new filter for “DSCConfiguration”, which will list any module or script with that tag. (Note: case is for readability, only – as usual for PowerShell.) We do not have an ETA, but it is in plan.
Users should be aware that DSC Configurations are scripts, so if they want to see items that are JUST DSC Configurations, they will need to set the filter to show only scripts, not scripts and modules.
As of the time this response is being written, the huge majority of items tagged with DSCCOnfiguration are modules, many of which have sample DSC Configurations included. -
Make PowerShell Gallery module files and scripts searchable
Now that you can view file contents in the Gallery website, it would be very useful if you would expand the search feature such that it searches the contents of scripts and files inside of modules. This would allow users to search for a specific command or a .NET class or method, which will help discover Gallery items that exist that solve a particular problem someone is trying to solve. It will also help authors discover when something they might want to create has already been created without having to guess module names or script names. The results should show…
7 votes -
Simply copying code from PowerShell Gallery - Copy to Clipboard button
Currently to copy code from the PowerShell all text has to be manually selected using the mouse and then copied. In order to simplify this a button to either copy or select all the code on the current page would improve the user experience.
5 votes -
Add a favicon to the gallery
The poor PS gallery tab and bookmark look so sad and grey... :,-(
1 vote
- Don't see your idea?