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
Modules
ModuleUtils.cs
on
master
User selector
All users
All time
Commit history
Commits on Sep 16, 2024
Add telemetry to track the use of features (#24247)
JamesWTruher
authored
4fdc02b
View commit details
Copy full SHA for 4fdc02b
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
Make features `PSCommandNotFoundSuggestion`, `PSCommandWithArgs`, and `PSModuleAutoLoadSkipOfflineFiles` stable (#24246)
SteveL-MSFT
authored
ecb2ea6
View commit details
Copy full SHA for ecb2ea6
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Skip cloud files marked as "not on disk" during command discovery (#18152)
SeeminglyScience
authored
74aa257
View commit details
Copy full SHA for 74aa257
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 Jan 12, 2022
Report error when PowerShell built-in modules are missing (#16628)
daxian-dbw
authored
cce64f4
View commit details
Copy full SHA for cce64f4
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
Replace `GetFiles` in `CompletionCompleters` (#14329)
xtqqczze
authored
58483e1
View commit details
Copy full SHA for 58483e1
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 Nov 11, 2020
Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574)
xtqqczze
authored
4d2965a
View commit details
Copy full SHA for 4d2965a
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 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 Apr 30, 2019
Cleanup: sort usings (#9490)
iSazonov
authored
bd6fdae
View commit details
Copy full SHA for bd6fdae
View code at this point
Browse repository at this point
Commits on Apr 24, 2019
Run Codeformatter for SMA (#9402)
iSazonov
authored
ceed73d
View commit details
Copy full SHA for ceed73d
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
Use `Type.EmptyTypes` and `Array.Empty<T>()` to replace our custom code of the same functionality (#9042)
iSazonov
authored and
daxian-dbw
committed
759c4ab
View commit details
Copy full SHA for 759c4ab
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Enable discovering modules that have names same as a culture (e.g. Az) (#8777)
Show description for b06ad6a
SteveL-MSFT
authored and
daxian-dbw
committed
b06ad6a
View commit details
Copy full SHA for b06ad6a
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Allow `.exe` files to be used as IL binary modules (#7281)
Show description for 6bc6257
Bruce Payette
authored and
TravisEz13
committed
6bc6257
View commit details
Copy full SHA for 6bc6257
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Add the experimental feature 'PSUseAbbreviationExpansion' to support tab completion on abbreviated command names (#8109)
SteveL-MSFT
authored and
daxian-dbw
committed
71e58f9
View commit details
Copy full SHA for 71e58f9
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
Add support to show suggestions on CommandNotFound exception (#8458)
Show description for b87cd1c
SteveL-MSFT
authored and
TravisEz13
committed
b87cd1c
View commit details
Copy full SHA for b87cd1c
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Style: Add a space after "//" in comments and remove unneeded comments after "}" (#8576)
iSazonov
authored and
daxian-dbw
committed
233b54e
View commit details
Copy full SHA for 233b54e
View code at this point
Browse repository at this point
Commits on Jan 5, 2019
Style: Add the ending period to the XML document texts (#8577)
iSazonov
authored and
daxian-dbw
committed
1be3f4c
View commit details
Copy full SHA for 1be3f4c
View code at this point
Browse repository at this point
Commits on Dec 31, 2018
Style: Change 'String.' to 'string.' (#8568)
iSazonov
authored
dfd2f69
View commit details
Copy full SHA for dfd2f69
View code at this point
Browse repository at this point
Style: Replace String.IsNullOrEmpty with string.IsNullOrEmpty (#8557)
iSazonov
authored
56569b9
View commit details
Copy full SHA for 56569b9
View code at this point
Browse repository at this point
Commits on Dec 29, 2018
Style: Convert to upper first char in <param> and <exception> doc tags (#8556)
iSazonov
authored
7207db6
View commit details
Copy full SHA for 7207db6
View code at this point
Browse repository at this point
Commits on Dec 28, 2018
Style: Add period before </param> and </exception> doc tags (#8553)
iSazonov
authored
479fc64
View commit details
Copy full SHA for 479fc64
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
Style: Add period before returns doc tag (#8535)
Show description for 871ce56
iSazonov
authored
871ce56
View commit details
Copy full SHA for 871ce56
View code at this point
Browse repository at this point
Commits on Dec 24, 2018
Code cleanup: Add space after closing brace where needed (#8530)
Show description for 4af3068
SteveL-MSFT
authored and
iSazonov
committed
4af3068
View commit details
Copy full SHA for 4af3068
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
The static keyword should be right after access modifier (#8506)
daxian-dbw
authored and
iSazonov
committed
2fbda4e
View commit details
Copy full SHA for 2fbda4e
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Enforce the 'CompatiblePSEditions' check for modules from the legacy 'System32' module path (#7183)
Show description for c94fc31
rjmholt
authored and
daxian-dbw
committed
c94fc31
View commit details
Copy full SHA for c94fc31
View code at this point
Browse repository at this point
Commits on Jul 2, 2018
Refactor module code related to 'Get-Module -ListAvailable' (#7145)
Show description for 0d9a3ac
daxian-dbw
authored
0d9a3ac
View commit details
Copy full SHA for 0d9a3ac
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Avoid calling native APIs to check for existence of FileSystem items (#6929)
Show description for 81244fb
iSazonov
authored and
daxian-dbw
committed
81244fb
View commit details
Copy full SHA for 81244fb
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Clean up uses of `CommandTypes.Workflow` and `WorkflowInfo` (#6708)
Show description for 8aec158
daxian-dbw
authored
8aec158
View commit details
Copy full SHA for 8aec158
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Update copyright and license headers (#6134)
Show description for c1c5344
SteveL-MSFT
authored and
TravisEz13
committed
c1c5344
View commit details
Copy full SHA for c1c5344
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
Use consistent '(c)' for copyright symbol (#5210)
Show description for 4bc52d2
SteveL-MSFT
authored and
daxian-dbw
committed
4bc52d2
View commit details
Copy full SHA for 4bc52d2
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Add cache for GetApplicationBase (#3969)
iSazonov
authored and
daxian-dbw
committed
598cebf
View commit details
Copy full SHA for 598cebf
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Remove trailing whitespace (#3001)
lzybkr
authored
02b5f35
View commit details
Copy full SHA for 02b5f35
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.