v2.2.1: Critical multi-run session bugfix, .Count property fix, ASR prompt improvement, code quality review

This commit is contained in:
NexusOne23 2025-12-20 23:08:01 +01:00
parent c6f8291d50
commit b3efcf35fd
68 changed files with 307 additions and 159 deletions

View file

@ -8,7 +8,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
#>

View file

@ -7,7 +7,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
#>

View file

@ -8,7 +8,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
#>
@ -165,7 +165,7 @@ function Test-SSDDrive {
}
}
function Get-WindowsEdition {
function Get-WindowsEditionInfo {
<#
.SYNOPSIS
Get Windows edition information
@ -224,7 +224,7 @@ function Get-HardwareReport {
return [PSCustomObject]@{
OS = Get-WindowsVersion
Edition = Get-WindowsEdition
Edition = Get-WindowsEditionInfo
CPU = Get-CPUInfo
Memory = Get-MemoryInfo
UEFI = Test-UEFIBoot

View file

@ -8,7 +8,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
#>

View file

@ -8,7 +8,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
#>