Listing iis, dcom, com+, scm, task, and custom accounts
When listing discovered account objects , agtps
writes output to in the <instance>\psconfig\ directory
For Bravura Security Fabric 12.0.0 or later, the output must be in SQLite table format. It is written to the <target id>.db file and must include the following:
agtps
discobj table output for account objectsstableid | type | longid | shortid | displayid | sd |
---|---|---|---|---|---|
<GUID> | COMP | <GUID> | <computer name> | <computer name> | |
SID of user | type | SID of user | <description> | <description> |
agtps
discobjattr table output for account objectsstableid | type | attrkey | attrval | seqno |
---|---|---|---|---|
SID of user | type | sid | <SID of user> | 0 |
SID of user | type | domain | <Domain ID> | 0 |
SID of user | type | islocal | <local account 1|0> | 0 |
SID of user | type | ApplicationName | <Scheduled task’s binary> | 0 |
SID of user | type | DisplayName | <Description of object> | 0 |
SID of user | type | Comment <Comment of object> | 0 |
agtps
discobjrel table output for account objectsparent_stableid | parent_type | reltype | child_stableid | child_type | child_name | child_sd |
---|---|---|---|---|---|---|
SID of user | parent_type | SUB | <Full user ID> eg, Domain>\<account ID> | ACCT | <child_name> | <child_sd> |
See agtps-*.ps1 sample scripts in the samples\* directory for how listing should be implemented.