PowerShell Logo Small

Out-Default



This is the built-in help made by Microsoft for the command 'Out-Default', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


Out-Default [-InputObject [<PSObject>]] [-Transcript] [<CommonParameters>]



Search powershellhelp.space

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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=289600
Format-Custom
Format-List
Format-Table
Format-Wide

REMARKS

<

Examples


1: