Windows PowerShell Tutorial 5 - Advanced Redirection

Windows PowerShell Tutorial 5 - Advanced Redirection

Regedit32

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

Windows PowerShell Tutorial 5 - Advanced Redirection and the Cmdlet Out-File

In the previous tutorial I introduced to you the basic concept of Redirection and Piping of information via Cmdlets to an eternal file.

PowerShell by default writes the actual Script to the console while executing it, but mote importantly by default will also write command output to the console. Often this is perfectly fine, but there are many occasions where it is better in fact to write command output to a external file which can be more easily analyzed and shared with others should...

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