BACK TO INDEX

Win32_TSAccount
The Win32_TSAccount class allows deleting an existing account on the Win32_Terminal class and Modify exisiting Permissions
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AccountNameStringSpecifies the AccountName that comprises of both: Domain and Name of the entry.
AuditFailUInt32Specifies 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.
AuditSuccessUInt32Specifies 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.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
PermissionsAllowedUInt32Specifies 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.
PermissionsDeniedUInt32Specifies 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.
SettingIDStringThe identifier by which the CIM_Setting object is known.
SIDStringSpecifies the Security Identifier of the entry.
TerminalNameStringName 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";
   };