Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Verify UI Culture

$
0
0

Summary: Use Windows PowerShell to verify user interface culture.

Hey, Scripting Guy! Question I have several language installations of Windows on my network, and prior to running a script, I would like to use
          Windows PowerShell to verify the input culture so I can choose the correct operating system.

Hey, Scripting Guy! Answer Use the Get-UICulture cmdlet and choose the Name or the LCID property:

(Get-UICulture).name

(Get-UICulture).LCID


Viewing all articles
Browse latest Browse all 3333

Trending Articles