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 }}
WebGameLinux
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 14, 2016
Addressing static analysis issue (#2486)
Show description for 001f6ec
SteveL-MSFT
authored and
mirichmo
committed
001f6ec
View commit details
Copy full SHA for 001f6ec
Browse repository at this point
Save file as UTF8 with BOM (Fixes #2476) (#2477)
wangzq
authored and
mirichmo
committed
1cc0ef6
View commit details
Copy full SHA for 1cc0ef6
Browse repository at this point
Make Pester skip the redirection test for '[Encoding]::Default' instead of ignoring it, so that we can keep track of this encoding issue
daxian-dbw
authored and
mirichmo
committed
e240c0c
View commit details
Copy full SHA for e240c0c
Browse repository at this point
Fix test failures due to changes in .NET Core and the exclusion of 'Certificate' provider in UNIX PS
daxian-dbw
authored and
mirichmo
committed
139b399
View commit details
Copy full SHA for 139b399
Browse repository at this point
Exclude 'Registry' and 'Certificate' providers from UNIX PS since they don't work on UNIX platform.
Show description for f02b6ef
daxian-dbw
authored and
mirichmo
committed
f02b6ef
View commit details
Copy full SHA for f02b6ef
Browse repository at this point
Avoid calling static members from 'Microsoft.Win32.Registry' on UNIX, especially the code that would run in TypeInitializer.
Show description for d0c60e0
daxian-dbw
authored and
mirichmo
committed
d0c60e0
View commit details
Copy full SHA for d0c60e0
Browse repository at this point
Update build.psm1 to not remove IL assemblies after crossgen because the latest dotnet.exe checks the existence of all TPA assemblies, including those built from the local projects
daxian-dbw
authored and
mirichmo
committed
a1aac43
View commit details
Copy full SHA for a1aac43
Browse repository at this point
Update powershell to depend on latest dotnet core packages (preview1-24530-04 from 9/30/2016)
daxian-dbw
authored and
mirichmo
committed
2e402cf
View commit details
Copy full SHA for 2e402cf
Browse repository at this point
Commits on Oct 13, 2016
Addressing static code analysis issue (#2470)
Show description for 9e47ad4
SteveL-MSFT
authored and
mirichmo
committed
9e47ad4
View commit details
Copy full SHA for 9e47ad4
Browse repository at this point
Commits on Oct 12, 2016
Added feature level test coverage to Registry provider (#2417)
Christopher Ubben
authored and
mirichmo
committed
c0f1d85
View commit details
Copy full SHA for c0f1d85
Browse repository at this point
Add badge for nightly builds (#2455)
Show description for 98710a8
adityapatwardhan
authored and
vors
committed
98710a8
View commit details
Copy full SHA for 98710a8
Browse repository at this point
Add Invoke-Item deterministic Windows tests (#2443)
Show description for 6a62969
iSazonov
authored and
vors
committed
6a62969
View commit details
Copy full SHA for 6a62969
Browse repository at this point
Skipping New-PSRoleCapabilityFile and Get-PSSessionCapability on help system test since there is no help content for these two cmdlets (#2464)
Francisco-Gamino
authored and
daxian-dbw
committed
ccffe07
View commit details
Copy full SHA for ccffe07
Browse repository at this point
Fixing get-help <cmdletName> -online for .NET Core on Desktop. (#2174)
Show description for d717458
Francisco-Gamino
authored and
daxian-dbw
committed
d717458
View commit details
Copy full SHA for d717458
Browse repository at this point
Commits on Oct 11, 2016
Commit copies of bootstrap.ps1 for automated builds (#2458)
Show description for 14690f2
andyleejordan
authored
14690f2
View commit details
Copy full SHA for 14690f2
Browse repository at this point
Fix Docker repos (#2457)
andyleejordan
authored
5748a0a
View commit details
Copy full SHA for 5748a0a
Browse repository at this point
Merge pull request #2454 from andschwa/rename-containers
Show description for b056b6d
SteveL-MSFT
authored
b056b6d
View commit details
Copy full SHA for b056b6d
Browse repository at this point
Rename "stable unstable" containers to "release nightly"
Show description for a66e8f3
andyleejordan
committed
a66e8f3
View commit details
Copy full SHA for a66e8f3
Browse repository at this point
Commits on Oct 10, 2016
Fix host remote test InvokeOnRunspace to work with AppVeyor (#2362)
Show description for 3815482
PaulHigin
authored and
TravisEz13
committed
3815482
View commit details
Copy full SHA for 3815482
Browse repository at this point
Add query to track action plan in issues (#2439)
Show description for b211f5f
JamesWTruher
authored and
vors
committed
b211f5f
View commit details
Copy full SHA for b211f5f
Browse repository at this point
Commits on Oct 8, 2016
Fixing JSON property accessor to attempt user settings directory creation on the first write operation
mirichmo
authored and
daxian-dbw
committed
e188c99
View commit details
Copy full SHA for e188c99
Browse repository at this point
Commits on Oct 7, 2016
Fix Get-WinEvent -FilterHashtable to work with named event data field (#2373)
Show description for 6ef590d
iSazonov
authored and
daxian-dbw
committed
6ef590d
View commit details
Copy full SHA for 6ef590d
Browse repository at this point
Added feature level test coverage to FileSystem provider (#2416)
Christopher Ubben
authored and
mirichmo
committed
62d7961
View commit details
Copy full SHA for 62d7961
Browse repository at this point
Commits on Oct 6, 2016
Add PowerShell-RFC link to README (#2431)
Show description for 3873ff1
joeyaiello
authored and
lzybkr
committed
3873ff1
View commit details
Copy full SHA for 3873ff1
Browse repository at this point
Commits on Oct 5, 2016
First draft of test roadmap plan (#2332)
Show description for b89533f
JamesWTruher
authored and
daxian-dbw
committed
b89533f
View commit details
Copy full SHA for b89533f
Browse repository at this point
Use 'CurrentCulture' for error message and update test to clean up resources
daxian-dbw
committed
e078b0a
View commit details
Copy full SHA for e078b0a
Browse repository at this point
Added testcase for validating invalid filepath scenario. (#1749)
charub
authored and
daxian-dbw
committed
d2feb51
View commit details
Copy full SHA for d2feb51
Browse repository at this point
Fix Start-Transcript input path validation issues. (#1749)
charub
authored and
daxian-dbw
committed
6526968
View commit details
Copy full SHA for 6526968
Browse repository at this point
Fix Start-Transcript input path validation (#1749)
charub
authored and
daxian-dbw
committed
88d64c2
View commit details
Copy full SHA for 88d64c2
Browse repository at this point
Added feature level test coverage to Alias provider (#2419)
Christopher Ubben
authored and
mirichmo
committed
5da825b
View commit details
Copy full SHA for 5da825b
Browse repository at this point
Fix VS Code debug output (#2425)
andyleejordan
authored
4298f11
View commit details
Copy full SHA for 4298f11
Browse repository at this point
Commits on Oct 4, 2016
Added feature level test coverage to PSDrive provider (#2418)
Christopher Ubben
authored and
mirichmo
committed
0e190e0
View commit details
Copy full SHA for 0e190e0
Browse repository at this point
Add .NET Core debug build instructions (#2410)
Show description for cc8842c
andyleejordan
authored
cc8842c
View commit details
Copy full SHA for cc8842c
Browse repository at this point
Commits on Oct 3, 2016
Fix variable assignment to not overwrite readonly/constant variables (#2400)
daxian-dbw
authored and
lzybkr
committed
1345520
View commit details
Copy full SHA for 1345520
Browse repository at this point
Fix bytewise operators to work on enum types with 'System.Byte' as the underlying type (#2411)
daxian-dbw
authored and
lzybkr
committed
5fbde6e
View commit details
Copy full SHA for 5fbde6e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.