User Automation based on scheduled reports or granular/custom reports?

User Automation based on scheduled reports or granular/custom reports?

Hello,

Can ADManager Plus allow me to automate moving of users who have a specific "Department" to a specific OU? 
This along with security group automation would allow me to better stay on top of user object location and security group baselines. 

While I can go to AD Reports > Schedule Reports > Create Schedule and use the filter criteria, this doesn't help me when it comes to the Automation tasks or policies. 

It seems that the Automation tasks and polices only let me use the out-of-the-box reports. 

It doesn't seem I can generate a CSV from the scheduled report in order to utilize the automation for automating tasks against the csv, either.

I tried the scheduled report CSV as well for moving users through Automation, and it shows error "CSV import failed:Unable to fetch the object details based on the data given in the CSV file." I have tried the default columns, and then "sAMAccountName" and "Logon name" as well. 
Edit: I think the problem is the CSV file created with automated reports is putting a space in the column name? 

Edit: I'm able to generate my own .csv with Powershell and the automation works, however, I'd prefer an ADManager feature on this so that I don't to manage PS separately for solution -- otherwise I would might as well pipe the queried users and do Move-ADObject powershell cmdlet? 
  1. Get-ADUser -Filter {Department -eq "Registrar"} | Select sAMAccountName | Export-Csv "\\ADManager\c$\Reports\Dept_Registrar.csv" -NoTypeInformation -Force

                    New to ADSelfService Plus?