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 }}
ChiangFamily
/
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
engine
on
source-depot
User selector
All users
All time
Commit history
Commits on Jul 29, 2016
Copy all mapped files from [SD:725290]
Show description for c748652
PowerShellTeam
authored and
Sergei Vorobev
committed
c748652
View commit details
Copy full SHA for c748652
View code at this point
Browse repository at this point
Integrate changes between [SD:717473] and [SD:725290]
PowerShellTeam
authored and
Sergei Vorobev
committed
0dd425d
View commit details
Copy full SHA for 0dd425d
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
Change $PSVersionTable.PSVersion to 6.0.0-alpha
lzybkr
committed
9a20bf6
View commit details
Copy full SHA for 9a20bf6
View code at this point
Browse repository at this point
Add SemanticVersion type
lzybkr
committed
be8e397
View commit details
Copy full SHA for be8e397
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
Re-enable assembly name comparison
andyleejordan
committed
9ba6ba3
View commit details
Copy full SHA for 9ba6ba3
View code at this point
Browse repository at this point
Use CORECLR to guard analysis progress record
andyleejordan
committed
b400ba3
View commit details
Copy full SHA for b400ba3
View code at this point
Browse repository at this point
Clean up ApplicationBase work-around
andyleejordan
committed
f0e64c2
View commit details
Copy full SHA for f0e64c2
View code at this point
Browse repository at this point
Clean up PSMODULEPATH Windows work-around
andyleejordan
committed
d40131a
View commit details
Copy full SHA for d40131a
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
Merge pull request #1458 from PowerShell/psedition_rename
Show description for 042d1e9
bmanikm
authored
042d1e9
View commit details
Copy full SHA for 042d1e9
View code at this point
Browse repository at this point
Remove CommandLineParameterBinderNativeMethods
Show description for 8eda0df
andyleejordan
committed
8eda0df
View commit details
Copy full SHA for 8eda0df
View code at this point
Browse repository at this point
Update PSEdition values to Rename Desktop & Core to WindowsPowerShell and PowerShellCore
Show description for 81e5a7e
bmanikm
committed
81e5a7e
View commit details
Copy full SHA for 81e5a7e
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
Guard IsWinPEHost
andyleejordan
committed
ad94ddb
View commit details
Copy full SHA for ad94ddb
View code at this point
Browse repository at this point
Revert IsWinPEHost changes
andyleejordan
committed
89508ae
View commit details
Copy full SHA for 89508ae
View code at this point
Browse repository at this point
Remove Platform.HasGroupPolicySupport query
andyleejordan
committed
662e390
View commit details
Copy full SHA for 662e390
View code at this point
Browse repository at this point
Remove Platform.HasUNCSupport query
andyleejordan
committed
2249afc
View commit details
Copy full SHA for 2249afc
View code at this point
Browse repository at this point
Remove Platform.HasFileShares query
andyleejordan
committed
58fe228
View commit details
Copy full SHA for 58fe228
View code at this point
Browse repository at this point
Remove Platform.HasRegistry query
andyleejordan
committed
73a1a51
View commit details
Copy full SHA for 73a1a51
View code at this point
Browse repository at this point
Remove Platform.HasDriveAutoMounting query
andyleejordan
committed
c2cd059
View commit details
Copy full SHA for c2cd059
View code at this point
Browse repository at this point
Remove Platform.HasCom query
andyleejordan
committed
46cfa26
View commit details
Copy full SHA for 46cfa26
View code at this point
Browse repository at this point
Port NativeItemExists for Linux
Show description for 5ef851a
andyleejordan
committed
5ef851a
View commit details
Copy full SHA for 5ef851a
View code at this point
Browse repository at this point
Revert NativeItemExists changes from baseline
andyleejordan
committed
3dacf45
View commit details
Copy full SHA for 3dacf45
View code at this point
Browse repository at this point
Commits on Jul 14, 2016
Merge pull request #1375 from PowerShell/cchen/bugfix
Show description for 3e10522
vors
authored
3e10522
View commit details
Copy full SHA for 3e10522
View code at this point
Browse repository at this point
msft:7980238, 7768797 Test-ModuleManifest loads all available modules if a module has the nested module dependencies. Get-Module -List and Test-ModuleManifest import the the nested module dependenc…
Show description for 080f029
Chunqing Chen
committed
080f029
View commit details
Copy full SHA for 080f029
View code at this point
Browse repository at this point
msft:8027609 Get-Module -List and Test-ModuleManifest import the the nested module dependencies into the current/global runspace.
Chunqing Chen
committed
bd0ba67
View commit details
Copy full SHA for bd0ba67
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Fix IsAdministrator for Unix
andyleejordan
committed
c17244e
View commit details
Copy full SHA for c17244e
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
Fixed comments and white space issues
TravisEz13
committed
bf90596
View commit details
Copy full SHA for bf90596
View code at this point
Browse repository at this point
Fixed unreachable code issue
TravisEz13
committed
dc632bf
View commit details
Copy full SHA for dc632bf
View code at this point
Browse repository at this point
Removed language if statement no longer needed due to compiler if statement
Show description for 9a9ff6f
TravisEz13
committed
9a9ff6f
View commit details
Copy full SHA for 9a9ff6f
View code at this point
Browse repository at this point
Made check blocking execution policy, only blocking (always returning true) on linux
TravisEz13
committed
547d5da
View commit details
Copy full SHA for 547d5da
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Fix #682 - [system.manage<Tab>] doesn't work
daxian-dbw
committed
81b9258
View commit details
Copy full SHA for 81b9258
View code at this point
Browse repository at this point
Move the most recent changes about the ALC from SD to Github
daxian-dbw
committed
da7f6ba
View commit details
Copy full SHA for da7f6ba
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Merge pull request #1282 from PowerShell/quoct/fixnugetprovider
Show description for 862b7f4
Quoc Truong
authored
862b7f4
View commit details
Copy full SHA for 862b7f4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.