Update Write-CMTraceLog.ps1
parent
f3ed2968bc
commit
77bb54e605
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue