1.

What is pipeline in PowerShell?

Answer»

The CONCEPT of linking together commands with pipeline operator ( | ) is termed as a pipeline in PowerShell. That INDICATES the OUTCOME from the first command is further SENT down the pipeline as input to the second command for processing and the outcome of the second command is sent down to the pipeline as input to the third command and it goes on.



Discussion

No Comment Found