globalscape/powershell/restore.ps1

6 lines
385 B
PowerShell
Raw Normal View History

2022-04-27 14:05:07 -05:00
$destinationFolder = "\\tctjjdraidjy6filesa.file.core.windows.net\gsbdata\InetPub\EFTRoot\mhe001-ldap\Usr\Projects\SEG\PubTech "
$restoredLocation = "\\tctjjdraidjy6filesa.file.core.windows.net\gsbdata\InetPub\EFTRoot\RestoredFiles\PubTech_20210128\PubTech "
$exportfilelocation2 = "d:\restored.txt"
Robocopy /E /XC /XN /XO $restoredLocation $destinationFolder > $exportfilelocation2