bunch of fixes and updates

This commit is contained in:
2021-06-02 16:16:24 -04:00
parent 9c45e6c8b6
commit 08fb567460
7 changed files with 28 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
$LogsToEnable = @(
)
ForEach ( $log in $LogsToEnable ) {
Toggle-Log -Name $log -Enable
}