I am trying to work out a method to create Drop-Down lists to select printers and printer properties.
Using PowerShell I can extract a list of printers and printer properties to either a variable or CSV file.
I'm having difficulty in figuring out how to make use of the variable or CSV file for my drop-down lists.
Any ideas on how to do this?
Thanks