Hi everyone!
Is someone use More one argument(report) in Custom Schedule?
I have powershell script, which take arguments from sd (one report):
- param (
- [string]$json = "none"
- )
- $jsondata = Get-Content $json -Encoding UTF8
- write-host $jsondata
But if I choose two arguments (reports) in custom schedules, I can't see second report. Maybe someone can help with second report?