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 }}
WebGameLinux
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
on
master
User selector
All users
All time
Commit history
Commits on Oct 14, 2016
Addressing static analysis issue (#2486)
Show description for 001f6ec
SteveL-MSFT
authored and
mirichmo
committed
001f6ec
View commit details
Copy full SHA for 001f6ec
View code at this point
Browse repository at this point
Save file as UTF8 with BOM (Fixes #2476) (#2477)
wangzq
authored and
mirichmo
committed
1cc0ef6
View commit details
Copy full SHA for 1cc0ef6
View code at this point
Browse repository at this point
Exclude 'Registry' and 'Certificate' providers from UNIX PS since they don't work on UNIX platform.
Show description for f02b6ef
daxian-dbw
authored and
mirichmo
committed
f02b6ef
View commit details
Copy full SHA for f02b6ef
View code at this point
Browse repository at this point
Avoid calling static members from 'Microsoft.Win32.Registry' on UNIX, especially the code that would run in TypeInitializer.
Show description for d0c60e0
daxian-dbw
authored and
mirichmo
committed
d0c60e0
View commit details
Copy full SHA for d0c60e0
View code at this point
Browse repository at this point
Update powershell to depend on latest dotnet core packages (preview1-24530-04 from 9/30/2016)
daxian-dbw
authored and
mirichmo
committed
2e402cf
View commit details
Copy full SHA for 2e402cf
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
Addressing static code analysis issue (#2470)
Show description for 9e47ad4
SteveL-MSFT
authored and
mirichmo
committed
9e47ad4
View commit details
Copy full SHA for 9e47ad4
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 Oct 8, 2016
Fixing JSON property accessor to attempt user settings directory creation on the first write operation
mirichmo
authored and
daxian-dbw
committed
e188c99
View commit details
Copy full SHA for e188c99
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Fix Get-WinEvent -FilterHashtable to work with named event data field (#2373)
Show description for 6ef590d
iSazonov
authored and
daxian-dbw
committed
6ef590d
View commit details
Copy full SHA for 6ef590d
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
Use 'CurrentCulture' for error message and update test to clean up resources
daxian-dbw
committed
e078b0a
View commit details
Copy full SHA for e078b0a
View code at this point
Browse repository at this point
Fix Start-Transcript input path validation issues. (#1749)
charub
authored and
daxian-dbw
committed
6526968
View commit details
Copy full SHA for 6526968
View code at this point
Browse repository at this point
Fix Start-Transcript input path validation (#1749)
charub
authored and
daxian-dbw
committed
88d64c2
View commit details
Copy full SHA for 88d64c2
View code at this point
Browse repository at this point
Commits on Oct 3, 2016
Fix variable assignment to not overwrite readonly/constant variables (#2400)
daxian-dbw
authored and
lzybkr
committed
1345520
View commit details
Copy full SHA for 1345520
View code at this point
Browse repository at this point
Fix bytewise operators to work on enum types with 'System.Byte' as the underlying type (#2411)
daxian-dbw
authored and
lzybkr
committed
5fbde6e
View commit details
Copy full SHA for 5fbde6e
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
Merge pull request #2363 from lzybkr/maxvars
Show description for 124a59b
daxian-dbw
authored
124a59b
View commit details
Copy full SHA for 124a59b
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Remove SessionStateOverflowException
Show description for f252683
lzybkr
committed
f252683
View commit details
Copy full SHA for f252683
View code at this point
Browse repository at this point
Updating the ModuleVersion to 1.1.0.0
bmanikm
authored and
vors
committed
c69520c
View commit details
Copy full SHA for c69520c
View code at this point
Browse repository at this point
Merging the changes from Windows Source Depot.
Show description for 16b86bf
bmanikm
authored and
vors
committed
16b86bf
View commit details
Copy full SHA for 16b86bf
View code at this point
Browse repository at this point
Fixing PowerShellProperties.json reads to do a basic validity check prior to processing the JSON
mirichmo
committed
9f9add0
View commit details
Copy full SHA for 9f9add0
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
Fix 'Get-ChildItem -Hidden' to work on system hidden files like c:\hiberfil.sys c:\pagefile.sys and c:\swapfile.sys
charub
authored and
daxian-dbw
committed
5cbf1b4
View commit details
Copy full SHA for 5cbf1b4
View code at this point
Browse repository at this point
Merge pull request #2336 from lzybkr/stdin_fixes
Show description for d044606
daxian-dbw
authored
d044606
View commit details
Copy full SHA for d044606
View code at this point
Browse repository at this point
Fix CategoryInfo.Activity so that it has the specified value
Show description for 9d1d927
adityapatwardhan
authored and
lzybkr
committed
9d1d927
View commit details
Copy full SHA for 9d1d927
View code at this point
Browse repository at this point
Fix Get-Credential to not prompt twice when no parameter is specified
daxian-dbw
authored and
lzybkr
committed
1ea5558
View commit details
Copy full SHA for 1ea5558
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Remove most Maximum* capacity variables
Show description for c7951e1
lzybkr
committed
c7951e1
View commit details
Copy full SHA for c7951e1
View code at this point
Browse repository at this point
Fix $? assignment to not crash powershell
daxian-dbw
authored and
lzybkr
committed
89b5ae5
View commit details
Copy full SHA for 89b5ae5
View code at this point
Browse repository at this point
Fix hang when reading stdin from ruby
Show description for 07b0964
lzybkr
committed
07b0964
View commit details
Copy full SHA for 07b0964
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Merge pull request #2241 from jeffbi/convertto-html-coreclr
Show description for 5c88dbf
mirichmo
authored
5c88dbf
View commit details
Copy full SHA for 5c88dbf
View code at this point
Browse repository at this point
Fix binary operator tab completion (#2338)
daxian-dbw
authored and
lzybkr
committed
bf59194
View commit details
Copy full SHA for bf59194
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Fix `powershell -Command -` handling of backspace
Show description for 1913244
lzybkr
committed
1913244
View commit details
Copy full SHA for 1913244
View code at this point
Browse repository at this point
Fix `powershell -Command -` to not ignore last command
Show description for f095320
lzybkr
committed
f095320
View commit details
Copy full SHA for f095320
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
Merge pull request #2313 from jsoref/spelling-public
Show description for 4e6b06f
mirichmo
authored
4e6b06f
View commit details
Copy full SHA for 4e6b06f
View code at this point
Browse repository at this point
Merge pull request #2260 from jsoref/spelling-public
Show description for 6992a64
vors
authored
6992a64
View commit details
Copy full SHA for 6992a64
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
spelling: public identifiers in src/Microsoft.WSMan.Management
jsoref
committed
6d19f04
View commit details
Copy full SHA for 6d19f04
View code at this point
Browse repository at this point
Added support for title in get-Credential, and message set to optional. (#1904)
Show description for 5738f37
McAndersDK
authored and
lzybkr
committed
5738f37
View commit details
Copy full SHA for 5738f37
View code at this point
Browse repository at this point
Merge pull request #2156 from charub/StartProcessIssue
Show description for 0426b44
daxian-dbw
authored
0426b44
View commit details
Copy full SHA for 0426b44
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.