From 753809256fee73450afd9484590d03e223a9892f Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Wed, 15 Oct 2025 02:40:57 -0400 Subject: [PATCH] Update Get-SystemSecurityAndHardwareInfo.ps1 added version --- System Info (ps1)/Get-SystemSecurityAndHardwareInfo.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System Info (ps1)/Get-SystemSecurityAndHardwareInfo.ps1 b/System Info (ps1)/Get-SystemSecurityAndHardwareInfo.ps1 index f2c2379..9272cb7 100644 --- a/System Info (ps1)/Get-SystemSecurityAndHardwareInfo.ps1 +++ b/System Info (ps1)/Get-SystemSecurityAndHardwareInfo.ps1 @@ -220,6 +220,8 @@ function Format-ResultText($res) { $dt = Get-Date $lines += "System Hardware & Security Report - $($dt.ToString('MM-dd-yyyy hh:mm tt'))" $lines += "" + $lines += "Version: 1.0.0" + $lines += "" $lines += "TPM Installed: $($res.TPM.Installed)" $lines += "TPM Enabled/Activated: $($res.TPM.IsEnabled)" if ($res.TPM.ManufacturerId) { $lines += "TPM ManufacturerId: $($res.TPM.ManufacturerId)" }