Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
Hello,
I am using a powershell script to pull reports from FNMS into excel with the help of Flexera API.
The problem is, everytime i need the report i need to run the powershell script and i am not able to create automated windowns scheduler due to permission issue.
I have also tried to convert the powershell script into VBA code, but its giving Run time erro 424 "Object Required"
Please can you suggest the best thing to automate.
Thank you
Loveneesh
Sep 20, 2024 01:48 AM
The only subsystem I know of that is built in to Windows for scheduling tasks to run is Windows Task Scheduler. So if you do not have permissions to use that on your computer then you may have to look for some other tool.
Here is a post comparing some Task Scheduler alternatives: https://www.advsyscon.com/en-us/comparisons/windows-task-scheduler-alternatives
Sep 23, 2024 06:45 PM