Disclamer

Visit our disclaimer policy before making any changes to your system which may negatively impact the performance or make your system unresponsive.

Robocopy Folders

Quickly robo-copy files between folders using a batch script.

Table of Contents

Script

				
					#format
robocopy \\source\ \\destination\ /E /XO /SEC /Copyall /R:1 /W:30 /LOG:\\locationOfLog.txt
#actual copy job
robocopy \\ctb-services\e$\ J:\ /E /XO /SEC /Copyall /R:1 /W:30 /LOG:c:\scripts\robocopylog.txt
				
			

Placing the Files

Place both the .bat file and create a .txt for the log file.

Task Scheduler Basic Settings

  1. Action: is “Start a program”
  2. Program/script: location of the .bat file (created in the above step)
Migrating Azure AD Connect

Don’t waste time figuring out how to migrate Azure Active Directory from one server to another. Do it quick and don’t waste your time and get it done within an hour.

Read More »

Contact Us