Out-Default
Published: February 29, 2012
Updated: August 15, 2012
Applies To: Windows PowerShell 3.0
Out-Default
Sends the output to the default formatter and to the default output cmdlet.
Syntax
Parameter Set: Default Out-Default [-InputObject <PSObject> ] [ <CommonParameters>]
Detailed 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.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
named |
|
Default Value |
none |
|
Accept Pipeline Input? |
true (ByValue) |
|
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/p/?LinkID=113216).