Adding Custom Fields/Attributes to Job

Hello All,

One of my use cases for PSU is that we use it to automate a bunch of scripts to move data between systems. It would be neat if we could add a custom attribute to the job record. Maybe something like “RecordsMoved” and then within the job, add some code to Update-UAJob -jobid $job -RecordsMoved ‘456’. That way when we run a report from all the jobs that ran yesterday and their status we could see how many records were processed and maybe even compare it to the last couple of days and see if falls within an acceptable range.

Currently, we write this output to a custom SQL table and have a separate report, but I would love to keep it all in PSU.

Product: PowerShell Universal
Version: 4.2.17