maurice cristen
asked on
how to find domain admins users??
oi type: net localgroup Administrators and this is the result:
ok so how to find wich are DOMAIN ADMINS ?? i tried to type: dsa.msc but i receive some error
its a windows server 2012
Administrator
QUARTA-MSK\Domain Admins
The command completed successfully.
ok so how to find wich are DOMAIN ADMINS ?? i tried to type: dsa.msc but i receive some error
its a windows server 2012
Login to the DC and run it or use DSA.msc to view Domain Admins
ASKER
what is DC
ASKER
i am a simple user not admins. rights etc all limited
net group "Domain Admins"
ASKER
i received this:
C:\Users\testUser>net group "Domain Admins"
This command can be used only on a Windows Domain Controller.
More help is available by typing NET HELPMSG 3515.
Is your computer part of the domain? Did you login with a domain user?
ASKER
QUARTA-MSK\user:pass i logged like that
This lets you see who are the domain admins:
net group /dom "domain admins"
ASKER
yes this works ,this are DOMAIN ADMINS? or the entire list with all domain users
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thank you!
ASKER
This command can be used only on a Windows Domain Controller.
strange how can i see them?