NAME
Out-Default
SYNOPSIS
Sends the output to the default formatter and to the default output cmdlet.
SYNTAX
Out-Default [-InputObject <psobject>] [<CommonParameters>]
DESCRIPTION
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>
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
“Get-Help about_CommonParameters“.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
Online version: http://go.microsoft.com/fwlink/?LinkID=113362