NAME
Out-Default
SYNOPSIS
Sends the output to the default formatter and to the default output cmdlet.SYNTAX
Out-Default [-InputObject
] [-Transcript] [ ] 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 yourown Out-Default function or cmdlet.
PARAMETERS
-InputObject
Accepts input to the cmdlet. Required? false Position? named Default value None Accept pipeline input? True (ByValue) Accept wildcard characters? false-Transcript [
@{Text=} Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false] 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