| Win32_TerminalServiceSetting | |||
| The Win32_TerminalServiceSetting class defines the configuration for TerminalServerSetting. This includes capabilities such as Terminal Server Mode, Licensing, Active Desktop, Permissions Capability,Deletion of Temporary folders and Temporary folders per session. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| ActiveDesktop | UInt32 | Active Desktop bit. | |
| AllowTSConnections | UInt32 | Describes whether new TS connections are allowed. | |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| DeleteTempFolders | UInt32 | Delete Temporary Folders on Exit bit. | |
| Description | String | A textual description of the CIM_Setting object. | |
| DirectConnectLicenseServers | String | Enumerates the list of License servers. | |
| DisableForcibleLogoff | UInt32 | Indicates whether an Administrator logged onto the console can be logged off. | |
| FallbackPrintDriverType | UInt32 | Indicates which Printer driver to Fallback to. | |
| HomeDirectory | String | Describes the Home Directory for the machine. | |
| LicensingDescription | String | A brief description for Licensing Mode | |
| LicensingName | String | Name of Licensing Mode | |
| LicensingType | UInt32 | Qualifier for Licensing Mode | |
| Logons | String | Indicates whether new sessions are allowed.This setting will not affect existing sessions for Post Windows 2000 builds | |
| ProfilePath | String | Describes the profile path for the machine. | |
| ServerName | String | Name of the Terminal Server whose properties are of interest. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| SingleSession | UInt32 | Indicates if only one session is allowed per user. | |
| TerminalServerMode | UInt32 | Qualifier for Mode of Terminal Service | |
| TimeZoneRedirection | UInt32 | Indicates if time zone redirection is enabled or disabled. | |
| UserPermission | UInt32 | Application Compatibility bit. | |
| UseTempFolders | UInt32 | Use Temporary Folders Per Session bit. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_TerminalServiceSetting    {     ActiveDesktop = 1;     AllowTSConnections = 1;     DeleteTempFolders = 1;     DisableForcibleLogoff = 0;     FallbackPrintDriverType = 0;     HomeDirectory = "";     LicensingDescription = "This policy provides two concurrent connections.";     LicensingName = "Remote Desktop for Administration";     LicensingType = 1;     Logons = "0";     ProfilePath = "";     ServerName = "SCCM01";     SingleSession = 0;     TerminalServerMode = 0;     TimeZoneRedirection = 0;     UserPermission = 0;     UseTempFolders = 1;    }; | |||