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
runtime
Operations
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 22, 2022
Make PowerShell class not affiliate with `Runspace` when declaring the `NoRunspaceAffinity` attribute (#18138)
daxian-dbw
authored
79b8140
View commit details
Copy full SHA for 79b8140
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Handle `PSObject` argument specially in method invocation logging (#18060)
daxian-dbw
authored
3fbd90a
View commit details
Copy full SHA for 3fbd90a
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 Apr 22, 2022
Make a variable assignment in a `ParenExpression` to return the variable value (#17174)
daxian-dbw
authored
b898da8
View commit details
Copy full SHA for b898da8
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Allow the `PSGetMemberBinder` to get value of `ByRef` property (#16956)
daxian-dbw
authored
a3c4a16
View commit details
Copy full SHA for a3c4a16
View code at this point
Browse repository at this point
Commits on Feb 21, 2022
Updated background invocation `&` operator to use `-WorkingDirectory` when starting a new job (#16180)
ayousuf23
authored
31c14f2
View commit details
Copy full SHA for 31c14f2
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
Add AMSI method invocation logging as experimental feature (#16496)
Show description for 0834c65
PaulHigin
authored
0834c65
View commit details
Copy full SHA for 0834c65
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
Add `clean` block to script block as a peer to `begin`, `process`, and `end` to allow easy resource cleanup (#15177)
daxian-dbw
authored
a32700a
View commit details
Copy full SHA for a32700a
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 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 27, 2020
Use AsSpan/AsMemory slice constructor (#14265)
Show description for dc9ecd9
xtqqczze
authored
dc9ecd9
View commit details
Copy full SHA for dc9ecd9
View code at this point
Browse repository at this point
Commits on Nov 25, 2020
Enable IDE0074: Use coalesce compound assignment (#13396)
Show description for 0d1ea73
xtqqczze
authored
0d1ea73
View commit details
Copy full SHA for 0d1ea73
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Enable IDE0031: Null check can be simplified (#13548)
Show description for 9e28529
xtqqczze
authored
9e28529
View commit details
Copy full SHA for 9e28529
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
Fix RCS1221: Use pattern matching instead of combination of 'as' operator and null check (#13333)
Show description for 76cef3b
xtqqczze
authored
76cef3b
View commit details
Copy full SHA for 76cef3b
View code at this point
Browse repository at this point
Enable IDE0054: Use compound assignment (#13546)
Show description for 3ba6106
xtqqczze
authored
3ba6106
View commit details
Copy full SHA for 3ba6106
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Enable CA1825: Avoid zero-length array allocations (#13961)
xtqqczze
authored
1d7a93c
View commit details
Copy full SHA for 1d7a93c
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
Use span-based string.Concat inatead of string.Substring (#13500)
Show description for 69ded77
xtqqczze
authored
69ded77
View commit details
Copy full SHA for 69ded77
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Use read-only auto-implemented properties (#13507)
Show description for 8598903
xtqqczze
authored
8598903
View commit details
Copy full SHA for 8598903
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
Allow explicitly specified named parameter to supersede the same one from hashtable splatting (#13162)
Show description for 63cf0c3
daxian-dbw
authored
63cf0c3
View commit details
Copy full SHA for 63cf0c3
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Use `is not` syntax where appropriate and remove unnecessary parentheses (#13323)
xtqqczze
authored
4597b41
View commit details
Copy full SHA for 4597b41
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 29, 2020
Remove ComEnumerator as COM objects using IEnumerator is now supported in dotnet 5.0 (#13259)
daxian-dbw
authored
74ddc3e
View commit details
Copy full SHA for 74ddc3e
View code at this point
Browse repository at this point
Commits on May 31, 2020
Add readonly modifier to internal static members (#11777)
Show description for e93381e
xtqqczze
authored
e93381e
View commit details
Copy full SHA for e93381e
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 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 Mar 18, 2020
Use span-based overloads (#11884)
iSazonov
authored
b5d4739
View commit details
Copy full SHA for b5d4739
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
Fix NREs in SuspendStoppingPipeline() and RestoreStoppingPipeline() (#11870)
iSazonov
authored
45bc965
View commit details
Copy full SHA for 45bc965
View code at this point
Browse repository at this point
Commits on Feb 10, 2020
Fix how COM objects are enumerated (#11795)
daxian-dbw
authored
35c7b78
View commit details
Copy full SHA for 35c7b78
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Fix style issues (#10998)
iSazonov
authored and
adityapatwardhan
committed
9851b07
View commit details
Copy full SHA for 9851b07
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Cleanup: use the built-in type alias (#10882)
iSazonov
authored
d58a82a
View commit details
Copy full SHA for d58a82a
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Support the pipeline chain operators `&&` and `||` in PowerShell language (#9849)
rjmholt
authored and
daxian-dbw
committed
2a518fc
View commit details
Copy full SHA for 2a518fc
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Revert the PR "Make `ForEach-Object` faster for its commonly used scenarios" (#10485)
Show description for f6c220c
daxian-dbw
authored
f6c220c
View commit details
Copy full SHA for f6c220c
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Make `ForEach-Object` faster for its commonly used scenarios (#10454)
daxian-dbw
authored and
adityapatwardhan
committed
ff29282
View commit details
Copy full SHA for ff29282
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.