LOCAL ADMIN ACCESS

PowerView

To find local administrators on all machines in the current domain

Invoke-EnumerateLocalAdmin -Verbose

The following scripts are used to find the local admin access of the current user on the current domain

PowerView

Find-LocalAdminAccess -Verbose

Find-WMILocalAdminAccess

Find-WMILocalAdminAccess -Verbose

Find-PSRemotingLocalAdminAccess

Find-PSRemotingLocalAdminAccess -Verbose

Last updated