Sets the Windows UI language override setting for the current user account.SyntaxPowerShell 复制 Set-WinUILanguageOverride [[-Language] <CultureInfo>] [<CommonParameters>]DescriptionThe Set-WinUILanguageOverride cmdlet sets a user-preferred display language to be used for the Windows user interface ...
PowerShell 複製 PS C:\> $OldList = Get-WinUserLanguageList PS C:\> $OldList.Add("fr-FR") PS C:\> Set-WinUserLanguageList -LanguageList $OldListThis example adds the language French (France) to the language list of the user.The first command gets the user language list by using...
Sets the language list and associated properties for the current user account. Syntax PowerShell 复制 Set-WinUserLanguageList [-LanguageList] <System.Collections.Generic.List`1[Microsoft.InternationalSettings.Commands.WinUserLanguage]> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] Description ...
Module: ExchangePowerShell Applies to: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019This cmdlet is available only in on-premises Exchange. Use the Set-OwaVirtualDirectory cmdlet to modify existing Outlook on the web virtual directories that are used in ...
应用到: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2Set-ADUserModifies an Active Directory user.语法复制 Parameter Set: Default Set-ADUser [-ServicePrincipalNames <String[]> ] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: Identity Set-ADUser [-Identity] <ADUser>...
PowerShell 复制 PS C:\> $OldList = Get-WinUserLanguageList PS C:\> $OldList.Add("fr-FR") PS C:\> Set-WinUserLanguageList -LanguageList $OldListThis example adds the language French (France) to the language list of the user.The first command gets the user language list by using...
PowerShell Copiar PS C:\> $OldList = Get-WinUserLanguageList PS C:\> $OldList.Add("fr-FR") PS C:\> Set-WinUserLanguageList -LanguageList $OldListThis example adds the language French (France) to the language list of the user.The first command gets the user language list by ...
PowerShell Copier PS C:\> Set-WinUILanguageOverrideThis command sets the Windows UI language override to null for the current user account.Parameters-LanguageSpecifies a language. Agrandir le tableau Type: CultureInfo Position: 0 Default value: None Required: False Accept pipeline input: True ...
PowerShell Copy PS C:\> Set-WinUILanguageOverrideThis command sets the Windows UI language override to null for the current user account.Parameters-LanguageSpecifies a language. Expand table Type: CultureInfo Position: 0 Default value: None Required: False Accept pipeline input: True Accept wild...
PowerShell Set-WinUILanguageOverride[[-Language] <CultureInfo>] [<CommonParameters>] Description TheSet-WinUILanguageOverridecmdlet sets a user-preferred display language to be used for the Windows user interface (UI). If no override setting is used, the display language is dynamically determined fro...