We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b2a461 + 3de9e93 commit 9d1f09aCopy full SHA for 9d1f09a
1 file changed
Pwsh-Gather.ps1
@@ -5,8 +5,8 @@
5
PowerShell.exe -ExecutionPolicy ByPass -File <ScriptName>.ps1 [-Debug]
6
.NOTES
7
Author(s): Jonathan Conway
8
- Modified: 12/08/2020
9
- Version: 1.5
+ Modified: 13/08/2020
+ Version: 1.6
10
#>
11
12
Param (
@@ -111,6 +111,7 @@ function Get-ChassisInfo {
111
$TSvars.Add('Memory', ($ComputerSystem.TotalPhysicalMemory / 1024 / 1024).ToString())
112
$TSvars.Add('Make', $ComputerSystem.Manufacturer)
113
$TSvars.Add('Model', $ComputerSystem.Model)
114
+ $TSvars.Add('SystemSKU', $ComputerSystem.SystemSKUNumber)
115
116
if ($VirtualHosts.ContainsKey($ComputerSystem.Model)) {
117
$IsVM = $true
0 commit comments