| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AudioMapping | UInt32 | Specifies whether to enable or disable Audio mapping. | |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| ClipboardMapping | UInt32 | Specifies whether to enable or disable Clipboard mapping. | |
| ColorDepth | UInt32 | Sets the ColorDepth. | |
| ColorDepthPolicy | UInt32 | Specifies whether to override the User's maximum color setting. | |
| COMPortMapping | UInt32 | Specifies whether to enable or disable COM Port mapping. | |
| ConnectClientDrivesAtLogon | UInt32 | Specifies whether to automatically connect to the client's drives at logon. | |
| ConnectionPolicy | UInt32 | Describes which policy the server uses in order to retrieve the connection settings. | |
| ConnectPrinterAtLogon | UInt32 | Specifies whether to automatically connect to all mapped local client printers at logon. | |
| DefaultToClientPrinter | UInt32 | Specifies whether to automatically print to the client's local printer. | |
| Description | String | A textual description of the CIM_Setting object. | |
| DriveMapping | UInt32 | Specifies whether to enable or disable drive mapping. | |
| LPTPortMapping | UInt32 | Specifies whether to enable or disable LPT Port mapping. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TerminalName | String | Name of the Terminal. | |
| WindowsPrinterMapping | UInt32 | Specifies 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;    }; | |||