Skip to content

Commit 9d1f09a

Browse files
authored
Merge pull request #17 from jonconwayuk/DEV
Update Pwsh-Gather.ps1
2 parents 6b2a461 + 3de9e93 commit 9d1f09a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Pwsh-Gather.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
PowerShell.exe -ExecutionPolicy ByPass -File <ScriptName>.ps1 [-Debug]
66
.NOTES
77
Author(s): Jonathan Conway
8-
Modified: 12/08/2020
9-
Version: 1.5
8+
Modified: 13/08/2020
9+
Version: 1.6
1010
#>
1111

1212
Param (
@@ -111,6 +111,7 @@ function Get-ChassisInfo {
111111
$TSvars.Add('Memory', ($ComputerSystem.TotalPhysicalMemory / 1024 / 1024).ToString())
112112
$TSvars.Add('Make', $ComputerSystem.Manufacturer)
113113
$TSvars.Add('Model', $ComputerSystem.Model)
114+
$TSvars.Add('SystemSKU', $ComputerSystem.SystemSKUNumber)
114115

115116
if ($VirtualHosts.ContainsKey($ComputerSystem.Model)) {
116117
$IsVM = $true

0 commit comments

Comments
 (0)