From 52a0aa27e6de29bff7d389902eb1b34117e6ca7d Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Tue, 4 Feb 2025 11:07:34 -0800 Subject: [PATCH] Added Dell P2425H to -devices --- Get-PC/Private/Get-Devices.ps1 | 7 ++++--- Get-PC/patchnotes.txt | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Get-PC/Private/Get-Devices.ps1 b/Get-PC/Private/Get-Devices.ps1 index 9b0da6c..2b4b84f 100644 --- a/Get-PC/Private/Get-Devices.ps1 +++ b/Get-PC/Private/Get-Devices.ps1 @@ -56,13 +56,14 @@ function Get-Devices { $PortsHash = @{ 'DELL P170S'= @('DVI','VGA'); - 'DELL P2317H'= @('DP','HDMI','VGA'); - 'DELL P2314H'= @('DP','DVI','VGA'); 'DELL P2312H'= @('DVI','VGA'); + 'DELL P2314H'= @('DP','DVI','VGA'); + 'DELL P2317H'= @('DP','HDMI','VGA'); 'DELL P2319H'= @('DP','HDMI','VGA'); - 'DELL P2422H'= @('DP','HDMI','VGA'); 'DELL P2412H'= @('DP','HDMI','VGA'); 'DELL P2417H'= @('DP','HDMI','VGA'); + 'DELL P2422H'= @('DP','HDMI','VGA'); + 'DELL P2425H'= @('DP','HDMI'); } foreach($item in $monitors){ diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index 04a0b71..13cc840 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -1,5 +1,6 @@ Patch: 2025-2-4 -Add ADGroups flag to list out a workstation or user's AD groups +-Fix Devices reports correct ports for Dell P2425H Patch: 2025-1-17 -Fix SHSPrinterWeb bug with site domain names e.g. sagh.int.samhealth.net