diff --git a/MapUnmapDrive/VeeamOvhMountB.ps1 b/MapUnmapDrive/VeeamOvhMountB.ps1 index e839805..e072e1b 100644 --- a/MapUnmapDrive/VeeamOvhMountB.ps1 +++ b/MapUnmapDrive/VeeamOvhMountB.ps1 @@ -5,7 +5,7 @@ $date = Get-Date $filePath = "C:\Steamware\Log\" + $hostname + "_Mount_B.log" $intestazione = $hostname + " " + $date #diskpath varia in base alla singola macchina veeam -$diskpath = "\\ovh-hv13\v$\backup\bckhv15.vhdx" +$diskpath = ###SCRIVERE PATH NECESSARIO #verifico se esiste file di log, se non esiste lo creo e scrivo intestazione if(!(Test-Path -Path $filePath)) {