Is it possible to have a dashboard with an input that will accept a list of objects and bring it in as an array?
For example, a text box that could accept a list of servers pasted in, 1 server per line. I would be able to use the array in a foreach to iterate through the list afterwards. I tried New-UDTexbox -multiline but that didn’t seem to work or I am doing something wrong.