Hello,
via the powershell command:
get-wmiobject wmimonitorid -namespace root\wmi|foreach-object{($_.SerialnumberID|foreach-object{[char]$_}) -join „“}
is it possible to read all serial numbers of my two connected monitors.
Is there a way to do this via VBA? Preferably so that I can output the 2 serial numbers in two different cells? A simple example script would help me a lot?
Thanks