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