BACK TO INDEX

Win32_TSClientSetting
The Win32_TSClientSetting class defines the configuration for Win32_Terminal. This includes capabilities such as Connection policy, printer, drive, clipboard mappings, color depth and connection settings.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AudioMappingUInt32Specifies whether to enable or disable Audio mapping.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
ClipboardMappingUInt32Specifies whether to enable or disable Clipboard mapping.
ColorDepthUInt32Sets the ColorDepth.
ColorDepthPolicyUInt32Specifies whether to override the User's maximum color setting.
COMPortMappingUInt32Specifies whether to enable or disable COM Port mapping.
ConnectClientDrivesAtLogonUInt32Specifies whether to automatically connect to the client's drives at logon.
ConnectionPolicyUInt32Describes which policy the server uses in order to retrieve the connection settings.
ConnectPrinterAtLogonUInt32Specifies whether to automatically connect to all mapped local client printers at logon.
DefaultToClientPrinterUInt32Specifies whether to automatically print to the client's local printer.
DescriptionStringA textual description of the CIM_Setting object.
DriveMappingUInt32Specifies whether to enable or disable drive mapping.
LPTPortMappingUInt32Specifies whether to enable or disable LPT Port mapping.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TerminalNameStringName of the Terminal.
WindowsPrinterMappingUInt32Specifies whether to enable or disable client window's printer mapping.
SAMPLE DATA INSTANCE
   
   instance of Win32_TSClientSetting
   {
    AudioMapping = 1;
    ClipboardMapping = 0;
    ColorDepth = 3;
    ColorDepthPolicy = 0;
    COMPortMapping = 0;
    ConnectClientDrivesAtLogon = 1;
    ConnectionPolicy = 1;
    ConnectPrinterAtLogon = 1;
    DefaultToClientPrinter = 1;
    DriveMapping = 0;
    LPTPortMapping = 0;
    TerminalName = "RDP-Tcp";
    WindowsPrinterMapping = 0;
   };