NAME
Get-WinDefaultInputMethodOverride
SYNOPSIS
Gets the default input method override setting for the current user account.SYNTAX
Get-WinDefaultInputMethodOverride [
] DESCRIPTION
The Get-WinDefaultInputMethodOverride cmdlet retrieves the default input method override setting, which specifies
a default input method for the current user account. If no override setting is used, the input method isdynamically determined from the current user account's language list (see Get-WinUserLanguageList and
Set-WinUserLanguageList).
PARAMETERS
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
WinKeyboardObject The Tablet Input Panel (TIP) string for the default input method override setting.Example 1
PS C:\>Get-WinDefaultInputMethodOverride
InputMethodTip Keyboard name--------------- -------------
0409:00000409 English (United States) - US
This command returns and displays the default input method for the current user account.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287339Set-WinDefaultInputMethodOverride