Hello Guys.
I asked to find a PS script to show computer users language and regional settings and export them to a text file. It must be contain information like which Language Keyboards added on any user profiles or what is the time and date formats or location configurations.
I thought I should be prepare the script using Registry keys abilities. So I tried HKCU and delivered 'Current User' profiles region and language setting's but I want this information for all defined users on a computer.
I found something maybe usable in HKU tree. if I click on users sid's and open hku/EXAMPLEUSER/contolpanel/international tree I will find some information maybe usable. but I don't know how to run a script for multiple users and how to convert SID to Username.
Is there anyone can help? :-)