Windows PowerShell Tutorial 4 - Input and Output

Windows PowerShell Tutorial 4 - Input and Output

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Regedit32 submitted a new article:

Windows PowerShell Tutorial 4 - Controlling Input and Output using Redirection and/or Pipes

Just as in any other programming language, there comes a time where the Programmer may was to control the content being input by a User or from an external file, or the content they themselves wish to Output to the User or an external file.

PowerShell has three special characters that can be used for this either on their own, or in combination with Cmdlets either built-in to PowerShell or created by the programmer.

There characters are as follows:
  • [COLOR=rgb(179, 0,...[/SIZE]


Read more about this article...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top