Trigger re-download of external files with script module?
-
I have a command module that contains external files. I wish to re-download those files if they change on the server so I always have the latest version. I have a PS script that performs the necessary checks but how do I then get the command module to redownload the files? I know about conditions and I can use the script to trigger another module but I don't see any option for this action.
TIA
SoWhy