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 }}
githubpama
/
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
master
User selector
All users
All time
Commit history
Commits on Sep 21, 2017
Add 'ArgumentCompletionsAttribute' to support more argument completion scenarios (#4835)
Show description for 93dc591
iSazonov
authored and
daxian-dbw
committed
93dc591
View commit details
Copy full SHA for 93dc591
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
Fix bugs with expression redirected to file (#4847)
Show description for 4c29f57
daxian-dbw
authored and
lzybkr
committed
4c29f57
View commit details
Copy full SHA for 4c29f57
View code at this point
Browse repository at this point
Call to CodeMethod returning void should work (#4850)
Show description for 916ef56
Staffan Gustafsson
authored and
lzybkr
committed
916ef56
View commit details
Copy full SHA for 916ef56
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
Updated default ModuleVersion in ModuleManifest (#4842)
Show description for 03e3257
LDSpits
authored and
adityapatwardhan
committed
03e3257
View commit details
Copy full SHA for 03e3257
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
[Regression] Fix for error on Enter-PSSession exit (#4693)
Show description for f95b8ac
PaulHigin
authored and
mirichmo
committed
f95b8ac
View commit details
Copy full SHA for f95b8ac
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
First round of workflow cleanup (#4777)
Show description for db33d90
daxian-dbw
authored
db33d90
View commit details
Copy full SHA for db33d90
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
Enable use 'Singleline,Multiline' option in split operator (#4721)
Show description for fc9d798
iSazonov
authored and
lzybkr
committed
fc9d798
View commit details
Copy full SHA for fc9d798
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
Rename $IsOSX to $IsMacOS (#4757)
SteveL-MSFT
authored and
TravisEz13
committed
7c9b188
View commit details
Copy full SHA for 7c9b188
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Push locals of automatic variables to 'DottedScopes' when dotting script cmdlets (#4709)
Show description for 41f12b1
daxian-dbw
authored
41f12b1
View commit details
Copy full SHA for 41f12b1
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Removed double spaces from .cs and .ps1 files (#4743)
SteveL-MSFT
authored and
lzybkr
committed
fb286e6
View commit details
Copy full SHA for fb286e6
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Fix error message in ValidateSetAttribute ValidateElement() (#4722)
iSazonov
authored and
lzybkr
committed
fb67072
View commit details
Copy full SHA for fb67072
View code at this point
Browse repository at this point
Commits on Sep 1, 2017
Ensure GetNetworkCredential() returns null if PSCredential has null or empty user name (#4697)
Show description for 58a296e
iSazonov
authored and
TravisEz13
committed
58a296e
View commit details
Copy full SHA for 58a296e
View code at this point
Browse repository at this point
Fix 'using module' when module has non-terminating errors handled with 'SilentlyContinue' (#4711)
Show description for 795de73
daxian-dbw
authored
795de73
View commit details
Copy full SHA for 795de73
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
Remove alternate file stream code from non-Windows (#4567)
Show description for deb8c44
SteveL-MSFT
authored and
daxian-dbw
committed
deb8c44
View commit details
Copy full SHA for deb8c44
View code at this point
Browse repository at this point
Make 'Test-ModuleManifest' not load unnecessary modules (#4541)
chunqingchen
authored and
daxian-dbw
committed
fe51fb7
View commit details
Copy full SHA for fe51fb7
View code at this point
Browse repository at this point
Use stricter rule to unwrap a PSObject that wraps a COM object (#4614)
Show description for 12002e7
daxian-dbw
authored
12002e7
View commit details
Copy full SHA for 12002e7
View code at this point
Browse repository at this point
Commits on Aug 23, 2017
Replace extension method 'IsComObject(this Type)' with Type.IsCOMObject (#4646)
daxian-dbw
authored and
vors
committed
cfe173a
View commit details
Copy full SHA for cfe173a
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
Make PowerShell Core enumerate COM collections (#4553)
Show description for befc5f8
daxian-dbw
authored and
iSazonov
committed
befc5f8
View commit details
Copy full SHA for befc5f8
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Redefine the unicode output condition for nanoserver/IoT for more function (#4074)
chunqingchen
authored and
daxian-dbw
committed
ede3aec
View commit details
Copy full SHA for ede3aec
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
Fixes KeyFilePath parameter for Linux systems (#4529)
PaulHigin
authored and
adityapatwardhan
committed
6b8d86f
View commit details
Copy full SHA for 6b8d86f
View code at this point
Browse repository at this point
Commits on Aug 10, 2017
Clean up ShellExecute code to use the .NET Core implementation (#4523)
Show description for 384a9fe
daxian-dbw
authored and
adityapatwardhan
committed
384a9fe
View commit details
Copy full SHA for 384a9fe
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
Porting Enable-PSRemoting and its Tests (#2671)
Show description for 515a999
mirichmo
authored and
daxian-dbw
committed
515a999
View commit details
Copy full SHA for 515a999
View code at this point
Browse repository at this point
Clean up '#if CORE' in ProcessCodeMethods.cs and 'ClrFacade.GetSafeProcessHandle' (#4428)
iSazonov
authored and
daxian-dbw
committed
649ff28
View commit details
Copy full SHA for 649ff28
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
Clean up '#if CORE' in PSPrincipal.cs (#4433)
Show description for 0150f65
iSazonov
authored and
adityapatwardhan
committed
0150f65
View commit details
Copy full SHA for 0150f65
View code at this point
Browse repository at this point
Commits on Aug 3, 2017
Cleanup '#if CORE' in Utils.cs (#4443)
iSazonov
authored and
adityapatwardhan
committed
35a3ecd
View commit details
Copy full SHA for 35a3ecd
View code at this point
Browse repository at this point
Cleanup '#if CORE' in TypeTable.cs (#4442)
iSazonov
authored and
adityapatwardhan
committed
8aa028e
View commit details
Copy full SHA for 8aa028e
View code at this point
Browse repository at this point
Add more tab completion tests (#4356)
Show description for 6d32293
daxian-dbw
authored and
adityapatwardhan
committed
6d32293
View commit details
Copy full SHA for 6d32293
View code at this point
Browse repository at this point
Clean up '#if CORE' in PropertyAccessor.cs (#4429)
Show description for 8034dd6
iSazonov
authored and
mirichmo
committed
8034dd6
View commit details
Copy full SHA for 8034dd6
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Support Positive/Negative ValidateRange (#4084)
Show description for 1a003a8
dchristian3188
authored and
lzybkr
committed
1a003a8
View commit details
Copy full SHA for 1a003a8
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Make ShellExecuteEx use STA (#4362)
SteveL-MSFT
authored and
daxian-dbw
committed
e38f0e7
View commit details
Copy full SHA for e38f0e7
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
Give error instead of crashing if WSMan client lib not available (#4387)
SteveL-MSFT
authored and
daxian-dbw
committed
cf9f8c8
View commit details
Copy full SHA for cf9f8c8
View code at this point
Browse repository at this point
Cleanup '#if CORE' in ComAdapter.cs (#4418)
iSazonov
authored and
daxian-dbw
committed
86573cf
View commit details
Copy full SHA for 86573cf
View code at this point
Browse repository at this point
Cleanup '#if CORE' in CompletionCompleters.cs (#4419)
iSazonov
authored and
daxian-dbw
committed
5bc204f
View commit details
Copy full SHA for 5bc204f
View code at this point
Browse repository at this point
Cleanup '#if CORE' in ExtensibleCompletion.cs (#4420)
iSazonov
authored and
daxian-dbw
committed
97e3cc2
View commit details
Copy full SHA for 97e3cc2
View code at this point
Browse repository at this point
Cleanup '#if CORE' in CommandProcessor.cs (#4421)
iSazonov
authored and
daxian-dbw
committed
684ff97
View commit details
Copy full SHA for 684ff97
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.