Added Dell P2425H to -devices
This commit is contained in:
parent
d0a94224cd
commit
52a0aa27e6
|
|
@ -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){
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue