Hello,
I am trying to schedule a script, that runs every 5 minutes forever.
I already registered the job with:
Register-ScheduledJob –Name ShowDesktopInPortal –FilePath C:\Admin\Scripts\ShowDesktopInPortal.ps1
But I have some trouble finding some clear information on how to get this running every 5 minutes.
Thanks,
Ramon