SyntaxFix
Write A Post
Hire A Developer
Questions
Make this in your test.ps1, at the first line
param( [string]$a ) Write-Host $a
Then you can call it with
./Test.ps1 "Here is your text"
Found here (English)