PowerShell Commands
Out-Default
Out-Default [-InputObject <PSObject>] [-Transcript] [<CommonParameters>]
The Out-Default cmdlet sends output to the default formatter and the default output cmdlet. This cmdlet has no effect on the formatting or output of Windows PowerShell commands. It is a placeholder that lets you write your own Out-Default function or cmdlet.
Parameters
-InputObject <PSObject>
- Default value is None
- Accepts pipeline input ByValue
Accepts input to the cmdlet.
-Transcript [<SwitchParameter>]
- Default value is False
- Accepts pipeline input False
@{Text=}
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,ErrorAction, ErrorVariable, WarningAction, WarningVariable,OutBuffer, PipelineVariable, and OutVariable.
Additional Notes
1: RELATED LINKS Online Version: http://go.microsoft.com/fwlink/?LinkId=821502
This work is licensed under a Creative Commons Attribution 4.0 International. It is attributed to Microsoft Corporation and can be found here.
PowerShell Commands