Sorry, but there are no more tags available to filter with.
-
Oddly the methods for changing the brightness aren’t on the WmiMonitorBrightness we get a separate class with the methods. This function can be used to set the brightness function set-monitorBrightness { [CmdletBinding()] param ( [ValidateRange(5,20)...
-
The monitor brightness can be discovered like this function get-monitorBrightness { $monitors = Get-WmiObject -Namespace root\wmi -Class WmiMonitorBrightness foreach ($monitor in $monitors){ $brightness = New-Object -TypeName PSObject -Property...
-
Advanced Format disks have started shipping –see http://managedux.com/2011/04/26/using-vbscript-to-check-partitions-for-advanced-format-4k-512e-sector-alignment/ These disks use a 4096 byte sector instead of 512. To get the best performance from these...
-
The rather long winded name of this class might put you off but it does show something useful Get-WmiObject -Namespace root\wmi -Class WmiMonitorColorCharacteristics produces these results (dropping the system properties) Active ...