PowerShell Logo Small

Get-WinDefaultInputMethodOverride



This is the built-in help made by Microsoft for the command 'Get-WinDefaultInputMethodOverride', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the default input method override setting for the current user account.

SYNTAX


Get-WinDefaultInputMethodOverride [<CommonParameters>]



Search powershellhelp.space

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 is dynamically determined from the current user account's language list (see Get-WinUserLanguageList and Set-WinUserLanguageList).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287339
Set-WinDefaultInputMethodOverride

REMARKS

<

Examples


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.