Insights: PowerShell/PowerShell
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v7.2.12 v7.2.12 Release of PowerShell
published
Jun 27, 2023 -
v7.3.5 v7.3.5 Release of PowerShell
published
Jun 27, 2023 -
v7.4.0-preview.4 v7.4.0-preview.4 Release of PowerShell
published
Jun 29, 2023
4 Pull requests merged by 2 people
-
Update change log for v7.4.0-preview.4
#19874 merged
Jun 29, 2023 -
Update README.md and metadata.json for 7.4.0-preview.4 release
#19872 merged
Jun 29, 2023 -
Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
#19867 merged
Jun 28, 2023 -
Update metadata.json and README.md for upcoming releases
#19863 merged
Jun 28, 2023
3 Pull requests opened by 3 people
-
Migrate user docs to Docs repo
#19871 opened
Jun 29, 2023 -
Remove unused string completion code
#19879 opened
Jul 1, 2023 -
Added Version and LTS methods to the install script
#19884 opened
Jul 2, 2023
14 Issues closed by 6 people
-
Rename-Item arbitrarily disallows changing capitalization of filenames.
#19877 closed
Jul 2, 2023 -
Get-ChildItem -Recurse -File <pattern> returns nothing, though matching files exist in a subdirectory.
#19852 closed
Jul 2, 2023 -
Using Get-Command in script yields unwanted / irrelevant suggestions at prompt after script has run
#19862 closed
Jun 30, 2023 -
Update PSD1 metadata to enable a module alias
#19745 closed
Jun 28, 2023 -
Add No Profile options to the Tasks List
#13582 closed
Jun 28, 2023 -
Add-Type not loading dll
#19795 closed
Jun 28, 2023 -
Allow https:// as a potential path for Import-Csv
#18592 closed
Jun 27, 2023 -
$LASTEXITCODE does not get set for native commands in pipelines
#19848 closed
Jun 27, 2023 -
`enum <enum-name>` should ConvertFrom `[string]`
#19625 closed
Jun 26, 2023
12 Issues opened by 11 people
-
Update install-powershell.ps1 to include LTS and Version parameters
#19883 opened
Jul 2, 2023 -
Update issue templates to suggest raising a discussion instead of issue
#19882 opened
Jul 2, 2023 -
Get-Partition indentation after drive letter is too much
#19881 opened
Jul 2, 2023 -
PSNativeCommandPreserveBytePipe hangs on piping to python scripts in Windows
#19876 opened
Jun 30, 2023 -
PowerShell 7.4.0-preview.4 fails to start on Windows PC when disconnected from domain network
#19875 opened
Jun 30, 2023 -
Powershell can't run on macos 14 beta2
#19869 opened
Jun 29, 2023 -
Make a PowerShell page with straight-forward download button like vscode
#19868 opened
Jun 28, 2023 -
Unexpected Select-String behavior
#19866 opened
Jun 28, 2023 -
Invoke-Command and Get-WinEvent: Hashtable deserialization
#19861 opened
Jun 26, 2023 -
META: What are the features needed to improve PowerShell localization
#19860 opened
Jun 26, 2023 -
Pressing FN key puts @ symbol in pwsh console
#19859 opened
Jun 26, 2023 -
Only $function:global:f with Get-Content works
#19858 opened
Jun 26, 2023
33 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Computer cmdlets should fail with error when not run via sudo on Unix
#19824 commented on
Jul 1, 2023 • 10 new comments -
Include the newer Microsoft.PowerShell.ThreadJob module - fixes #19742
#19744 commented on
Jun 30, 2023 • 4 new comments -
Meta Issue: can't explicitly search for a cmdlet name in an issue
#19753 commented on
Jul 2, 2023 • 3 new comments -
PSModuleAutoLoadingPreference No Longer Accepts Bogus Values
#18473 commented on
Jun 27, 2023 • 3 new comments -
Remove character limit from Read-Host
#16555 commented on
Jun 30, 2023 • 2 new comments -
Get-WmiObject command listed but not recognized for tab completion
#18182 commented on
Jul 2, 2023 • 2 new comments -
Fix accumulation of tags when testing manifest with wildcard export
#17760 commented on
Jun 26, 2023 • 2 new comments -
Add even more debugging to try to determine why these test fail in release build.
#19829 commented on
Jun 30, 2023 • 2 new comments -
Experimental feature PSNativeCommandArgumentPassing doesn't support arguments with embedded double quotes when calling batch files
#15250 commented on
Jun 26, 2023 • 1 new comment -
Way to invoke a scriptblock with named parameters from C#
#15004 commented on
Jun 26, 2023 • 1 new comment -
Steppable Pipelines ignore all redirections
#18931 commented on
Jun 26, 2023 • 1 new comment -
Read-Host replaces EM-Dash inconsistent behavior
#19808 commented on
Jun 28, 2023 • 1 new comment -
Get-ChildItem with -File and -Exclude parameters causes all files to always be excluded
#16695 commented on
Jun 30, 2023 • 1 new comment -
Distribution Support Request: Android (Termux)
#17941 commented on
Jun 30, 2023 • 1 new comment -
Distribution Support Request
#19817 commented on
Jul 1, 2023 • 1 new comment -
Automatic variable for the pipeline index
#13772 commented on
Jul 2, 2023 • 1 new comment -
import/export json?
#19857 commented on
Jul 2, 2023 • 1 new comment -
`Test-Path` gives incorrect result when used with `-NewerThan` and `-OlderThan` parameters together.
#19855 commented on
Jul 2, 2023 • 1 new comment -
Wait-Process: add -Any and -PassThru parameters
#19423 commented on
Jun 30, 2023 • 1 new comment -
add runtime and packaging type info for mariner2 arm64
#19450 commented on
Jun 30, 2023 • 1 new comment -
Added `-CaseInsensitive` switch parameter to `Select-Object` & `Get-Unique` cmdlets
#19683 commented on
Jun 29, 2023 • 1 new comment -
Wait-Event - Adding -TimeSpan
#19705 commented on
Jun 29, 2023 • 1 new comment -
Improve variable type inference
#19830 commented on
Jul 1, 2023 • 1 new comment -
Add completion for variables assigned by Data statement
#19831 commented on
Jun 30, 2023 • 1 new comment -
Update to the latest NOTICES file
#19856 commented on
Jun 30, 2023 • 1 new comment -
[Feature Suggestion] Add slightly more intelligent tab completion
#7050 commented on
Jun 27, 2023 • 0 new comments -
Add `[HiddenString]` Class
#16921 commented on
Jun 29, 2023 • 0 new comments -
Add HideCommonParameters property to cmdletbinding attribute
#19393 commented on
Jun 28, 2023 • 0 new comments -
Apply IDE0019: InlineAsTypeCheck in Management.Automation folders
#19692 commented on
Jun 26, 2023 • 0 new comments -
Apply IDE0019: InlineAsTypeCheck in Management.Automation.FormatAndOutput
#19694 commented on
Jun 26, 2023 • 0 new comments -
Change how relative paths in `Resolve-Path` are handled when using the `RelativeBasePath` parameter
#19755 commented on
Jun 26, 2023 • 0 new comments -
Update ComputerUnix.cs to fix Restart- and Stop-Computer on Linux/Mac
#19780 commented on
Jun 26, 2023 • 0 new comments -
Handle when AccessToken is disposed
#19818 commented on
Jun 26, 2023 • 0 new comments