Admin-Ahead Community

Windows => General Windows => Topic started by: Chetan Singh on January 13, 2015, 09:39:52 am

Title: List all users with Administrator Privilege!
Post by: Chetan Singh on January 13, 2015, 09:39:52 am
Hi,

It's very simple to list all users with Admin Privilege in Windows server.

To lost all users:

-----------------------------
C:\Windows\system32>net user
-----------------------------

To list only users with Admin Privilege.

-----------------------------
C:\Windows\system32>net localgroup administrators
-----------------------------

Enjoy!