| Win32_TSAccount | |||
| The Win32_TSAccount class allows deleting an existing account on the Win32_Terminal class and Modify exisiting Permissions | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AccountName | String | Specifies the AccountName that comprises of both: Domain and Name of the entry. | |
| AuditFail | UInt32 | Specifies the Audit Permissions for failure. The permissions are a combination of one or more of the following:WINSTATION_QUERY, WINSTATION_SET, WINSTATION_VIRTUAL | STANDARD_RIGHTS_REQUIRED, WINSTATION_SHADOW,WINSTATION_LOGON, WINSTATION_LOGOFF, WINSTATION_MSG, WINSTATION_CONNECT, WINSTATION_DISCONNECT. | |
| AuditSuccess | UInt32 | Specifies the Audit Permissions for success. The permissions are a combination of one or more of the following:WINSTATION_QUERY, WINSTATION_SET, WINSTATION_VIRTUAL | STANDARD_RIGHTS_REQUIRED, WINSTATION_SHADOW,WINSTATION_LOGON, WINSTATION_LOGOFF, WINSTATION_MSG, WINSTATION_CONNECT, WINSTATION_DISCONNECT. | |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| PermissionsAllowed | UInt32 | Specifies the Permissions that are allowed. The permissions are a combination of one or more of the following:WINSTATION_QUERY, WINSTATION_SET, WINSTATION_VIRTUAL | STANDARD_RIGHTS_REQUIRED, WINSTATION_SHADOW,WINSTATION_LOGON, WINSTATION_LOGOFF, WINSTATION_MSG, WINSTATION_CONNECT,WINSTATION_DISCONNECT. | |
| PermissionsDenied | UInt32 | Specifies the Permissions that to be allowed. The permissions are a combination of one ore more of the following:WINSTATION_QUERY, WINSTATION_SET, WINSTATION_VIRTUAL | STANDARD_RIGHTS_REQUIRED, WINSTATION_SHADOW,WINSTATION_LOGON, WINSTATION_LOGOFF, WINSTATION_MSG, WINSTATION_CONNECT, WINSTATION_DISCONNECT. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| SID | String | Specifies the Security Identifier of the entry. | |
| TerminalName | String | Name of the Terminal. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_TSAccount    {     AccountName = "BUILTIN\\Administrators";     AuditFail = 0;     AuditSuccess = 0;     PermissionsAllowed = 983999;     PermissionsDenied = 0;     SID = "S-1-5-32-544";     TerminalName = "Console";    }; | |||