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
on
master
User selector
All users
All time
Commit history
Commits on Aug 27, 2016
Merge pull request #2072 from mirichmo/mirichmo/fixing-win7
Show description for 303abdd
daxian-dbw
authored
303abdd
View commit details
Copy full SHA for 303abdd
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Update PowerShellGet to install the modules and scripts to proper locations in PowerShell Core on Windows (#2078)
Show description for 1e13d78
bmanikm
authored and
mirichmo
committed
1e13d78
View commit details
Copy full SHA for 1e13d78
View code at this point
Browse repository at this point
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 25, 2016
its to it's where appropriate in throttlemanager
Matthew Brener
authored
a666c51
View commit details
Copy full SHA for a666c51
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Add missing OutputType attribute. (#2052)
Show description for e1f3494
juneb
authored and
daxian-dbw
committed
e1f3494
View commit details
Copy full SHA for e1f3494
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Fixing the path to the user's JSON configuration file
mirichmo
committed
18f3589
View commit details
Copy full SHA for 18f3589
View code at this point
Browse repository at this point
Adding debugType portable to project.json. (#1959)
Show description for c829d9e
adamdriscoll
authored and
daxian-dbw
committed
c829d9e
View commit details
Copy full SHA for c829d9e
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Replace & for && in condition (#1996)
DamirAinullin
authored and
lzybkr
committed
93e788d
View commit details
Copy full SHA for 93e788d
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Fix Install-Module error 'Could not compare 6.0.0-alpha to 5.0'. … (#1927)
Show description for d7b3124
bmanikm
authored and
TravisEz13
committed
d7b3124
View commit details
Copy full SHA for d7b3124
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
Fix for issue 1528: SSH based remoting does not handle errors during connection attempt (#1856)
PaulHigin
authored and
lzybkr
committed
e779d5d
View commit details
Copy full SHA for e779d5d
View code at this point
Browse repository at this point
Fix GetFullyQualifiedName() (#1915)
Show description for 550a21e
andyleejordan
authored and
mirichmo
committed
550a21e
View commit details
Copy full SHA for 550a21e
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
Stop using 'Open PowerShell' and OPS in code (#1838)
lzybkr
authored
8b05677
View commit details
Copy full SHA for 8b05677
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
Create license for thirdparty,proprietary file - Ensure installed root location contains this file (#1790)
Show description for a35d6ad
raghushantha
authored and
lzybkr
committed
a35d6ad
View commit details
Copy full SHA for a35d6ad
View code at this point
Browse repository at this point
Commits on Aug 13, 2016
Merge pull request #1787 from PaulHigin/WorkingA
Show description for ef5bf5c
mirichmo
authored
ef5bf5c
View commit details
Copy full SHA for ef5bf5c
View code at this point
Browse repository at this point
Merge pull request #1784 from lzybkr/format_cleanup
Show description for 7cf93ba
mirichmo
authored
7cf93ba
View commit details
Copy full SHA for 7cf93ba
View code at this point
Browse repository at this point
Setting Initial OPS LocalMachine ExecutionPolicy to RemoteSigned (#1769)
Show description for 718ee69
mirichmo
authored and
lzybkr
committed
718ee69
View commit details
Copy full SHA for 718ee69
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Update the job cache location on on windows platforms (#1740)
Show description for 2764b31
chunqingchen
authored and
lzybkr
committed
2764b31
View commit details
Copy full SHA for 2764b31
View code at this point
Browse repository at this point
These changes implement PowerShell remoting over SSH. The changes include feedback from code review comments.
PaulHigin
committed
44ad7f9
View commit details
Copy full SHA for 44ad7f9
View code at this point
Browse repository at this point
Removed DefaultParameterSetName since it was unused.
mirichmo
committed
85927cc
View commit details
Copy full SHA for 85927cc
View code at this point
Browse repository at this point
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
Fixing remoting install script so that it parses the verison number from powershell.version
charub
authored and
mirichmo
committed
fd94e7c
View commit details
Copy full SHA for fd94e7c
View code at this point
Browse repository at this point
Address review comments in product code
daxian-dbw
committed
ea96949
View commit details
Copy full SHA for ea96949
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
Change runtime check to build check because 'Platform.XDG_Type' and 'Platform.SelectProductNameForDirectory' are make unix only
daxian-dbw
committed
c27b4db
View commit details
Copy full SHA for c27b4db
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 11, 2016
Merge pull request #1717 from andschwa/sxs
Show description for 7d61d44
andyleejordan
authored
7d61d44
View commit details
Copy full SHA for 7d61d44
View code at this point
Browse repository at this point
Merge pull request #1738 from PowerShell/cchen/bugfix
Show description for e4e18b9
lzybkr
authored
e4e18b9
View commit details
Copy full SHA for e4e18b9
View code at this point
Browse repository at this point
Merge pull request #1711 from PowerShell/johnkord-Linux_DSC_error_message
Show description for ac9902c
andyleejordan
authored
ac9902c
View commit details
Copy full SHA for ac9902c
View code at this point
Browse repository at this point
Remove Windows branding
Chunqing Chen
committed
ae20c41
View commit details
Copy full SHA for ae20c41
View code at this point
Browse repository at this point
Include license during build
Show description for a3f3734
andyleejordan
committed
a3f3734
View commit details
Copy full SHA for a3f3734
View code at this point
Browse repository at this point
Update to depend on Newtonsoft.Json.9.0.1
daxian-dbw
committed
76ca7e5
View commit details
Copy full SHA for 76ca7e5
View code at this point
Browse repository at this point
Update project.json to depend on Microsoft.NETCore.Runtime.CoreCLR.1.0.4
Show description for e0b4447
daxian-dbw
committed
e0b4447
View commit details
Copy full SHA for e0b4447
View code at this point
Browse repository at this point
Fixing onecore.lib link issue
mirichmo
committed
5baa2d6
View commit details
Copy full SHA for 5baa2d6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.