Forum Discussion

Tim McGrath's avatar
Tim McGrath
Copper Contributor
Jan 10, 2024
Solved

PowerShell doens't run correctly from scheduled task

Hello - We have a PowerShell script that modifies data and then renames the file. When we run this  script manually it works as expected. When we run it as a scheduled task, the data is not modified...
  • Harm_Veenstra's avatar
    Jan 10, 2024
    Adding a Start-Transcript c:\temp\log.txt at the top and a Stop-Transcript at the bottom doesn't tell you anything afterward in the log.txt file?

Resources