< Back

Set-ConsoleTitle

Mon Jan 13, 2020 8:29 am

NAME Set-ConsoleTitle



SYNOPSIS

Sets the console window title to the defined text.





SYNTAX

Set-ConsoleTitle [-TitleText] <String> [<CommonParameters>]





DESCRIPTION

Sets the console window title to the defined text.





PARAMETERS

-TitleText <String>

New title text.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

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



-------------------------- EXAMPLE 1 --------------------------



C:\\PS>Set-ConsoleTitle -TitleText '<<<This window is for installation>>>'



Configures the current console window title text to <<<This window is for installation>>>











RELATED LINKS