Sends the output to the default formatter and to the default output cmdlet. (Out-Default)
NAMEOut-DefaultSYNOPSISSends the output to the default formatter and to the default output cmdlet.SYNTAXOut-Default [-InputObject <psobject>] [<CommonParameters>]DESCRIPTIONThe 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".INPUTSOUTPUTSNOTESRELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkID=113362 C:\Windows>powershell get-help Out-Host -full
Microsoft Windows [Version 10.0.19045.3693]
Copyright (c) 2023 Microsoft Corporation.
ColorConsole [Version 3.7.1000] PowerShell 2.0-Export