Insights: PowerShell/PowerShell
Overview
Could not load contribution data
Please try again later
10 Pull requests merged by 5 people
-
Bump Microsoft.CodeAnalysis.CSharp from 4.4.0-4.final to 4.4.0
#18562 merged
Dec 2, 2022 -
Fix `SuspiciousContentChecker.Match` to detect a pre-defined string when the text starts with it
#18693 merged
Dec 2, 2022 -
Switch `$PSNativeCommandUseErrorActionPreference` to `$true` when feature is enabled
#18695 merged
Dec 2, 2022 -
Move Windows pinvokes
#18603 merged
Nov 30, 2022 -
Add `Dim` and `DimOff` to `$PSStyle`
#18653 merged
Nov 30, 2022 -
Fix `Start-Job` to check the existence of working directory using the PowerShell way
#18675 merged
Nov 29, 2022 -
Replace DllImport with LibraryImport in SMA 3
#18564 merged
Nov 29, 2022 -
Replace DllImport with LibraryImport in SMA 7
#18594 merged
Nov 28, 2022 -
Use static DateTime.UnixEpoch and RandomNumberGenerator.Fill()
#18621 merged
Nov 28, 2022 -
Bump Newtonsoft.Json from 13.0.1 to 13.0.2
#18657 merged
Nov 28, 2022
12 Pull requests opened by 10 people
-
Improve performance of CheckSuspiciousContent
#18665 opened
Nov 26, 2022 -
Adding Ubuntu 22.04 as supported distro
#18667 opened
Nov 27, 2022 -
Handle case where system wide config path cannot be found
#18674 opened
Nov 28, 2022 -
Update the cgmanifest
#18676 opened
Nov 29, 2022 -
Fix completion for PSCustomObject variable properties
#18682 opened
Nov 30, 2022 -
Replace DllImport with LibraryImport for WNetGetConnection
#18690 opened
Nov 30, 2022 -
Fix variable type inference precedence
#18691 opened
Nov 30, 2022 -
WebResponseObject.Common merge partials atomic commits
#18703 opened
Dec 1, 2022 -
WIP:Set default native arg passing to Legacy on Windows.
#18706 opened
Dec 1, 2022 -
Refactor `CreateHardLink` PInvoke
#18707 opened
Dec 1, 2022 -
Fix Process CommandLine on Linux
#18710 opened
Dec 2, 2022 -
Bump decode-uri-component from 0.2.0 to 0.2.2 in /test/common/markdown-lint
#18712 opened
Dec 2, 2022
16 Issues closed by 9 people
-
dotNet 7 Cmdlet does not find some libraries (e_sqlite3) when it is published as portable
#18701 closed
Dec 2, 2022 -
Wrong format of CommandLine property of Get-Process cmdlet
#18705 closed
Dec 2, 2022 -
DateTime Variable Expansion Fails Inside Get-ADComputer Scriptblock Filter on Server 2016
#18704 closed
Dec 2, 2022 -
Can I archive old versions of WMF for CI/CD purposes?
#18406 closed
Dec 2, 2022 -
Get-ControlPanelItem and Show-ControlPanelItem missing from pwsh 7.3.0
#18678 closed
Dec 2, 2022 -
Get-Date -Date ("01-01-1970") -UFormat %s returns wrong time
#18669 closed
Nov 30, 2022 -
Unexpected behavior when the current directory no longer exist
#18663 closed
Nov 30, 2022 -
Cert:\ PSDrive is unavailable on PowerShell 5.1 launched by cmd when cmd is launched on PowerShell 7.3
#18530 closed
Nov 30, 2022 -
New-PSSession fails with Could not load file or assembly 'System.Security.Cryptography'
#18671 closed
Nov 29, 2022 -
«Invoke-WebRequest» is wrong decoding «text/html; charset=CP1251»
#18677 closed
Nov 29, 2022 -
Starting background job in a UNC path with `&` returns error
#18618 closed
Nov 29, 2022 -
Start a comment line with a double forward slash
#18658 closed
Nov 28, 2022 -
String cgt
#18638 closed
Nov 26, 2022 -
Copy-Item -FromSession fails when source file has a zero length alternate stream
#6646 closed
Nov 25, 2022 -
Character backtick escape no longer works in arrays since 7.3.0
#18622 closed
Nov 25, 2022
22 Issues opened by 20 people
-
PSStyle Should Support FileNames
#18709 opened
Dec 2, 2022 -
Add-AppxPackage doesn't handle string array param DependencyPath in PS7
#18708 opened
Dec 2, 2022 -
Extremely high CPU usage when piping data
#18702 opened
Dec 1, 2022 -
whats to do???
#18700 opened
Dec 1, 2022 -
PS 7.3.0 remote command "Invoke-Command"
#18699 opened
Dec 1, 2022 -
Please create a USER FRIENDLY user interface to set powershell execution policies
#18696 opened
Dec 1, 2022 -
Change `$PSNativeCommandArgumentPassing` to default to `Legacy` on stable release and `Windows` on previews
#18694 opened
Nov 30, 2022 -
Completion type inference infers from the first declaration in a document rather than the closest
#18689 opened
Nov 30, 2022 -
`$true/$false` get tagged as parameters in completion results when used in a parameter attribute
#18688 opened
Nov 30, 2022 -
Get-ADReplicationAttributeMetadata error with hexadecimal values when using powershell core
#18687 opened
Nov 30, 2022 -
The first array type in a generic method doesn't work
#18686 opened
Nov 30, 2022 -
Cannot create self-signed certificate
#18685 opened
Nov 30, 2022 -
[Regression] Add-Type fails with CS1701 when referencing Newtonsoft.Json on daily build of PS Core
#18684 opened
Nov 30, 2022 -
[Regression] Can't import Security module when calling PowerShell from Python
#18681 opened
Nov 30, 2022 -
Get-ChildItem with wildcard get not all directories
#18680 opened
Nov 30, 2022 -
`ShouldProcess` should be allowed to change the default answer
#18679 opened
Nov 29, 2022 -
New-Module inconsistent behavior if the module is then passed to Import-Module
#18673 opened
Nov 28, 2022 -
A new minimal profile
#18670 opened
Nov 28, 2022 -
New in PowerShell 7.3: Expressions are evaluated but aren't substituted with the results
#18668 opened
Nov 28, 2022 -
Cannot install WSMan
#18666 opened
Nov 27, 2022 -
Stop-parsing token is broken
#18664 opened
Nov 25, 2022
42 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.
-
Unexpected behavior of the new .CommandLine ETS script property on Process objects on Linux
#13944 commented on
Dec 2, 2022 • 12 new comments -
Fix up all comments to be in the proper order with proper spacing.
#18619 commented on
Dec 1, 2022 • 12 new comments -
Add Auto Create Hyperlink Feature for ConvertTo-HTML
#18516 commented on
Dec 1, 2022 • 7 new comments -
PowerShell 7.3 doesn't pass variable values / cmdlet results arguments to child processes when comma is present
#18502 commented on
Nov 28, 2022 • 6 new comments -
The type initializer for 'System.Management.Automation.ExperimentalFeature' threw an exception.
#18109 commented on
Nov 30, 2022 • 4 new comments -
Allow non-default encodings to be used in user's script/code
#18605 commented on
Dec 2, 2022 • 4 new comments -
Script via STDIN does not exit with error code and does not stop correctly
#15331 commented on
Nov 29, 2022 • 3 new comments -
WIP: Preserve stdout byte stream for native commands
#17857 commented on
Nov 30, 2022 • 3 new comments -
Reduce allocations in PSTraceSource.WriteLine(). Part 2
#18246 commented on
Nov 29, 2022 • 3 new comments -
Powershell Direct doesn't respect $PSSessionConfigurationName
#18557 commented on
Nov 28, 2022 • 2 new comments -
Tokenizer treats `.` as a separator when parsing a parameter token, which causes problem to argument parsing for native commands
#15541 commented on
Nov 28, 2022 • 2 new comments -
`Copy-Item` add support "report progress"
#18637 commented on
Nov 29, 2022 • 2 new comments -
Suggestion: Implement Yield Return for Class Methods
#5392 commented on
Nov 29, 2022 • 2 new comments -
Don’t parse the pipeline as text when it is directed from an EXE to another EXE or file. Keep the bytes as-is.
#1908 commented on
Nov 30, 2022 • 2 new comments -
Add msbuild to NativeCommandProcessor (s_legacyCommands) in PWSH 7.3
#18660 commented on
Nov 30, 2022 • 2 new comments -
Include the word Ensure as an approved Verb
#11710 commented on
Dec 1, 2022 • 2 new comments -
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /tools/packaging/projects/reference/Microsoft.PowerShell.Commands.Utility
#18656 commented on
Dec 2, 2022 • 2 new comments -
[System.Data.Sql.SqlDataSourceEnumerator] type not available
#18654 commented on
Nov 27, 2022 • 1 new comment -
Improve debuggability of the ConstrainedLanguage mode
#18628 commented on
Nov 28, 2022 • 1 new comment -
PowerShell Get-WinEvent -FilterHashTable generates error on Windows 11 in user context
#17145 commented on
Nov 28, 2022 • 1 new comment -
Powershell files from official Microsoft Nuget Microsoft.PowerShell.SDK are not signed
#18247 commented on
Nov 29, 2022 • 1 new comment -
Remove WSMan support for non-Windows
#17390 commented on
Dec 1, 2022 • 1 new comment -
Add CommandLine property to Process object on MacOs
#12832 commented on
Dec 2, 2022 • 1 new comment -
`New-PSSession` throws a black window named 'c:\windows\system32\wsmprovhost.exe'
#16763 commented on
Dec 2, 2022 • 1 new comment -
[Regression] PS7.3 - Weird network issues inside Session
#18587 commented on
Dec 2, 2022 • 1 new comment -
Refactor UTF-7 encoding detection
#18384 commented on
Nov 30, 2022 • 1 new comment -
Webcmdlets -AllowInsecureRedirect -> follow HTTP redirects from HTTPS
#18546 commented on
Dec 1, 2022 • 1 new comment -
Add `testexe.exe -echocmdline` to output raw command line received by the process on Windows
#18591 commented on
Nov 29, 2022 • 1 new comment -
Webcmdlets display an error on https to http redirect
#18595 commented on
Nov 30, 2022 • 1 new comment -
Cleanup webrequestpscmdlet.common.cs
#18596 commented on
Dec 1, 2022 • 1 new comment -
Fix `New-Item -ItemType Hardlink` to resolve target to absolute path and not allow link to itself
#18634 commented on
Nov 30, 2022 • 1 new comment -
Add `Find-DotNet` to `Start-PSPackage`
#18649 commented on
Dec 1, 2022 • 1 new comment -
Comparison operators handle [char] instances inconsistently
#18659 commented on
Nov 27, 2022 • 0 new comments -
Exclude variables and functions decorated with `HiddenAttribute` from tab completion
#18642 commented on
Nov 27, 2022 • 0 new comments -
Fail to parse CLIXML from STDERR line when XML is mixed with text
#18600 commented on
Nov 27, 2022 • 0 new comments -
macOS powershell-7.3.0-osx-arm64.pkg installs without rosetta but /Applications/PowerShell still requires rosetta
#18548 commented on
Nov 28, 2022 • 0 new comments -
Invoke-WebRequest and Invoke-RestMethod do not decode content in accordance with BOM/Content-Type
#11547 commented on
Nov 29, 2022 • 0 new comments -
Typename does not parse: [system.tuple[string[],string[]]]
#9639 commented on
Nov 30, 2022 • 0 new comments -
Call native operator
#13068 commented on
Dec 2, 2022 • 0 new comments -
Make the .CommandLine ETS script property on Process objects work on macOS too
#13943 commented on
Dec 2, 2022 • 0 new comments -
PSModuleAutoLoadingPreference No Longer Accepts Bogus Values
#18473 commented on
Nov 29, 2022 • 0 new comments -
[backport release/v7.3.2] Fix `Switch-Process` error to include the command that is not found
#18650 commented on
Nov 26, 2022 • 0 new comments

