Hallo,
with the Powershell-command:
get-wmiobject wmimonitorid -namespace root\wmi|foreach-object{($_.SerialnumberID|foreach-object{[char]$_}) -join „“}
get the the serialnumbers from all attached Monitors back.
Is it possible to make this about VBA? My intention is to add the serialnumbers in to a separat cell in excel (per cell one serialnumber)?
Greetings