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 }}
dreamsql
/
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
CoreCLR
on
master
User selector
All users
All time
Commit history
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 Mar 6, 2017
Adding Parent extended property to System.Diagnostics.Process (#2850)
Staffan Gustafsson
authored and
lzybkr
committed
b404987
View commit details
Copy full SHA for b404987
View code at this point
Browse repository at this point
Allow profile directory creation failures for Service Account scenarios (#3244)
Show description for a2687bf
SteveL-MSFT
authored and
lzybkr
committed
a2687bf
View commit details
Copy full SHA for a2687bf
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Port CmsMessage cmdlets and Get-PfxCertificate to powershell core (#3224)
daxian-dbw
authored
fc30ae1
View commit details
Copy full SHA for fc30ae1
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 Oct 31, 2016
Fixes #2534 by replacing expensive WMI query with Win32 API calls (#2535)
Show description for 44eb20d
SteveL-MSFT
authored and
mirichmo
committed
44eb20d
View commit details
Copy full SHA for 44eb20d
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
Fix GetCurrentThreadId
andyleejordan
committed
e630c6f
View commit details
Copy full SHA for e630c6f
View code at this point
Browse repository at this point
Fix SetDate
Show description for 24d0ce3
andyleejordan
committed
24d0ce3
View commit details
Copy full SHA for 24d0ce3
View code at this point
Browse repository at this point
Clean up IsHardLink
andyleejordan
committed
2a6b84e
View commit details
Copy full SHA for 2a6b84e
View code at this point
Browse repository at this point
Clean up CreateHardLink
andyleejordan
committed
b4b2278
View commit details
Copy full SHA for b4b2278
View code at this point
Browse repository at this point
Clean up CreateSymLink
andyleejordan
committed
0ce5575
View commit details
Copy full SHA for 0ce5575
View code at this point
Browse repository at this point
Clean up SetDate
Show description for fc5a1ae
andyleejordan
committed
fc5a1ae
View commit details
Copy full SHA for fc5a1ae
View code at this point
Browse repository at this point
Add native errno to ErrorCategory mapper
andyleejordan
committed
196a37b
View commit details
Copy full SHA for 196a37b
View code at this point
Browse repository at this point
Switch to Win32Exception(GetLastWin32Error)
Show description for e1aeeaa
andyleejordan
committed
e1aeeaa
View commit details
Copy full SHA for e1aeeaa
View code at this point
Browse repository at this point
Add configure to CMake to detect GNU strerror_r
Show description for 6c3e536
andyleejordan
committed
6c3e536
View commit details
Copy full SHA for 6c3e536
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
grammar: TransactedRegistry stub in System.Management.Automation CoreCLR (#2196)
Show description for fd1d7a1
jsoref
authored and
vors
committed
fd1d7a1
View commit details
Copy full SHA for fd1d7a1
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
spelling: locals in src/System.Management.Automation/CoreCLR
jsoref
committed
4988001
View commit details
Copy full SHA for 4988001
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Fixing API set versioning to get PowerShell Core working on Windows 7
mirichmo
committed
f16bc1a
View commit details
Copy full SHA for f16bc1a
View code at this point
Browse repository at this point
Spelling comments (#2066)
Show description for eb3fd7a
jsoref
authored and
lzybkr
committed
eb3fd7a
View commit details
Copy full SHA for eb3fd7a
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
Change 'Platform.XDG_Type' and 'Platform.SelectProductNameForDirectory' back to 'public'
Show description for 8bb2918
daxian-dbw
committed
8bb2918
View commit details
Copy full SHA for 8bb2918
View code at this point
Browse repository at this point
Add the shared module path to unix (counterpart of 'Program Files\PowerShell\Modules').
Show description for 07f9fef
daxian-dbw
committed
07f9fef
View commit details
Copy full SHA for 07f9fef
View code at this point
Browse repository at this point
Update module path calculation logic to support side-by-side.
Show description for 3ff19e1
daxian-dbw
committed
3ff19e1
View commit details
Copy full SHA for 3ff19e1
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Move Unix class under Platform
Show description for 9d164ea
andyleejordan
committed
9d164ea
View commit details
Copy full SHA for 9d164ea
View code at this point
Browse repository at this point
Consolidate GetUserName code
Show description for a8416d7
andyleejordan
committed
a8416d7
View commit details
Copy full SHA for a8416d7
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Consolidate InternalGetFolderPath
Show description for 3f9889d
andyleejordan
committed
3f9889d
View commit details
Copy full SHA for 3f9889d
View code at this point
Browse repository at this point
Do not throw when getting Unix domain or user name
Show description for 816dac0
andyleejordan
committed
816dac0
View commit details
Copy full SHA for 816dac0
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Initial run of code formatter
Show description for 403ae3f
PowerShellTeam
authored and
lzybkr
committed
403ae3f
View commit details
Copy full SHA for 403ae3f
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Rename IsCore to IsCoreCLR
andyleejordan
committed
41173a3
View commit details
Copy full SHA for 41173a3
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
Change preprocessor macro LINUX to UNIX
lzybkr
committed
673dd2c
View commit details
Copy full SHA for 673dd2c
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Remove managed CommandLineToArgv
Show description for c9c3e0b
andyleejordan
committed
c9c3e0b
View commit details
Copy full SHA for c9c3e0b
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Fix some documentation warnings
Show description for 0f04de1
andyleejordan
committed
0f04de1
View commit details
Copy full SHA for 0f04de1
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Remove unnecessary indirection from Platform.Unix
andyleejordan
committed
70aa6af
View commit details
Copy full SHA for 70aa6af
View code at this point
Browse repository at this point
Clean up CreateSymLink()
andyleejordan
committed
35e24ce
View commit details
Copy full SHA for 35e24ce
View code at this point
Browse repository at this point
Remove Platform.SupportsRemoveDrive query
andyleejordan
committed
a9484e4
View commit details
Copy full SHA for a9484e4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.