From dc6596e38c44f8fe57f28e88fd5157908f7a5890 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 3 Jan 2025 22:52:14 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index eb74993..d67b495 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -123,8 +123,8 @@ else { } # Example usage of Write-LogHybrid -Write-LogHybrid -Message "This is a test log message. Write-log2 does exist" -Level "Info" -TaskCategory "TestCategory" -LogToEvent:$true - +Write-LogHybrid -Message "This is a test log message. Write-logHybrid" -Level "Info" -TaskCategory "TestCategory" -LogToEvent:$true +Write-Log -Message "This is a test log message. Write-log" -Level "Info" -TaskCategory "TestCategory" -LogToEvent:$true function Install-SVSMSP {