Skip to content

Commit

Permalink
Update ./scripts/Checks/Last errors logs.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
P6g9YHK6 committed Dec 18, 2024
1 parent 6dbac42 commit f3ae21a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts_staging/Checks/Last errors logs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
10016 safe to ignore
https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/event-10016-logged-when-accessing-dcom
36874 to ignore
Fixing the issue would be more dangerous than leaving it be it would require blocking tls 1.2 and forcing 1.1 with unsafe cyphers and loosing connection to devices that do not support 1.1
.CHANGELOG
04.12.24 SAN added id to ignore in comma separeted variable
Expand All @@ -36,8 +37,8 @@
#>

$defaultEventIds = @(10016) #add value comma separeted
$defaultKeywords = @("gupdate") #add value comma separeted
$defaultEventIds = @(10016,36874)
$defaultKeywords = @("gupdate","anotherkeyword")

$debug = [System.Environment]::GetEnvironmentVariable("DEBUG")
$filterIdEnv = [System.Environment]::GetEnvironmentVariable("FILTER_ID")
Expand Down

0 comments on commit f3ae21a

Please sign in to comment.