Regedit32
Moderator
- Joined
- Mar 4, 2016
- Messages
- 3,609
- Reaction score
- 1,140
Regedit32 submitted a new article:
Windows PowerShell Tutorial 4 - Controlling Input and Output using Redirection and/or Pipes
Read more about this 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...