< Back

Out-Default

Sun Jan 19, 2020 6:25 pm

NAME Out-Default



SYNOPSIS

Sends the output to the default formatter and to the default output cmdlet.





SYNTAX

Out-Default [-InputObject <PSObject>] [-Transcript] [<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>

Accepts input to the cmdlet.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Transcript [<SwitchParameter>]

@{Text=}



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









1:











RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=821502