From 4ed53af2e3cf4127589dd6112cbee8059a8d7e6b Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Thu, 20 Jun 2024 13:15:13 +0200 Subject: [PATCH] fix --- MapUnmapDrive/VeeamOvhMountB.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {