We have some Scheduled Tasks on a Windows 2016 server that copy files from a file share on a domain-joined Windows 10 machine to an Encrypted Folder on the server.
The tasks are CMD files containing ROBOCOPY and FIND commands and command line email sending, and are configured to run as a specified domain user account, with the account owning the encrypted folders and having admin privileges. They have been running unchanged for a number of years.
Following the installation of the 2023-01 Cumulative Update we started to see failures accessing the share on the remote Windows 10 machine. For example,
2023/02/14 14:04:04 ERROR 2 (0x00000002) Accessing Source Directory \DELL10X64PC123\USERDATA\Team\Player\20230221\
The system cannot find the file specified.
Logging in as the specified user onto the server and manually running the same CMD file results in the files copying successfully.
Another issue we have observed is that sometimes the FIND command does not appear to run from the Task. The output email will show the contents of the "ECHO" command immediately before and after but the output of the FIND command will be missing completely.
I uninstalled the Cumulative Update and everything ran as normal again. I also tried installing the February 2023-02 Cumulative Update in case there was an issue with the January one that had been addressed but, this one also breaks the tasks. I have had to uninstall that one too.
I would appreciate it if anyone can shed some light on why the Cumulative Update is breaking the Tasks.
TIA