More than one arguments in Custom Schedules

More than one arguments in Custom Schedules

Hi everyone!

Is someone use More one argument(report) in Custom Schedule? 

I have powershell script, which take arguments from sd (one report): 

  1. param (
  2.     [string]$json = "none"
  3.  )

  4. $jsondata = Get-Content $json -Encoding UTF8 
  5. 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?
      • Topic Participants

      • Max

                  New to ADSelfService Plus?