can_read_gmsa
Find Active Directory principals with permissions to read gMSA passwords, revealing potential credential access risks.
Instructions
Principals that can read gMSA passwords. (requête vérifiée)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | can_read_gmsa | |
| cy | No | MATCH (n)-[:ReadGMSAPassword]->(t) RETURN n.name AS principal, t.name AS gmsa ORDER BY principal |