Activity Feed
- Karma Re: Need help executing a script with powershell v3 Modular Input for DennisFFM. 06-05-2020 12:49 AM
- Posted Need help executing a script with powershell v3 Modular Input on Getting Data In. 11-22-2017 01:07 AM
- Tagged Need help executing a script with powershell v3 Modular Input on Getting Data In. 11-22-2017 01:07 AM
- Tagged Need help executing a script with powershell v3 Modular Input on Getting Data In. 11-22-2017 01:07 AM
- Tagged Need help executing a script with powershell v3 Modular Input on Getting Data In. 11-22-2017 01:07 AM
- Tagged Need help executing a script with powershell v3 Modular Input on Getting Data In. 11-22-2017 01:07 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
11-22-2017
01:07 AM
Could somebody help me with this problem, i have simple powershell script:
Write-Host "Num Args:" $args.Length;
foreach ($arg in $args)
{
Write-Host "Arg: $arg";
}
and i'm trying to execute with Powershell v3 Modular Input, but i don't know how. In Command or Script Path field says put full path to a script, i did it, but it is not working.
... View more