Added Dell P2425H to -devices

This commit is contained in:
Zachary Gorman 2025-02-04 11:07:34 -08:00
parent d0a94224cd
commit 52a0aa27e6
2 changed files with 5 additions and 3 deletions

View file

@ -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){

View file

@ -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