TestimoX

API Reference

Command

Get-CxCulture

Namespace ComputerX.PowerShell
Inputs
System.String
Outputs
ComputerX.Culture.SystemCultureInfo

Returns the effective Windows culture and regional settings for a computer.

Examples

Authored help example

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 optionalposition: 0pipeline: true (ByValue, ByPropertyName)
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