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
help
UpdatableHelpCommandBase.cs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 9, 2022
Fix `Update-Help` failing silently with implicit non-US culture. (#17780)
dkaszews
authored
1ee2f0d
View commit details
Copy full SHA for 1ee2f0d
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
Update `HelpInfoUri` for 7.3 release (#16646)
sdwheeler
authored
bf8a139
View commit details
Copy full SHA for bf8a139
View code at this point
Browse repository at this point
Commits on Nov 13, 2021
Update HelpInfoUri for 7.2 release (#16456)
sdwheeler
authored
306147c
View commit details
Copy full SHA for 306147c
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
Bump .NET framework to 6.0.0-preview.1 (#14719)
adityapatwardhan
authored
b836de8
View commit details
Copy full SHA for b836de8
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Avoid array allocations from GetDirectories/GetFiles. (#14330)
xtqqczze
authored
e35668c
View commit details
Copy full SHA for e35668c
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 3, 2020
Fix IDE0044: MakeFieldReadonly part 14 (#13969)
xtqqczze
authored
cc6ce4f
View commit details
Copy full SHA for cc6ce4f
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
Fix `RCS1114: Remove redundant delegate creation` (#12917)
xtqqczze
authored
58c371c
View commit details
Copy full SHA for 58c371c
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
Update the PowerShell modules to use the new Help URI (#12686)
adityapatwardhan
authored
5a42f45
View commit details
Copy full SHA for 5a42f45
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 Feb 20, 2020
Remove old dead code from FullCLR (#11886)
iSazonov
authored
59ad531
View commit details
Copy full SHA for 59ad531
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Update HelpInfoUri for all modules in PowerShell 7.0 (#11389)
adityapatwardhan
authored and
iSazonov
committed
de0866c
View commit details
Copy full SHA for de0866c
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 Apr 24, 2019
Run Codeformatter for SMA (#9402)
iSazonov
authored
ceed73d
View commit details
Copy full SHA for ceed73d
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Fix lgtm issues (#8843)
Show description for ff3edaa
iSazonov
authored
ff3edaa
View commit details
Copy full SHA for ff3edaa
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 29, 2018
Style: Convert to upper first char in <param> and <exception> doc tags (#8556)
iSazonov
authored
7207db6
View commit details
Copy full SHA for 7207db6
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
Commits on Dec 24, 2018
Code cleanup: Add space after closing brace where needed (#8530)
Show description for 4af3068
SteveL-MSFT
authored and
iSazonov
committed
4af3068
View commit details
Copy full SHA for 4af3068
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Remove empty xml comment lines (#7401)
iSazonov
authored
5d03e16
View commit details
Copy full SHA for 5d03e16
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Bulk update code base to put 'null' on the right-hand-side of a comparison expression (#6949)
iSazonov
authored and
daxian-dbw
committed
4fc784e
View commit details
Copy full SHA for 4fc784e
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
Update 'Update-Help' to save help content in user scope by default (#6352)
Show description for 610ae1a
adityapatwardhan
authored and
daxian-dbw
committed
610ae1a
View commit details
Copy full SHA for 610ae1a
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Update copyright and license headers (#6134)
Show description for c1c5344
SteveL-MSFT
authored and
TravisEz13
committed
c1c5344
View commit details
Copy full SHA for c1c5344
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
Updated Help Uri to point to latest help content for Microsoft.PowerShell.Core module (#5820)
adityapatwardhan
authored and
daxian-dbw
committed
d6288a3
View commit details
Copy full SHA for d6288a3
View code at this point
Browse repository at this point
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 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 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 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 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
Previous
Next
You can’t perform that action at this time.