BACK TO INDEX

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
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveDesktopUInt32Active Desktop bit.
AllowTSConnectionsUInt32Describes whether new TS connections are allowed.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DeleteTempFoldersUInt32Delete Temporary Folders on Exit bit.
DescriptionStringA textual description of the CIM_Setting object.
DirectConnectLicenseServersStringEnumerates the list of License servers.
DisableForcibleLogoffUInt32Indicates whether an Administrator logged onto the console can be logged off.
FallbackPrintDriverTypeUInt32Indicates which Printer driver to Fallback to.
HomeDirectoryStringDescribes the Home Directory for the machine.
LicensingDescriptionStringA brief description for Licensing Mode
LicensingNameStringName of Licensing Mode
LicensingTypeUInt32Qualifier for Licensing Mode
LogonsStringIndicates whether new sessions are allowed.This setting will not affect existing sessions for Post Windows 2000 builds
ProfilePathStringDescribes the profile path for the machine.
ServerNameStringName of the Terminal Server whose properties are of interest.
SettingIDStringThe identifier by which the CIM_Setting object is known.
SingleSessionUInt32Indicates if only one session is allowed per user.
TerminalServerModeUInt32Qualifier for Mode of Terminal Service
TimeZoneRedirectionUInt32Indicates if time zone redirection is enabled or disabled.
UserPermissionUInt32Application Compatibility bit.
UseTempFoldersUInt32Use 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;
   };