PowerView Find-LocalAdminAccess

Find-LocalAdminAccess -Verbose

Searches for machines where the current user has local administrator access.

To discover hosts where your user has local admin privileges, enabling lateral movement (psexec, WinRM, etc.). This command performs network queries to all domain machines, testing if the current user is a local admin.

It is very noisy: it generates a logon event (4624/4625) on every machine. Do not use it in environments with anomaly detection or if the target is critical. Prefer BloodHound to map this type of relationships.