Skip to content

Commit 3e33760

Browse files
author
Sean Wheeler
authored
Adding note about other output streams
1 parent 0afec2a commit 3e33760

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/5.1/Microsoft.PowerShell.Core/Out-Null.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Out-Null [-InputObject <PSObject>] [<CommonParameters>]
2121

2222
## DESCRIPTION
2323
The **Out-Null** cmdlet sends its output to NULL, in effect, removing it from the pipeline and
24-
preventing the output to be displayed at the screen. Please note though that exceptions will be displayed anyway, so this comes very handy when you want to test your command against any errors.
24+
preventing the output to be displayed at the screen. Ihis only affects the standard output stream.
25+
Other output streams, like the Error stream are not affected. Exceptions will be displayed. This
26+
makes it easier to test your command for any errors.
2527

2628
## EXAMPLES
2729

0 commit comments

Comments
 (0)