Is there a way for non-admins to use the PSScheduledJob module? For example, I tried Register-ScheduledJob without admin privilege, but it returns "Access is Denied" error. We know that we can allow non-admin to use PSRemoting (such as New-PSSession), by changing the PSSessionConfiguration:
Is there a way to do the same for Scheduling Jobs? I would like to allow non-admins to Schedule Jobs and stuffs