The monitor brightness can be discovered like this function get-monitorBrightness { $monitors = Get-WmiObject -Namespace rootwmi -Class WmiMonitorBrightness foreach ($monitor in $monitors){ $brightness = New-Object -TypeName PSObject -Property @{ … Read the full text.