API Reference
Command
Get-CxCulture
Returns the effective Windows culture and regional settings for a computer.
Examples
Example 1: Shows the local machine culture settings.
PS>
Get-CxCulture
Example 2: Checks whether a remote jump host is configured for the expected regional locale.
PS>
Get-CxCulture -ComputerName MGMT-01 | Format-List *
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-CxCulture [-ComputerName <string>] [<CommonParameters>]#Parameters
- ComputerName string
- Target computer name. Use . for the local machine or provide a DNS/NetBIOS name. When omitted, the local computer is queried.
Outputs
ComputerX.Culture.SystemCultureInfo