BACK TO INDEX

Win32_TSLogonSetting
The Win32_TSLogonSetting class allows configuring logon settings such as Username, Domain and PromptForPassword.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
ClientLogonInfoPolicyUInt32Describes which policy the server uses in order to determine the connection settings.
DescriptionStringA textual description of the CIM_Setting object.
DomainStringSpecifies the Domain name in which the user's computer resides.
PromptForPasswordUInt32Specifies whether the user is always prompted for Password while logging on to the server.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TerminalNameStringName of the Terminal.
UserNameStringSpecifies 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 = "";
   };