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 }}
SQLGumbo
/
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
help
on
master
User selector
All users
All time
Commit history
Commits on Oct 26, 2017
Use consistent '(c)' for copyright symbol (#5210)
Show description for 4bc52d2
SteveL-MSFT
authored and
daxian-dbw
committed
4bc52d2
View commit details
Copy full SHA for 4bc52d2
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
Add new Fwlinks for v6 help content (#4978)
Show description for df06200
adityapatwardhan
authored and
daxian-dbw
committed
df06200
View commit details
Copy full SHA for df06200
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
removed RunspaceConfiguration support (#4942)
Show description for 6177d28
SteveL-MSFT
authored and
daxian-dbw
committed
6177d28
View commit details
Copy full SHA for 6177d28
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
remove unsupported -showwindow switch (#4903)
SteveL-MSFT
authored and
adityapatwardhan
committed
ffa0701
View commit details
Copy full SHA for ffa0701
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
Rename $IsOSX to $IsMacOS (#4757)
SteveL-MSFT
authored and
TravisEz13
committed
7c9b188
View commit details
Copy full SHA for 7c9b188
View code at this point
Browse repository at this point
Commits on Aug 10, 2017
Clean up ShellExecute code to use the .NET Core implementation (#4523)
Show description for 384a9fe
daxian-dbw
authored and
adityapatwardhan
committed
384a9fe
View commit details
Copy full SHA for 384a9fe
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Disable UTC and SQM telemetry by enclosing the code in '#if LEGACYTELEMETRY' (#4190)
JamesWTruher
authored and
daxian-dbw
committed
71392a2
View commit details
Copy full SHA for 71392a2
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Add cache for GetApplicationBase (#3969)
iSazonov
authored and
daxian-dbw
committed
598cebf
View commit details
Copy full SHA for 598cebf
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
Fix about_* topic help issues and a few tab completion regressions (#4014)
adityapatwardhan
authored and
daxian-dbw
committed
2ae5d07
View commit details
Copy full SHA for 2ae5d07
View code at this point
Browse repository at this point
Commits on Jun 12, 2017
Use wildcard matching in help file search (#3971)
chunqingchen
authored and
lzybkr
committed
b4b4e60
View commit details
Copy full SHA for b4b4e60
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
Fix the issue Get-Help does not support string pattern under Unix (#3852)
chunqingchen
authored and
mirichmo
committed
751dada
View commit details
Copy full SHA for 751dada
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
Refactor PowerShell Core to use the default CoreCLR loader instead (#3903)
Show description for 8ae6c5b
daxian-dbw
authored
8ae6c5b
View commit details
Copy full SHA for 8ae6c5b
View code at this point
Browse repository at this point
Commits on May 18, 2017
Removed unused help providers and related classes. (#3795)
Show description for 779d563
adityapatwardhan
authored and
TravisEz13
committed
779d563
View commit details
Copy full SHA for 779d563
View code at this point
Browse repository at this point
Commits on May 1, 2017
Get-Help should find help files under pshome (#3528)
chunqingchen
authored and
mirichmo
committed
5a82b10
View commit details
Copy full SHA for 5a82b10
View code at this point
Browse repository at this point
Commits on Apr 17, 2017
Move powershell to .NET Core 2.0 (#3556)
Show description for 7a55bf9
daxian-dbw
authored
7a55bf9
View commit details
Copy full SHA for 7a55bf9
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
Get-help may return multiple instances of the same help file (#3410)
Show description for da2fd5c
SteveL-MSFT
authored and
mirichmo
committed
da2fd5c
View commit details
Copy full SHA for da2fd5c
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Get-Help does not work in JEA sessions (#2988)
chunqingchen
authored and
mirichmo
committed
1393f45
View commit details
Copy full SHA for 1393f45
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
Add support to ShellExecute in powershell core when it's running on Windows full SKUs (#3281)
Show description for 7f83c48
daxian-dbw
authored and
TravisEz13
committed
7f83c48
View commit details
Copy full SHA for 7f83c48
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Adding '$pshome/cultureName/default.help.txt' to PowerShell Windows Core project. (#3032)
Show description for f57f924
Francisco-Gamino
authored and
mirichmo
committed
f57f924
View commit details
Copy full SHA for f57f924
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Remove trailing whitespace (#3001)
lzybkr
authored
02b5f35
View commit details
Copy full SHA for 02b5f35
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
Adding ValidateNotNullOrEmpty attribute to parameters listed in #2672 (#2685)
dlwyatt
authored and
lzybkr
committed
177c99d
View commit details
Copy full SHA for 177c99d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Remove CheckForSevereException and private FailFast
Show description for 386b4f3
lzybkr
authored and
vors
committed
386b4f3
View commit details
Copy full SHA for 386b4f3
View code at this point
Browse repository at this point
Commits on Nov 4, 2016
Fixing update/save-help on Linux.
Francisco-Gamino
authored and
mirichmo
committed
fea4d88
View commit details
Copy full SHA for fea4d88
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
Fixing get-help <cmdletName> -online for .NET Core on Desktop. (#2174)
Show description for d717458
Francisco-Gamino
authored and
daxian-dbw
committed
d717458
View commit details
Copy full SHA for d717458
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Use prefixed QNames in XPath expressions used by all implementations of ICmdletProviderSupportsHelp interface
Show description for e8190a5
0xfeeddeadbeef
committed
e8190a5
View commit details
Copy full SHA for e8190a5
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
Merge pull request #2046 from xiaoyinl/use-https-links
Show description for 58a2ba7
daxian-dbw
authored
58a2ba7
View commit details
Copy full SHA for 58a2ba7
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
spelling: locals in src/System.Management.Automation/help
jsoref
committed
aa929a0
View commit details
Copy full SHA for aa929a0
View code at this point
Browse repository at this point
Commits on Aug 28, 2016
spelling: comments in src/System.Management.Automation/help
jsoref
committed
92a121a
View commit details
Copy full SHA for 92a121a
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Use HTTPS links for go.microsoft.com
Show description for f538eeb
xiaoyinl
committed
f538eeb
View commit details
Copy full SHA for f538eeb
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Cleanup mis-formatting of preprocessor directives
lzybkr
committed
231f34b
View commit details
Copy full SHA for 231f34b
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
Fixing get-help on Linux
Francisco-Gamino
committed
3ed7201
View commit details
Copy full SHA for 3ed7201
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Reducing exception catching within ConfigPropertyAccessor classes to provide greater control to callers regarding the most appropriate way to handle them.
mirichmo
committed
8ffb717
View commit details
Copy full SHA for 8ffb717
View code at this point
Browse repository at this point
Fixing execution policy so test automation works
mirichmo
committed
33c1f2d
View commit details
Copy full SHA for 33c1f2d
View code at this point
Browse repository at this point
Adding UpdatableHelp checks.
mirichmo
committed
2c36535
View commit details
Copy full SHA for 2c36535
View code at this point
Browse repository at this point
Commits on Aug 3, 2016
Refactoring - replace always null expressions with null
PowerShellTeam
authored and
lzybkr
committed
c1ee6c9
View commit details
Copy full SHA for c1ee6c9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.