Out-Default

 

SYNOPSIS

Send the output to the default formatter and the default output cmdlet. 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.

 

SYNTAX

Out-Default [-inputObject <psobject>] [<CommonParameters>]

 

DETAILED DESCRIPTION

Send the output to the default formatter and the default output cmdlet. 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.

 

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, and -OutVariable. For more information, type, "get-help about_commonparameters".

 

RELATED LINKS

Out-File

Out-Host

Out-Null

Out-Printer

Out-String