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 }}
CodePrime
/
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
namespaces
on
master
User selector
All users
All time
Commit history
Commits on Aug 28, 2016
spelling: comments in src/System.Management.Automation/namespaces
jsoref
committed
c1f622a
View commit details
Copy full SHA for c1f622a
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
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 3, 2016
Refactoring - replace always null expressions with null
PowerShellTeam
authored and
lzybkr
committed
c1ee6c9
View commit details
Copy full SHA for c1ee6c9
View code at this point
Browse repository at this point
Refactoring - use ?? in more places
PowerShellTeam
authored and
lzybkr
committed
22d2273
View commit details
Copy full SHA for 22d2273
View code at this point
Browse repository at this point
Refactoring - adjust modifiers declaration order
PowerShellTeam
authored and
lzybkr
committed
85d6e9f
View commit details
Copy full SHA for 85d6e9f
View code at this point
Browse repository at this point
Refactor - convert to auto-property
Show description for ae8d2ed
PowerShellTeam
authored and
lzybkr
committed
ae8d2ed
View commit details
Copy full SHA for ae8d2ed
View code at this point
Browse repository at this point
Remove unused using statements
PowerShellTeam
authored and
lzybkr
committed
bc4901b
View commit details
Copy full SHA for bc4901b
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Initial run of code formatter
Show description for 403ae3f
PowerShellTeam
authored and
lzybkr
committed
403ae3f
View commit details
Copy full SHA for 403ae3f
View code at this point
Browse repository at this point
Commits on Jul 28, 2016
Make Get-Item env: case-aware on Unix
Show description for a704a53
Sergei Vorobev
committed
a704a53
View commit details
Copy full SHA for a704a53
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
Change preprocessor macro LINUX to UNIX
lzybkr
committed
673dd2c
View commit details
Copy full SHA for 673dd2c
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Clean up CreateSymLink()
andyleejordan
committed
35e24ce
View commit details
Copy full SHA for 35e24ce
View code at this point
Browse repository at this point
Remove Platform.SupportsRemoveDrive query
andyleejordan
committed
a9484e4
View commit details
Copy full SHA for a9484e4
View code at this point
Browse repository at this point
Remove Platform.SupportsReparsePoints query
andyleejordan
committed
dbe16ca
View commit details
Copy full SHA for dbe16ca
View code at this point
Browse repository at this point
Remove Platform.HasNetworkDriveSupport query
andyleejordan
committed
465e55d
View commit details
Copy full SHA for 465e55d
View code at this point
Browse repository at this point
Remove Platform.UseDotNetToQueryFileAttributes query
andyleejordan
committed
ab882cb
View commit details
Copy full SHA for ab882cb
View code at this point
Browse repository at this point
Remove Platform.HasUNCSupport query
andyleejordan
committed
2249afc
View commit details
Copy full SHA for 2249afc
View code at this point
Browse repository at this point
Remove Platform.HasSingleRootFilesystem query
andyleejordan
committed
527f30a
View commit details
Copy full SHA for 527f30a
View code at this point
Browse repository at this point
Remove Platform.HasRegistry query
andyleejordan
committed
73a1a51
View commit details
Copy full SHA for 73a1a51
View code at this point
Browse repository at this point
Remove Platform class override of PlatformNotSupportedException
Show description for 4e518fe
andyleejordan
committed
4e518fe
View commit details
Copy full SHA for 4e518fe
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Throw PlatformNotSupported on Windows .NET Core build
andyleejordan
committed
50e6627
View commit details
Copy full SHA for 50e6627
View code at this point
Browse repository at this point
Invoke-Item and Get-Help -Online are unsupported on Nano
Show description for 6200f08
andyleejordan
committed
6200f08
View commit details
Copy full SHA for 6200f08
View code at this point
Browse repository at this point
Use start in Invoke-Item to open items on Windows
Show description for ef2ba40
andyleejordan
committed
ef2ba40
View commit details
Copy full SHA for ef2ba40
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Fixed scope issue in invokeitem
Alex Jordan
committed
aefeb80
View commit details
Copy full SHA for aefeb80
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
UseShellExecute moved to OS guards for Invoke-Item
Alex Jordan
committed
e580941
View commit details
Copy full SHA for e580941
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
Fixed unknown char in comments
Show description for fd7a167
ealexjordan
authored and
Alex Jordan
committed
fd7a167
View commit details
Copy full SHA for fd7a167
View code at this point
Browse repository at this point
Adding logic for invoke-item for non-Windows OSes
Alex Jordan
committed
eec3b33
View commit details
Copy full SHA for eec3b33
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Revert string comparison changes
Show description for b30aabc
andyleejordan
committed
b30aabc
View commit details
Copy full SHA for b30aabc
View code at this point
Browse repository at this point
Remove string literals in registry provider
andyleejordan
committed
d162437
View commit details
Copy full SHA for d162437
View code at this point
Browse repository at this point
Fix GetDriveQualifiedPath for single root filesystems
Show description for 3262a4b
andyleejordan
committed
3262a4b
View commit details
Copy full SHA for 3262a4b
View code at this point
Browse repository at this point
Fix ExpandMshGlobPath for single root filesystems
Show description for 3464f9a
andyleejordan
committed
3464f9a
View commit details
Copy full SHA for 3464f9a
View code at this point
Browse repository at this point
Fix path root comparisons for Linux
Show description for ee40426
andyleejordan
committed
ee40426
View commit details
Copy full SHA for ee40426
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Revert unnecessary changes
andyleejordan
committed
047525a
View commit details
Copy full SHA for 047525a
View code at this point
Browse repository at this point
Revert CORECLR guard from FullCLR files
Show description for 69ce0e7
andyleejordan
committed
69ce0e7
View commit details
Copy full SHA for 69ce0e7
View code at this point
Browse repository at this point
Commits on May 19, 2016
Update files from Source Depot changeset [SD:704605]
Show description for d9bf6b0
PowerShellTeam
authored and
andyleejordan
committed
d9bf6b0
View commit details
Copy full SHA for d9bf6b0
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Fix spelling
palladia
committed
b87c026
View commit details
Copy full SHA for b87c026
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.