| Win32_TSRemoteControlSetting | |||
| The Win32_TSRemoteControlSetting class defines the configuration for Win32_Terminal. This includes capabilities such as Remote Control policy. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| LevelOfControl | UInt32 | Specifies whether the User's permission is required to remotely control the session. | |
| RemoteControlPolicy | UInt32 | Describes which policy the server uses in order to retrieve the remote control settings. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TerminalName | String | Name of the Terminal. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_TSRemoteControlSetting    {     LevelOfControl = 0;     RemoteControlPolicy = 0;     TerminalName = "Console";    }; | |||