BACK TO INDEX

Win32_TSRemoteControlSetting
The Win32_TSRemoteControlSetting class defines the configuration for Win32_Terminal. This includes capabilities such as Remote Control policy.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
LevelOfControlUInt32Specifies whether the User's permission is required to remotely control the session.
RemoteControlPolicyUInt32Describes which policy the server uses in order to retrieve the remote control settings.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TerminalNameStringName of the Terminal.
SAMPLE DATA INSTANCE
   
   instance of Win32_TSRemoteControlSetting
   {
    LevelOfControl = 0;
    RemoteControlPolicy = 0;
    TerminalName = "Console";
   };