Send output to default
Syntax
Out-Default [-inputObject psobject] [CommonParameters]
Key
-inputObject The input item {may be piped}
CommonParameters:
-Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutVariable.
This cmdlet has no effect on the formatting or output. It is a placeholder that lets you write your own Out-Default function or cmdlet.
"Talk is cheap. Show me the code" - Linus Torvalds, 2006
Related Powershell Commands:
Out-File - Send command output to a file
Out-Host - Send the pipelined output to the host
Out-Null - Send output to null
Out-Printer - Send the output to a printer
Out-String - Send output to the pipleline as strings
Tee-Object - Send input objects to two places