try putting this powershell command in a windows task and see what happens
bash -c "rsync -acAXvc --delete --numeric-ids /mnt/d/no_movies/* rsync://10.66.6.66/danielle_no_movies"
bash -c "command" means running this command using the linux subsystem bash shell
command: "rsync -rsync_switches / mnt / windows_drive_letter / source_dir / * rsync: // rsync_daemon_address / rsync_module"
I just came up with this and I'm still testing, so I can’t promise that it will really work.
I run it from the powershell window without any administrator rights, and it reports that it "sends an incremental list of files." task manager reports that there is an rsync process that does a lot of things with d:
source share