A Microsoft file hosting and synchronization service.
There doesn't seem to be a /sync command line parameter for onedrive for business - so Nhiel's answer didn't help.
Pause and Unpause options work but require lots of clicks:
I've made a .bat batch file based on guidance elsewhere:
@echo off
cd "C:\Program Files\Microsoft OneDrive"
OneDrive.exe /shutdown
start OneDrive.exe /background
exit
I've made a windows shortcut to this and run the shortcut minimised:
see here for further information:
https://superuser.com/questions/1742608/batch-script-to-pause-and-resume-one-drive-synchttps://superuser.com/questions/1151464/how-to-force-onedrive-to-synchronize