Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cross platform pwsh in powershell_exec #10430

Closed
mwrock opened this issue Sep 14, 2020 · 0 comments · Fixed by #10476
Closed

Support cross platform pwsh in powershell_exec #10430

mwrock opened this issue Sep 14, 2020 · 0 comments · Fixed by #10476
Assignees
Labels
Platform: Windows Triage: Feature Request Indicates an issue requesting new functionality.

Comments

@mwrock
Copy link
Member

mwrock commented Sep 14, 2020

Related to epic #10330

Tentatively users of powershell_exec may specify an "interpreter" as an optional second string argument to powershell_exec. The default will be powershell. If pwsh is the interpreter, powershell exec will invoke a .net core based wrapper for creating a cross platform powershell based runspace.

"interpreter" may not be the correct path forward here so that implementation detail is open. We could also support a boolean flag.

@mwrock mwrock added Status: Untriaged An issue that has yet to be triaged. and removed Status: Untriaged An issue that has yet to be triaged. labels Sep 14, 2020
@mwrock mwrock self-assigned this Sep 14, 2020
@tas50 tas50 added Platform: Windows Triage: Feature Request Indicates an issue requesting new functionality. labels Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Windows Triage: Feature Request Indicates an issue requesting new functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants