Posts

Showing posts from March, 2016

Wyse thin client terminal configuration inventory

If you work with thin clients this may come in handy.  I had a need to gather the configuration inventory from all of our Wyse C50LE terminals.  We have two sites and separate Wyse device manager servers.  The entire environment was set up before my time so I haven't done too much with it. This script will access the C: drives of one or more servers and look in the default config file path for INI files.  It reads them, parses them, and drops them in a spreadsheet.  Change the targets variable to include whatever servers you need. The resulting spreadsheet is saved in the same folder as the script. <#==============================================================================          File Name : Wyse-Config-Inventory.ps1    Original Author : Kenneth C. Mazie                    :     ...