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
utils
on
master
User selector
All users
All time
Commit history
Commits on Apr 8, 2026
Build, package, and create VPack for the PowerShell-LTS store package within the same `msixbundle-vpack` pipeline (#150) (#27209)
daxian-dbw
authored
073f4d6
View commit details
Copy full SHA for 073f4d6
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
Fix `IDisposable` implementation in sealed classes (#26215)
Show description for 28a2e35
xtqqczze
and
jshigetomi
authored
28a2e35
View commit details
Copy full SHA for 28a2e35
View code at this point
Browse repository at this point
Commits on Jan 12, 2026
Fix the CLR internal error and null ref exception when running `show-command` with PowerShell API (#26669)
daxian-dbw
authored
bf03a14
View commit details
Copy full SHA for bf03a14
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
Fix checks for local user config file paths (#26269)
SeeminglyScience
authored
c7ee0d2
View commit details
Copy full SHA for c7ee0d2
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
Remove redundant `CharSet` from `StructLayout` attributes. Part 1 (#26216)
xtqqczze
authored
fcb0e5c
View commit details
Copy full SHA for fcb0e5c
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
xtqqczze
authored
a10ff10
View commit details
Copy full SHA for a10ff10
View code at this point
Browse repository at this point
Fix IDE0083: UseNotPattern (#26209)
xtqqczze
authored
250144e
View commit details
Copy full SHA for 250144e
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
Replace custom method with File.ReadAllText() in ScriptAnalysis.cs (#26060)
amritanand-py
authored
b77c80e
View commit details
Copy full SHA for b77c80e
View code at this point
Browse repository at this point
Commits on Oct 1, 2025
Remove the use of Windows PowerShell ETW provider id and update `PSDiagnostics` module to work for PowerShell 7 (#25590)
daxian-dbw
authored
b852378
View commit details
Copy full SHA for b852378
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
Allow opt-out of the named-pipe listener using the environment variable `POWERSHELL_DIAGNOSTICS_OPTOUT` (#26086)
daxian-dbw
authored
859431e
View commit details
Copy full SHA for 859431e
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
Remove obsolete `CA2240` rule suppression (#25957)
xtqqczze
authored
06ff422
View commit details
Copy full SHA for 06ff422
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
Remove obsolete `CA2233` rule suppression (#25951)
xtqqczze
authored
3b6f267
View commit details
Copy full SHA for 3b6f267
View code at this point
Browse repository at this point
Commits on Aug 31, 2025
Remove obsolete `CA1026` rule suppression (#25934)
xtqqczze
authored
eda56e2
View commit details
Copy full SHA for eda56e2
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
Remove obsolete `CA2118` rule suppression (#25924)
xtqqczze
authored
8d524ad
View commit details
Copy full SHA for 8d524ad
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
Update PSRP protocol to deprecate session key exchange between newer client and server (#25774)
daxian-dbw
authored
f4a452e
View commit details
Copy full SHA for f4a452e
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
Remove the old fuzzy suggestion and fix the local script file name suggestion (#25177)
daxian-dbw
authored
48b25da
View commit details
Copy full SHA for 48b25da
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Move common completion methods to CompletionHelpers class (#25138)
ArmaanMcleod
authored
ca96c2c
View commit details
Copy full SHA for ca96c2c
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
Allow DSC parsing through OS architecture translation layers (#24852)
bdeb1337
authored
c3fbd2c
View commit details
Copy full SHA for c3fbd2c
View code at this point
Browse repository at this point
Commits on Feb 1, 2025
Add quote handling in Verb, StrictModeVersion, Scope & PropertyType Argument Completers with single helper method (#24839)
ArmaanMcleod
authored
459fc8d
View commit details
Copy full SHA for 459fc8d
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
Update `IndexOfAny` calls with invalid path/filename to `SearchValues<char>` for more efficient char searching (#24896)
ArmaanMcleod
authored
2a1d17e
View commit details
Copy full SHA for 2a1d17e
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
Seal internal types in `PlatformInvokes` (#24826)
xtqqczze
authored
2e97dd4
View commit details
Copy full SHA for 2e97dd4
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Add the `AIShell` module to telemetry collection list (#24747)
StevenBucher98
authored
16e81a6
View commit details
Copy full SHA for 16e81a6
View code at this point
Browse repository at this point
Commits on Nov 12, 2024
Support PSObject wrapped values in ArgumentToEncodingTransformationAttribute (#24555)
jborean93
authored
ba23880
View commit details
Copy full SHA for ba23880
View code at this point
Browse repository at this point
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 Mar 21, 2024
Make sure the assembly/library resolvers are registered at early stage (#21361)
daxian-dbw
authored
ad7278b
View commit details
Copy full SHA for ad7278b
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
Remove `JetBrains.Annotations` attributes (#21246)
xtqqczze
authored
c3594c5
View commit details
Copy full SHA for c3594c5
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Add `WinGetCommandNotFound` and `CompletionPredictor` modules to track usage (#21040)
StevenBucher98
authored
31dfb6d
View commit details
Copy full SHA for 31dfb6d
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
Add `-Verb` argument completer for `Get-Verb`/ `Get-Command` and refactor `Get-Verb` (#20286)
ArmaanMcleod
authored
0e18be6
View commit details
Copy full SHA for 0e18be6
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Ensure filename is not null when loggin WDAC ETW events (#20910)
jborean93
authored
43333bc
View commit details
Copy full SHA for 43333bc
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
add psadapter and console gui tools to module load telemetry whitelist (#20641)
StevenBucher98
authored
5cd04f2
View commit details
Copy full SHA for 5cd04f2
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Add telemetry to check for specific tags when importing a module (#20371)
JamesWTruher
authored
2e5bd01
View commit details
Copy full SHA for 2e5bd01
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
Change `docs.microsoft.com` to `learn.microsoft.com` (#19994)
sdwheeler
authored
5595072
View commit details
Copy full SHA for 5595072
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Fix ///-comments that violate the docs schema (#19957)
sdwheeler
authored
b58ff3b
View commit details
Copy full SHA for b58ff3b
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
Add `Microsoft.Powershell.PSResourceGet` for telemetry module list (#19926)
adityapatwardhan
authored
30098c7
View commit details
Copy full SHA for 30098c7
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
Apply the `InlineAsTypeCheck` rule in the engine code - 1st pass (#19692)
Molkree
authored
b679b59
View commit details
Copy full SHA for b679b59
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.