Lenovo Display Control Center User Guide

June 10, 2024
Lenovo

lenovo-logo

Lenovo Display Control Center

Overview

This document describes how the IT managers remotely operate the Lenovo monitors using WMI scripts. The operations include querying basic information of the monitor, setting color temperature, selecting input video source, turning on/off the monitor, and updating firmware. Before use the below WMI classes, please check if the LenovoDisplayControlCenterService service has been installed and is running in the client system, otherwise, deploy the Lenovo Display Control Center application or LenovoDisplayControlCenterService service firstly through Windows Endpoint Management system.

WMI Classes

The name space “root\Lenovo\Lenovo_Display” includes a WMI class “DisplayDevice” that includes properties and methods to access the monitor. Use the following command under PowerShell to view the properties of the class: Get-WmiObject -Class DisplayDevice -Namespace “root\Lenovo\Lenovo_Display”Lenovo-Display-Control-Center-
fig-1

Example scripts of the operations

Here are example scripts to demonstrate how to operate the monitors remotely.

Query basic information of monitors
In the below script, specify computer names in the domain in variable “$pcs”, delimiting them with a comma “,”.
Lenovo-Display-Control-Center-fig-3Lenovo-
Display-Control-Center-fig-4

Set Color Temperature
In the below script, specify Color Temperature name in the variable “$input”, the color temperature names supported of the monitor can be got from the querying result of example 3.1.Lenovo-Display-Control-Center-
fig-5

Running result of the script:

Lenovo-Display-Control-Center-fig-7

The target computer will show a notification that the display attribute has been modified. Lenovo-Display-Control-Center-fig-10

Set video input source
In the below script, specify video input source name in the variable “$input”, the video input source names supported by the monitor can be got from the querying result of example 3.1.Lenovo-Display-Control-Center-
fig-11

Running result of the script:

Lenovo-Display-Control-Center-fig-13

Set power mode
In the below script, specify power mode name in the variable “$input”, the power mode names supported by the monitor can be got from the querying result of example 3.1.Lenovo-Display-Control-Center-fig-14

Running result of the script:

Lenovo-Display-Control-Center-fig-15

Firmware update
The below script demonstrates how to update the monitor firmware remotely. Specify the firmware image path in the variable “$input”, and share the parent path of the image.Lenovo-Display-Control-Center-fig-16

Running result of the script:

Lenovo-Display-Control-Center-fig-17

Target computer will show the updating progress. Lenovo-Display-Control-
Center-fig-18

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Lenovo User Manuals

Related Manuals