Is any way to paste multiple line information to the PowerShell? Usually I am saving it to the .txt or .csv before executing the script. For an example when I am creating new users.
This is part of the default behavior. Paste this, for example:
cls
1,2,3 | %{
$_ *5}
#