Call Powershell script into ISC to extract an site role attribute

Hi @jasmedina ,
Adding to @Anshu_Kunal’s point ,

  1. Create a powershell script that can communicate to on-prem target application.
  2. The ps script will extract the accounts and access information of the identities from onprem and generates a csv.
  3. After that configure your delimited source (having same schema as the headers of csv generated).
  4. User fileupload utility to aggregate that csv file to ISC directly. File Upload Utility
  5. Once aggregation is done move that csv to archive folder.
  6. Schedule that ps script to do the same job daily/weekly as per requirement.
1 Like