From b0e9733e7130b619c6b1f26a46d4af26c44064c0 Mon Sep 17 00:00:00 2001 From: Joeri Date: Fri, 20 Feb 2026 14:11:26 +0100 Subject: [PATCH] Updated PC information --- pc_information.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc_information.ps1 b/pc_information.ps1 index 0956d4d..f5fe190 100644 --- a/pc_information.ps1 +++ b/pc_information.ps1 @@ -1 +1 @@ -Get-WmiObject -Namespace "root\SecurityCenter2" -Class AntiVirusProduct | Select-Object -Property displayName, pathToSignedProductExe | ConvertTo-Json \ No newline at end of file +Get-ComputerInfo | ConvertTo-Json \ No newline at end of file