ColorConsole [Version 1.7.1000] PowerShell 2.0-Export
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.
C:\Windows-7>Powershell get-help Out-Default -full
# 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
C:\Windows>powershell
get-help Out-Host -full