-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Support the Cert:/ PSDrive on non-Windows platforms #1865
Copy link
Copy link
Closed
Labels
OS-LinuxOS-macOSResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtimeWG-Engine-Providersbuilt-in PowerShell providers such as FileSystem, Certificates, Registry, etc.built-in PowerShell providers such as FileSystem, Certificates, Registry, etc.
Metadata
Metadata
Assignees
Labels
OS-LinuxOS-macOSResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtimeWG-Engine-Providersbuilt-in PowerShell providers such as FileSystem, Certificates, Registry, etc.built-in PowerShell providers such as FileSystem, Certificates, Registry, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce
Switch to Cert:/ Drive and run Get-ChildItem
Expected behavior
PS Cert:/> get-childitem
Location : CurrentUser
StoreNames :
Location : LocalMachine
StoreNames :
Actual behavior
PS Cert:/> get-childitem
get-childitem : Cannot find path '/Cert:/' because it does not exist.
At line:1 char:1
Environment data