< Back

Get-MSTerminalSetting

Sat Jan 18, 2020 4:51 pm

NAME Get-MSTerminalSetting



SYNOPSIS

Returns the current top-level settings for MS Terminal.





SYNTAX

Get-MSTerminalSetting [-Force] [<CommonParameters>]





DESCRIPTION

Returns the current top-level settings for MS Terminal.





PARAMETERS

-Force [<SwitchParameter>]

* Deprecated as of Terminal 0.2.1715.0 and will be removed in a future release of the module *



Use to force output to include the fully deserialized profiles.json file. If not specified, the 'profiles'

and 'schemes' elements will be omitted.



Required? false

Position? named

Default value False

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

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-MSTerminalSetting



defaultProfile : {38782937-4ba3-4696-9ae1-0bfc33c60e62}

initialRows : 30

initialCols : 120

alwaysShowTabs : True

showTerminalTitleInTitlebar : True

showTabsInTitlebar : False

requestedTheme : system

keybindings : {@{keys=System.Object[]; command=closeTab},...}



Returns the current top-level settings for MS Terminal.



RELATED LINKS