From 77bb54e60589347e02dc06e1b5e1fb5f6a23abae Mon Sep 17 00:00:00 2001 From: Andrzej Demski <75534654+AndrewDemski-ad-gmail-com@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:18:33 +0200 Subject: [PATCH] Update Write-CMTraceLog.ps1 --- Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 b/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 index a81ca27..ede1fa8 100644 --- a/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 +++ b/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 @@ -45,7 +45,7 @@ Function Write-CMTraceLog #Write back to the console or just to the log file. By default it will write back to the host. [parameter(Mandatory=$False)] - [switch]$WriteBackToHost = $True + [switch]$WriteBackToHost = $False )#Param