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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ForksCollection
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
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
on
master
User selector
All users
Datepicker
All time
Commit history
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 Nov 7, 2022
Fix `Switch-Process` to copy the current env to the new process (#18452)
SteveL-MSFT
authored
0ddf89e
View commit details
Copy full SHA for 0ddf89e
View code at this point
Browse repository at this point
Replace `UTF8Encoding(false)` with `Encoding.Default` (#18356)
xtqqczze
authored
1688b0f
View commit details
Copy full SHA for 1688b0f
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Fix `Switch-Process` to set termios appropriate for child process (#18467)
SteveL-MSFT
authored
a2ee054
View commit details
Copy full SHA for a2ee054
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
Fix `Switch-Process` error to include the command that is not found (#18443)
SteveL-MSFT
authored
52a62e9
View commit details
Copy full SHA for 52a62e9
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Make use of StringSplitOptions.TrimEntries when possible (#18412)
turbedi
authored
8619d84
View commit details
Copy full SHA for 8619d84
View code at this point
Browse repository at this point
Replace some `string.Join(string)` calls with `string.Join(char)` (#18411)
turbedi
authored
9016adf
View commit details
Copy full SHA for 9016adf
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Remove some static constants from `Utils.Separators` (#18154)
iSazonov
authored
8965af3
View commit details
Copy full SHA for 8965af3
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 Sep 7, 2022
Make experimental feature `PSExec` stable (#18045)
SteveL-MSFT
authored
918bb8c
View commit details
Copy full SHA for 918bb8c
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Use null propagation operator in /engine (#17789)
fflaten
authored
4b4f1d1
View commit details
Copy full SHA for 4b4f1d1
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
Use null-coalescing assignment in the rest of `/engine` (#17729)
Molkree
authored
1779175
View commit details
Copy full SHA for 1779175
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
Fix typo in ModuleCmdletBase.cs (#17714)
Show description for 42d0e99
eltociear
authored
42d0e99
View commit details
Copy full SHA for 42d0e99
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Use discards for unused variables (#17620)
MartinGC94
authored
edac193
View commit details
Copy full SHA for edac193
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Fix some typos in source code (#17481)
Yulv-git
authored
8cc3984
View commit details
Copy full SHA for 8cc3984
View code at this point
Browse repository at this point
Commits on May 17, 2022
Update telemetry collecting with a few changes (#17304)
JamesWTruher
authored
65d8f11
View commit details
Copy full SHA for 65d8f11
View code at this point
Browse repository at this point
Commits on May 1, 2022
Merged PR 20126: Fix for partial PowerShell module search paths, that can be resolved to CWD locations (#17231)
Show description for c3b7e10
Andrew
and
TravisEz13
authored
c3b7e10
View commit details
Copy full SHA for c3b7e10
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
Refactor module assembly loading logic to allow the whole module to be loaded in a custom ALC (#16889)
daxian-dbw
authored
e1f52dd
View commit details
Copy full SHA for e1f52dd
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
Update projects and scripts to use .NET 7 preview 1 pre-release builds (#16856)
Show description for 77caf71
adityapatwardhan
authored
77caf71
View commit details
Copy full SHA for 77caf71
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 Jan 4, 2022
Add `exec` cmdlet for bash compatibility (#16462)
SteveL-MSFT
authored
a9b14a1
View commit details
Copy full SHA for a9b14a1
View code at this point
Browse repository at this point
Commits on Aug 13, 2021
Remove implicit remoting batch experimental feature (#15863)
Show description for 1ec61d9
PaulHigin
authored
1ec61d9
View commit details
Copy full SHA for 1ec61d9
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 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 13, 2021
Enable IDE0030: UseCoalesceExpressionForNullable (#14289)
xtqqczze
authored
00bc0f6
View commit details
Copy full SHA for 00bc0f6
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Use `List<T>.RemoveAll` to avoid creating temporary list (#15686)
xtqqczze
authored
6d08db6
View commit details
Copy full SHA for 6d08db6
View code at this point
Browse repository at this point
Commits on Jul 4, 2021
Make classes sealed (#15675)
Show description for 4c2d6dc
xtqqczze
authored
4c2d6dc
View commit details
Copy full SHA for 4c2d6dc
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Clean up code regarding `AppDomain.CreateDomain` and `AppDomain.Unload` (#15554)
daxian-dbw
authored
e2ee8e7
View commit details
Copy full SHA for e2ee8e7
View code at this point
Browse repository at this point
Commits on Apr 16, 2021
Enable `SA1008` Opening parenthesis should be spaced correctly (#14242)
xtqqczze
authored
a562fa6
View commit details
Copy full SHA for a562fa6
View code at this point
Browse repository at this point
Enable nullable for `System.Management.Automation.Tracing.IMethodInvoker` (#14157)
powercode
authored
1feed06
View commit details
Copy full SHA for 1feed06
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 Mar 8, 2021
Move misplaced test file to tests directory (#14908)
MarianoAlipi
authored
ae5a84e
View commit details
Copy full SHA for ae5a84e
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Avoid array allocations from `GetDirectories` and `GetFiles` (#14327)
Show description for 778cff0
xtqqczze
authored
778cff0
View commit details
Copy full SHA for 778cff0
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Cross-platform updates to DSC code in PowerShell (#13399)
Andrew
authored
8e3c3e0
View commit details
Copy full SHA for 8e3c3e0
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
Enable CA2249: Consider using String.Contains instead of IndexOf (#14395)
Show description for 9ea718f
xtqqczze
authored
9ea718f
View commit details
Copy full SHA for 9ea718f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.