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
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
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 }}
powercode
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
test
powershell
on
groupobj
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2018
Change parameters order in Get-Help and help in order to get first -Full and then -Functionality when using Get-Help -Fu<tab> and help -Fu<tab>. (#7370)
sethvs
authored and
iSazonov
committed
740d059
View commit details
Copy full SHA for 740d059
View code at this point
Browse repository at this point
Use -HaveCount instead of -Be in Where-Object.Tests.ps1. (#7379)
sethvs
authored and
iSazonov
committed
58ac08c
View commit details
Copy full SHA for 58ac08c
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
Use -BeExactly and -HaveCount instead of -Be in TabCompletion.Tests.ps1. (#7380)
sethvs
authored and
iSazonov
committed
da6d264
View commit details
Copy full SHA for da6d264
View code at this point
Browse repository at this point
Use -BeExactly and -HaveCount instead of -Be in BugFix.Tests.ps1. (#7386)
sethvs
authored and
iSazonov
committed
9e30419
View commit details
Copy full SHA for 9e30419
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
Fix several issues in Markdown cmdlets (#7329)
Show description for 4e7c2ed
adityapatwardhan
authored and
daxian-dbw
committed
4e7c2ed
View commit details
Copy full SHA for 4e7c2ed
View code at this point
Browse repository at this point
Commits on Jul 26, 2018
Fix `IsHardLink()` to return false instead of throwing exception when unable to determine (#7355)
SteveL-MSFT
authored and
daxian-dbw
committed
b767d5c
View commit details
Copy full SHA for b767d5c
View code at this point
Browse repository at this point
Fix ThreadJob tests so that they will run more reliably (#7360)
PaulHigin
authored and
daxian-dbw
committed
20f7577
View commit details
Copy full SHA for 20f7577
View code at this point
Browse repository at this point
Commits on Jul 25, 2018
Update PowerShell to reference 'psrp.1.4.5-0' on Unix build (#7350)
dantraMSFT
authored and
daxian-dbw
committed
936626b
View commit details
Copy full SHA for 936626b
View code at this point
Browse repository at this point
Fix sequence point update for switch/if/for/while/do-while/do-until statements (#7305)
Show description for 87d8fc9
daxian-dbw
authored
87d8fc9
View commit details
Copy full SHA for 87d8fc9
View code at this point
Browse repository at this point
Ignore Newtonsoft.Json metadata properties in ConvertFrom-Json (#7308)
Show description for e34554c
adamgauthier
authored and
iSazonov
committed
e34554c
View commit details
Copy full SHA for e34554c
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
Add support for parsing Link Header with variable whitespace (#7322)
Show description for f5a7d79
SteveL-MSFT
authored and
iSazonov
committed
f5a7d79
View commit details
Copy full SHA for f5a7d79
View code at this point
Browse repository at this point
Commits on Jul 17, 2018
Update `Enable-PSRemoting` so configuration name for Preview releases (#7202)
Show description for 0a2f9c8
SteveL-MSFT
authored and
TravisEz13
committed
0a2f9c8
View commit details
Copy full SHA for 0a2f9c8
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Enforce the 'CompatiblePSEditions' check for modules from the legacy 'System32' module path (#7183)
Show description for c94fc31
rjmholt
authored and
daxian-dbw
committed
c94fc31
View commit details
Copy full SHA for c94fc31
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
Added Markdown rendering cmdlets (#6926)
Show description for 6f3e9d0
daxian-dbw
authored
6f3e9d0
View commit details
Copy full SHA for 6f3e9d0
View code at this point
Browse repository at this point
Merge pull request #7284 from daxian-dbw/removeVB
Show description for ab07b85
adityapatwardhan
authored
ab07b85
View commit details
Copy full SHA for ab07b85
View code at this point
Browse repository at this point
Fix prompt string to be platform agnostic and keep its trailing spaces (#7255)
Bruce Payette
authored and
daxian-dbw
committed
f4a50ed
View commit details
Copy full SHA for f4a50ed
View code at this point
Browse repository at this point
Fix a parsing error when 'break' and 'continue' are used in a switch statement in a finally block (#7273)
Bruce Payette
authored and
daxian-dbw
committed
716ed2a
View commit details
Copy full SHA for 716ed2a
View code at this point
Browse repository at this point
[Feature] Remove 'VisualBasic' support from Add-Type
daxian-dbw
committed
c34866d
View commit details
Copy full SHA for c34866d
View code at this point
Browse repository at this point
[Feature] Address code review comments
adityapatwardhan
committed
e711c5d
View commit details
Copy full SHA for e711c5d
View code at this point
Browse repository at this point
[Feature] Add markdown cmdlets to default commands list
adityapatwardhan
committed
731afbf
View commit details
Copy full SHA for 731afbf
View code at this point
Browse repository at this point
Added missing error messages
adityapatwardhan
committed
a78d006
View commit details
Copy full SHA for a78d006
View code at this point
Browse repository at this point
[Feature] Add more tests
adityapatwardhan
committed
481d3b1
View commit details
Copy full SHA for 481d3b1
View code at this point
Browse repository at this point
[Feature] Address code review comments
Aditya Patwardhan
authored and
adityapatwardhan
committed
275e109
View commit details
Copy full SHA for 275e109
View code at this point
Browse repository at this point
Added Tests for Markdown cmdlets
adityapatwardhan
committed
32876c8
View commit details
Copy full SHA for 32876c8
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Merge pull request #7242 from daxian-dbw/exp
Show description for 75ba74c
adityapatwardhan
authored
75ba74c
View commit details
Copy full SHA for 75ba74c
View code at this point
Browse repository at this point
Make pwsh able to start in a directory with wildcards in the name (#7240)
JamesWTruher
authored and
daxian-dbw
committed
d61ea03
View commit details
Copy full SHA for d61ea03
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Add test to verify filesystem provider isn't used when accessing root path in psdrive (#7173)
Show description for e5e1c53
SteveL-MSFT
authored and
adityapatwardhan
committed
e5e1c53
View commit details
Copy full SHA for e5e1c53
View code at this point
Browse repository at this point
Fixes to address ThreadJob tests reliability and speed (#7270)
Show description for 040c494
PaulHigin
authored and
TravisEz13
committed
040c494
View commit details
Copy full SHA for 040c494
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
[Feature] Address Feedback: Fix style and xml doc issues. Update tests
daxian-dbw
committed
0ac878f
View commit details
Copy full SHA for 0ac878f
View code at this point
Browse repository at this point
[Feature] Address Feedback: Use better error message and add more tests
daxian-dbw
committed
2c9519b
View commit details
Copy full SHA for 2c9519b
View code at this point
Browse repository at this point
[Feature] Address Feedback: make value tuple element types explicit
daxian-dbw
committed
c7c35bd
View commit details
Copy full SHA for c7c35bd
View code at this point
Browse repository at this point
[Feature] Address Feedback: style changes and fixing typo
daxian-dbw
committed
b616cf5
View commit details
Copy full SHA for b616cf5
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
[Feature] Root caused test failure issue and fix it
daxian-dbw
committed
2fce1bf
View commit details
Copy full SHA for 2fce1bf
View code at this point
Browse repository at this point
Adding -AllStats Switch parameter for Measure-Object cmdlet (#7220)
kvprasoon
authored and
iSazonov
committed
9dcfddd
View commit details
Copy full SHA for 9dcfddd
View code at this point
Browse repository at this point
Commits on Jul 6, 2018
[Feature] Fix two tests
daxian-dbw
committed
bc8abf8
View commit details
Copy full SHA for bc8abf8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.