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
ModuleIntrinsics.cs
on
master
User selector
All users
Datepicker
All time
Commit history
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
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 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 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 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 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 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 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 Apr 16, 2021
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 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 Dec 9, 2020
Enable nullable: System.Management.Automation.IModuleAssemblyInitializer (#14158)
powercode
authored
06b660c
View commit details
Copy full SHA for 06b660c
View code at this point
Browse repository at this point
Commits on Nov 24, 2020
Mark local variable as const (#13217)
Show description for c7bdb24
xtqqczze
authored
c7bdb24
View commit details
Copy full SHA for c7bdb24
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Simplify delegate creation (#13578)
Show description for d6727dc
xtqqczze
authored
d6727dc
View commit details
Copy full SHA for d6727dc
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 Jun 11, 2020
Code redundancy fixes (#12916)
Show description for 0d5d017
xtqqczze
authored
0d5d017
View commit details
Copy full SHA for 0d5d017
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 Apr 14, 2020
Make GetWindowsPowerShellModulePath compatible with multiple PS installations (#12280)
Show description for 14487bf
Andrew
authored
14487bf
View commit details
Copy full SHA for 14487bf
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
Allow case insensitive paths for determining `PSModulePath` (#12192)
Show description for 7193800
adityapatwardhan
authored
7193800
View commit details
Copy full SHA for 7193800
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 10, 2019
Update setting PSModulePath to concatenate the process + machine env var (#11276)
SteveL-MSFT
authored and
daxian-dbw
committed
20a236b
View commit details
Copy full SHA for 20a236b
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Allow `pwsh` to inherit `$env:PSModulePath` and enable `powershell.exe` to start correctly (#11057)
SteveL-MSFT
authored and
daxian-dbw
committed
2e55303
View commit details
Copy full SHA for 2e55303
View code at this point
Browse repository at this point
Commits on Jul 6, 2019
Cleanup workflow code (#9638)
Show description for 5d98b90
iSazonov
authored
5d98b90
View commit details
Copy full SHA for 5d98b90
View code at this point
Browse repository at this point
Commits on May 10, 2019
Update use of "PowerShell Core" to just "PowerShell" (#9513)
SteveL-MSFT
authored and
daxian-dbw
committed
a96b4c0
View commit details
Copy full SHA for a96b4c0
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 Mar 29, 2019
Fix Get-Module -FullyQualifiedName option to work with paths (#9101)
pougetat
authored and
adityapatwardhan
committed
0ee5278
View commit details
Copy full SHA for 0ee5278
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 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 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 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
Previous
Next
You can’t perform that action at this time.