globalscape/powershell/restore.ps1

6 lines
385 B
PowerShell

$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