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
ModuleIntrinsics.cs
on
master
User selector
All users
All time
Commit history
Commits on Dec 12, 2025
Refactor the module path construction code to make it more robust and easier to maintain (#26565)
daxian-dbw
authored
592668b
View commit details
Copy full SHA for 592668b
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
Guard against `null` or blank path components when adding to module path (#19922)
stevenebutler
authored
3710671
View commit details
Copy full SHA for 3710671
View code at this point
Browse repository at this point
Commits on May 23, 2023
Add a public API for getting locations of `PSModulePath` elements (#19422)
JamesWTruher
authored
d9697f0
View commit details
Copy full SHA for d9697f0
View code at this point
Browse repository at this point
Commits on May 22, 2023
Add WDAC Audit logging (#19641)
PaulHigin
authored
e5728b6
View commit details
Copy full SHA for e5728b6
View code at this point
Browse repository at this point
Commits on May 2, 2023
Fix constructing PSModulePath if a sub-path has trailing separator (#13147)
Show description for 8135167
SteveL-MSFT
authored
8135167
View commit details
Copy full SHA for 8135167
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
Fix codefactor if part 5 (#19286)
CarloToso
authored
69e9b43
View commit details
Copy full SHA for 69e9b43
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix codefactor if part 2 (#19267)
CarloToso
authored
0d6b93a
View commit details
Copy full SHA for 0d6b93a
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 30, 2023
typos (#19058)
spaette
authored
d29f34b
View commit details
Copy full SHA for d29f34b
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
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
Previous
Next
You can’t perform that action at this time.