How do I list all domain administrators?
How do I list all domain administrators? Finding Domain Admin ProcessesRun the following command to get a list of domain admins:net group “Domain Admins” /domain.Run the following command to list processes and process owners. Cross reference the task list with the Domain Admin list to see if you have a winner. How do I get a list of local administrators in PowerShell? To get the local Administrators group members using PowerShell, you need to use the GetLocalGroupMember command. This command is available in PowerShell version 5.1 onwards and the module for it is Microsoft. PowerShell. LocalAccounts. How do I see...