Resolved

Task Scheduler

avatar

Hi,

Is it possible to create a script launched by the windows task scheduler ? Do you have an example ?
I need to scan a Folder and evaluate "the status" of an entry

Thanks you

All Comments (2)

avatar

Hello Joffrey,

It is possible to create a PowerShell that can be launched by the Windows Task Scheduler.

You must install the Devolutions PowerShell module on the machine where the script is located. This script must have access to the RDM data source in which the entries are located.

Here is the online documentation of our PowerShell module and a link to our RDMSamples Git Hub repository.
https://docs.devolutions.net/powershell/overview/what-is-powershell/
https://docs.devolutions.net/powershell/rdm-powershell/rdm-powershell-core-module/
https://github.com/Devolutions/RDMSamples-ps

You can also find some sample scripts in our PowerShell forum's section, where I will move your thread.
https://forum.devolutions.net/product/powershell

Let us know if you have any more questions.

Best regards,

Érica Poirier

avatar

Thanks you !