How do I type a Powershell “Pipe”?

powershell
powershell

Estimated reading time: 1 minutes

This may seem like a very simple thing to most techies out there, but we have had this question asked to us a number of times with people using the incorrect keys to type a Powershell pipe.

So, how do you type a Powershell “Pipe”?

A Powershell pipe can be seen below in the example code:

Get-RemoteDomain | fl

It is the line in between the command and the variable. In notepad it can display differently to in Powershell which is where some people get confused. Many people press CTRL+ALT+ the top left key on the keyboard (note that we are working with UK English keyboards!) as below:

How do I type a Powershell "Pipe"? 1

This produces a similar due critically different character to what we actually want.

You should press the Shift key and the key to the left of the Z on the keyboard:

How do I type a Powershell "Pipe"? 2

This will then produce the correct “Pipe” character that can be used for Powershell commands.

COMMENTS

If you have any questions on this guide, please feel free to use our comments system below to leave a comment.

Click to rate this post!
[Total: 0 Average: 0]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *