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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ForksCollection
/
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
remoting
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 5, 2022
Use File.OpenHandle() instead CreateFileW pinvoke (#18722)
iSazonov
authored
5d9835f
View commit details
Copy full SHA for 5d9835f
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
Fix `Start-Job` to check the existence of working directory using the PowerShell way (#18675)
Show description for d03a555
daxian-dbw
authored
d03a555
View commit details
Copy full SHA for d03a555
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
Remove unused pinvokes in RemoteSessionNamedPipe (#18583)
iSazonov
authored
041f433
View commit details
Copy full SHA for 041f433
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Use new LINQ Order() methods instead of OrderBy(static x => x) (#18395)
Show description for c16521a
turbedi
authored
c16521a
View commit details
Copy full SHA for c16521a
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Replace some `string.Join(string)` calls with `string.Join(char)` (#18411)
turbedi
authored
9016adf
View commit details
Copy full SHA for 9016adf
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Remove some static constants from `Utils.Separators` (#18154)
iSazonov
authored
8965af3
View commit details
Copy full SHA for 8965af3
View code at this point
Browse repository at this point
Use generic `GetValues<T>`, `GetNames<T>` enum methods (#18391)
xtqqczze
authored
dd88445
View commit details
Copy full SHA for dd88445
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Fix typo in `RemoteRunspacePoolInternal.cs` (#18263)
eltociear
authored
1228ebc
View commit details
Copy full SHA for 1228ebc
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
Some more code cleanup related to the use of `PSVersionInfo` (#18231)
daxian-dbw
authored
80d2fb7
View commit details
Copy full SHA for 80d2fb7
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
Replace `UTF8Encoding(false)` with `Encoding.Default` (#18144)
xtqqczze
authored
fd67038
View commit details
Copy full SHA for fd67038
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Revert "Add `-StrictMode` to `Invoke-Command` to allow specifying strict mode when invoking command locally" (#18040)
SteveL-MSFT
authored
944ed54
View commit details
Copy full SHA for 944ed54
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
Make experimental feature `PSRemotingSSHTransportErrorHandling` stable (#18046)
SteveL-MSFT
authored
3bf6423
View commit details
Copy full SHA for 3bf6423
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
Use null propagation operator in `remoting` code (#17790)
fflaten
authored
7c62490
View commit details
Copy full SHA for 7c62490
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Use null propagation operator for windows build (#17795)
Show description for 5f4e100
fflaten
authored
5f4e100
View commit details
Copy full SHA for 5f4e100
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Use null-coalescing assignment in `/remoting` and `/hostifaces` (#17728)
Molkree
authored
e8c66a3
View commit details
Copy full SHA for e8c66a3
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Add the `-ConfigurationFile` command line parameter to `pwsh` to support local session configuration (#17447)
PaulHigin
authored
a8d5585
View commit details
Copy full SHA for a8d5585
View code at this point
Browse repository at this point
Fix some typos in source code (#17481)
Yulv-git
authored
8cc3984
View commit details
Copy full SHA for 8cc3984
View code at this point
Browse repository at this point
Commits on May 17, 2022
Remove the use of `BinaryFormatter` in PSRP serialization (#17133)
jborean93
authored
3d1d052
View commit details
Copy full SHA for 3d1d052
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
Add Custom Remote Connections Feature (#17011)
Show description for a6d0422
PaulHigin
authored
a6d0422
View commit details
Copy full SHA for a6d0422
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Add fix of process objects for processes that have exited. (#16946)
Show description for df460b7
PaulHigin
authored
df460b7
View commit details
Copy full SHA for df460b7
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
Support OpenSSH options for PSRP over SSH commands (#12802)
Show description for 0302b1f
BrannenGH
authored
0302b1f
View commit details
Copy full SHA for 0302b1f
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
Seal `ClientRemotePowerShell` (#15802)
Show description for f83660e
xtqqczze
authored
f83660e
View commit details
Copy full SHA for f83660e
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
Add lock and null check to remoting internals (#16542) (#16683)
Show description for da7c52a
SergeyZalyadeev
and
sz-cayo
authored
da7c52a
View commit details
Copy full SHA for da7c52a
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Add `-StrictMode` to `Invoke-Command` to allow specifying strict mode when invoking command locally (#16545)
Thomas-Yu
authored
ed6e058
View commit details
Copy full SHA for ed6e058
View code at this point
Browse repository at this point
Report error when PowerShell built-in modules are missing (#16628)
daxian-dbw
authored
cce64f4
View commit details
Copy full SHA for cce64f4
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
Fix race condition between DisconnectAsync and Dispose (#16536)
i3arnon
authored
1920b1b
View commit details
Copy full SHA for 1920b1b
View code at this point
Browse repository at this point
Commits on Dec 1, 2021
Fix `PSVersion` parameter version checks and error messages for PowerShell 7 remoting (#16228)
PaulHigin
authored
64d2fe2
View commit details
Copy full SHA for 64d2fe2
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
Fix typo in Job.cs (#16454)
eltociear
authored
4f86b07
View commit details
Copy full SHA for 4f86b07
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
Fix for SSH remoting when banner is enabled on SSHD endpoint (#16205)
PaulHigin
authored
bd4e559
View commit details
Copy full SHA for bd4e559
View code at this point
Browse repository at this point
Commits on Oct 6, 2021
Invoke-Command: improve handling of variables with $using: expression (#16113)
dwtaber
authored
53ac646
View commit details
Copy full SHA for 53ac646
View code at this point
Browse repository at this point
Commits on Sep 1, 2021
Remove duplicate remote server mediator code (#16027)
PaulHigin
authored
946341b
View commit details
Copy full SHA for 946341b
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
Fix spelling in XML docs (#15939)
slowy07
authored
55855fb
View commit details
Copy full SHA for 55855fb
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
Make PS-Committee reviewed experimental features stable (#15864)
SteveL-MSFT
authored
cced56d
View commit details
Copy full SHA for cced56d
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
Update `ServerRemoteHost` Version to be same as `PSVersion` (#15809)
SteveL-MSFT
authored
2ae0e4d
View commit details
Copy full SHA for 2ae0e4d
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Update to .NET 6 Preview 6 and use `crossgen2` (#15763)
adityapatwardhan
authored
31a4528
View commit details
Copy full SHA for 31a4528
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.