You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
Currently trying to create some kind of "listbox" so that user can input, for instance, multiple computer names
Then I would like to process each of these names with foreach ($user in $textarea)...
I thought I could use the TextArea input, because if you press the return key you can insert as much users as you want
But when I try to do a foreach in my PS file, it apperas that line breaks are gone
appears*
So insted of having, let's say "user1 user2 user(x) " I have a single string like so : "user1user2user(x)"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: