diff --git a/Updater/Update-Service.ps1 b/Updater/Update-Service.ps1
index 7e3333b9eca94049b33fa821f2b7792f32ccc767..fcb32e1e37a31dde7faa0af28154a7fbfbc51cdc 100644
--- a/Updater/Update-Service.ps1
+++ b/Updater/Update-Service.ps1
@@ -306,7 +306,7 @@ function Update-ServiceBinaries {
 
 function Upload-LogFiles {
     $Dest = "$($UploadPathLogs)\$($env:COMPUTERNAME)"
-    New-Item -Force -Type Directory $Dest
+    New-Item -Force -Type Directory $Dest | Out-Null
     try {
         Copy-Item -Force -ErrorAction Stop `
             -Path "$($LogPath)\AutoTx.log" `