This commit is contained in:
Joeri 2026-02-20 13:46:19 +01:00
parent 12e0e6d6b9
commit 12952dd14e
2 changed files with 77 additions and 0 deletions

1
pc_information.ps1 Normal file
View file

@ -0,0 +1 @@
Get-WmiObject -Namespace "root\SecurityCenter2" -Class AntiVirusProduct | Select-Object -Property displayName, pathToSignedProductExe | ConvertTo-Json