Pipelines are undoubtedly the most blue-chip concept in Windows PowerShell (PS). It creates a significant difference between PowerShell and DOS. The working process of the pipeline is based on several inputs and single outputs. It means that the output of one sub-part becomes the input to the other. Pipeline successively refines the data through several stages for final filtered output. In this paper, we have studied the details of the pipeline and presented a tutorial by considering all the capacities of pipeline in the context of the shell.