From dfda2a6ae1c17037cdd12b39b7747fbf2d4657a3 Mon Sep 17 00:00:00 2001 From: dyoder Date: Wed, 2 Jun 2021 16:36:29 -0400 Subject: [PATCH] this isn't doing anything yet --- Set-EventLogs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Set-EventLogs.ps1 b/Set-EventLogs.ps1 index 86eee01..c8a5ba3 100644 --- a/Set-EventLogs.ps1 +++ b/Set-EventLogs.ps1 @@ -1,5 +1,5 @@ $LogsToEnable = @( - +'' ) ForEach ( $log in $LogsToEnable ) {