riorganizzazioneFolders&RobocopyVeeamVhdx
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
###ROBOCOPY VHDX VEEAM OVH VERSO TNAS UFFICIO###
|
||||
|
||||
$hostname = hostname
|
||||
$date = Get-Date
|
||||
$logFile = "C:\Steamware\Scripts\" + $hostname + "_VeeamVhdxRobocopy.log"
|
||||
|
||||
#cartella di origine
|
||||
$sourceFolder = "W:\ISO\Win\"
|
||||
|
||||
#file da copiare
|
||||
$file = "Windows10_EN_x64.iso"
|
||||
|
||||
#cartella di destinazione
|
||||
$destFolder = "\\10.74.82.201\veeam-ovh-vhdx"
|
||||
|
||||
#Out-File -FilePath $filePath -InputObject $hostname
|
||||
#Out-File -FilePath $filePath -InputObject $date -Append
|
||||
|
||||
robocopy $sourceFolder $destFolder $file /mt /tee /log:$logFile
|
||||
Reference in New Issue
Block a user