I'm not well-versed in automating things on Windows. I know the concepts around Task Scheduler, PowerShell, batch files, and the like, but if I try to use these tools, I know I'll end up in some forum ...
If the powershell.exe process running the script is using next to 0% CPU, you're likely blocked on a command-line program waiting for input from the user. Also, you can run it in powershell_isa.exe ...
I have about 600GB of data to copy from one server to another. Normally, I'd use ROBOCOPY for this so I can skip copying files which are identical between both systems. In this case, however, I need ...