Need help on using piping to chain two powershell commands #232
Unanswered
xiangkuan-peng
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you run the command via |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am struggling with using piping to chain two powershell command.
I tried the following 2 ways to use piping but they both resulted in an error. However it works when I put the whole powershell command in the .WithArguments, am I understanding wrong about how to use piping to chain up two powershell commands?
First failed attempt:
Second failed attempt:
Error:
The working alternative:
Beta Was this translation helpful? Give feedback.
All reactions