Update Get-SystemSecurityAndHardwareInfo.ps1
This commit is contained in:
@@ -220,7 +220,7 @@ 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 += "Script Version: 1.0.0"
|
||||
$lines += ""
|
||||
$lines += "TPM Installed: $($res.TPM.Installed)"
|
||||
$lines += "TPM Enabled/Activated: $($res.TPM.IsEnabled)"
|
||||
|
||||
Reference in New Issue
Block a user