Hi Team,
Could you please tell me how can I get to know how the input has been given? what I mean is…
- by .txt file
gc input.txt | %{Verb-Noun $_} - or CSV file
Import-Csv input.csv | %{Verb-Noun $_.input} - or direct input to the parameter?
Verb-Noun -InputParam “InputItem”