| Win32_TSLogonSetting | |||
| The Win32_TSLogonSetting class allows configuring logon settings such as Username, Domain and PromptForPassword. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| ClientLogonInfoPolicy | UInt32 | Describes which policy the server uses in order to determine the connection settings. | |
| Description | String | A textual description of the CIM_Setting object. | |
| Domain | String | Specifies the Domain name in which the user's computer resides. | |
| PromptForPassword | UInt32 | Specifies whether the user is always prompted for Password while logging on to the server. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TerminalName | String | Name of the Terminal. | |
| UserName | String | Specifies whether the User name are retrieved from the client. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_TSLogonSetting    {     ClientLogonInfoPolicy = 1;     Domain = "";     PromptForPassword = 0;     TerminalName = "RDP-Tcp";     UserName = "";    }; | |||