Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
powercode
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
src
System.Management.Automation
engine
GetCommandCommand.cs
on
master
User selector
All users
All time
Commit history
Commits on Oct 16, 2025
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
xtqqczze
authored
a10ff10
View commit details
Copy full SHA for a10ff10
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Move common completion methods to CompletionHelpers class (#25138)
ArmaanMcleod
authored
ca96c2c
View commit details
Copy full SHA for ca96c2c
View code at this point
Browse repository at this point
Commits on Feb 11, 2025
Add completion single/double quote support for `-Noun` parameter (#24977)
ArmaanMcleod
authored
0f7ba43
View commit details
Copy full SHA for 0f7ba43
View code at this point
Browse repository at this point
Commits on Dec 30, 2024
Add ExcludeModule parameter to Get-Command (#18955)
MartinGC94
authored
c066cd8
View commit details
Copy full SHA for c066cd8
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
Add `-Verb` argument completer for `Get-Verb`/ `Get-Command` and refactor `Get-Verb` (#20286)
ArmaanMcleod
authored
0e18be6
View commit details
Copy full SHA for 0e18be6
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Fix typos in comments (#19064)
spaette
authored
ec0eb22
View commit details
Copy full SHA for ec0eb22
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
Revert some of the interpolated string changes (#19018)
daxian-dbw
authored
b195088
View commit details
Copy full SHA for b195088
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Use interpolated strings 6 (#18983)
CarloToso
authored
e815e57
View commit details
Copy full SHA for e815e57
View code at this point
Browse repository at this point
Commits on Dec 16, 2022
Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() 2 (#18792)
CarloToso
authored
b48943c
View commit details
Copy full SHA for b48943c
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() (#18784)
CarloToso
authored
2ddc63f
View commit details
Copy full SHA for 2ddc63f
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Use new LINQ Order() methods instead of OrderBy(static x => x) (#18395)
Show description for c16521a
turbedi
authored
c16521a
View commit details
Copy full SHA for c16521a
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
Make the fuzzy searching flexible by passing in the fuzzy matcher (#18270)
daxian-dbw
authored
bc1f369
View commit details
Copy full SHA for bc1f369
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
Add `-FuzzyMinimumDistance` parameter to `Get-Command` (#18261)
SteveL-MSFT
authored
8a45d14
View commit details
Copy full SHA for 8a45d14
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Use null-coalescing assignment in /engine (#17720)
Molkree
authored
dc2e682
View commit details
Copy full SHA for dc2e682
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Seal private classes (#15725)
Show description for 883ca98
xtqqczze
authored
883ca98
View commit details
Copy full SHA for 883ca98
View code at this point
Browse repository at this point
Commits on Jul 6, 2021
Use `nameof` to get parameter names when creating `ArgumentNullException` (#15604)
gukoff
authored
8dcd5a2
View commit details
Copy full SHA for 8dcd5a2
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
Use static lambda keyword (#15154)
iSazonov
authored
91e7298
View commit details
Copy full SHA for 91e7298
View code at this point
Browse repository at this point
Commits on Jan 9, 2021
Fix SA1504: All accessors should be single-line or multi-lin (#14241)
Show description for b7a431a
xtqqczze
authored
b7a431a
View commit details
Copy full SHA for b7a431a
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
Refactor complex if statement (#14398)
xtqqczze
authored
669bcd7
View commit details
Copy full SHA for 669bcd7
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Enable IDE0075: SimplifyConditionalExpression (#14078)
Show description for 18717c5
xtqqczze
authored
18717c5
View commit details
Copy full SHA for 18717c5
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Fix RCS1049: Simplify boolean comparison (#13994)
Show description for b521b85
xtqqczze
authored
b521b85
View commit details
Copy full SHA for b521b85
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Use `is not` syntax part 2 (#13338)
xtqqczze
authored
03a58c4
View commit details
Copy full SHA for 03a58c4
View code at this point
Browse repository at this point
Fix IDE0044: MakeFieldReadonly part 12 (#13967)
Show description for 4ed88de
xtqqczze
authored
4ed88de
View commit details
Copy full SHA for 4ed88de
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
Revert "Use `is null` syntax (#13277)" (#13322)
Show description for 4b9b078
daxian-dbw
authored
4b9b078
View commit details
Copy full SHA for 4b9b078
View code at this point
Browse repository at this point
Use `is null` syntax (#13277)
Show description for 6c03776
xtqqczze
authored
6c03776
View commit details
Copy full SHA for 6c03776
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
Avoid usage of do statement to create an infinite loop (#13137)
Show description for 2c18386
xtqqczze
authored
2c18386
View commit details
Copy full SHA for 2c18386
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Code performance fixes (#12956)
Show description for bd90f19
xtqqczze
authored
bd90f19
View commit details
Copy full SHA for bd90f19
View code at this point
Browse repository at this point
Commits on May 20, 2020
IDictionary -> IDictionary<string, FunctionInfo> for FunctionTable (#12658)
Show description for 9fe96f0
powercode
authored
9fe96f0
View commit details
Copy full SHA for 9fe96f0
View code at this point
Browse repository at this point
Commits on May 19, 2020
Use nameof operator (#12716)
Show description for 9212aac
xtqqczze
authored
9212aac
View commit details
Copy full SHA for 9212aac
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Specifying an alias and `-Syntax` to `Get-Command` returns the aliased commands syntax (#10784)
Show description for 8869e7a
ChrisLGardner
authored
8869e7a
View commit details
Copy full SHA for 8869e7a
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
Update copyright notice to latest guidance (#12190)
SteveL-MSFT
authored
b7cb335
View commit details
Copy full SHA for b7cb335
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Fixes FWLinks for PS7 online help documents (#11071)
davidsmatlak
authored and
adityapatwardhan
committed
3923ca1
View commit details
Copy full SHA for 3923ca1
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Fix piping more than one `CommandInfo` to `Get-Command` (#10929)
SteveL-MSFT
authored and
adityapatwardhan
committed
ef64321
View commit details
Copy full SHA for ef64321
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Additional Telemetry - Implementation of `RFC0036` (#10336)
JamesWTruher
authored and
adityapatwardhan
committed
fe2cc6a
View commit details
Copy full SHA for fe2cc6a
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Upgrade .Net Core 3 SDK from preview5 to preview6 and related out of band Nuget packages from 2.1 to 3.0-preview6 (#9888)
bergmeister
authored and
daxian-dbw
committed
fe56f9d
View commit details
Copy full SHA for fe56f9d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.