Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
383 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created an issue in PowerShell/PowerShell that received 28 comments
Close the feature gap between the Where-Object cmdlet and Where array method, introduce -First, -Last, ... switches
Summary of the new feature/enhancement Update for clarification: The gist of this proposal is to bring valuable filter functionality that currently…
- Defining a substituted drive or mapped drive with a lowercase letter causes duplicate output by Get-PSDrive
- Improve Get-PSDrive support for substituted drives
- Unexpected behavior of the new .CommandLine ETS script property on Process objects on Linux
- Make the .CommandLine ETS script property on Process objects work on macOS too
- Import-Csv / ConvertFrom-Csv misinterpret a double-quoted hash (#) as starting a comment line
- Support hashtable initializers for all IDictionary types
- Make Get-Member support inspecting a type / instance's .NET interfaces and their members
- Make [pscustomobject] casts support *arrays* of hashtables
- Make meaningless [pscustomobject] casts report an error
- ForEach-Object -Parallel / Start-ThreadJob don't honor unsilencing of silent-by-default streams via common parameters
- Select-Object: Add a -NotIndex parameter to complement -Index to select all BUT the objects at the specified positions
- Member enumeration malfunctions with array that contains 2 or more [pscustomobject] instances
- When displaying method overloads, show optional parameters as such
- Make Select-Object treat any IDictionary type's entries as properties, as it already does for a [hasthable]'s