LOCAL ADMIN ACCESS
PowerView
To find local administrators on all machines in the current domain
Invoke-EnumerateLocalAdmin -VerboseThe following scripts are used to find the local admin access of the current user on the current domain
PowerView
Find-LocalAdminAccess -VerboseFind-WMILocalAdminAccess
Find-WMILocalAdminAccess -VerboseFind-PSRemotingLocalAdminAccess
Find-PSRemotingLocalAdminAccess -VerboseLast updated