Windows OS Language

Product Name: Windows OS Language
Description : This looks up the Locale ID in WMI and then matches it against Microsoft's official list of Locale Ids with their corresponding language. The result is displayed in a Custom Field as is part of the Audit Module in VSA.
Typically used in non-us countries where OS Language might not be English. Any command line command feedback is given in the OS Language used. For instance, when using Chkdsk to fight defragmentation, the analyses result is given in the OS language, when just using English language checks to see if defragmentation is required, defragmentation will actually never run.
Instructions :
- Download and unzip the file into a temporary folder
- Login to your Kserver
- Go to Audit Module > Machine Summary and create a custom field called "OS Language"
- Go to Agent Procedures Module > Schedule/Create, select any folder (Private or Shared) and the press "Manage Files" button just below the Machine Filter options.
- Select 'Shared Files' in the new windows that shows
- Upload the LocalIDs.txt file that you unzipped in step #1 to the root of 'Shared Files'
- Close this "Manage Files" window to return to the Agent Procedures Module > Schedule/Create function in VSA
- Again select a folder (Private or Shared) to import the Agent Procedure in
- Select "Import Folder/Procedure" button just below the Machine Filter options.
- Select the "Procedure Get Windows OS Language.xml" file that you unzipped in Step #1.
- Click "Save"
- Have a test run on a couple of machines to try it out, schedule if going forward in your Policies
To make use of this value in your other produces, like in the example with CHKDSK, the simplest way is to call this same agent procedure from the that CHKDSK procedure (or any other), and then call out the language using variable "#global:OSlanguage#'.
Comments
-
This procedure does not work on the cloud version
0 -
UPDATE: The above does work in Kaseya cloud but you must first run the xml updater tool at:
Alternatively I have already run the tool on the xml and you can find the ready to upload file attached.
Tested and working:
0