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

SSH for power shell support #523

Open
santhsr opened this issue Jun 26, 2024 · 0 comments
Open

SSH for power shell support #523

santhsr opened this issue Jun 26, 2024 · 0 comments

Comments

@santhsr
Copy link

santhsr commented Jun 26, 2024

Version

2.9.2

Bug description

I'm not able to run power shell command in background as like linux(using nohup and &)
if i use start-job as a part of the command the exit status is 0 but not output from command ,its not giving any exception but not giving command out put also

Example:-
Start-Job -ScriptBlock { echo "test" > "C:\path\to\file.txt" }

Actual behavior

It is not running command in back ground

Expected behavior

It should run command in back ground

Relevant log output

No response

Other information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant