Good day Gurus!
I am working on a powershell script that will:
--Add a line to a working csv file in the server each time an analyst does a robocopy(from the code below)
- Please take note that each Jumpoff server should have the access to this file(Jumpoff servers are geographically divided into 3 regions( APAC, Americas and EMEA)
- Evertime the Admin do a pdrive migration from one facility to another using a robocopy script- the script will create: log file for the actual move and a line inside the csv file which will be the identifier for that move
- Each Admin will be tasked to check this file every 3 weeks/ or can be set as scheduled task in the server
(if it will be manually checked by the admin, he can have the option to set date(s) wherein the powershell code below will identify the age of each entry(line) and will process...