Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pull list of Local Users and Groups from server

We user local server groups for the majority of our access to applications.

I am performing a security audit and need a list of all users and groups and their access (Read/Write/Etc) on the server.

Is there a way to pull all Local Users and Groups from the server through Qlikview or Sense?

Any help is greatly appreciated! 

Thanks!

Labels (1)
1 Reply
DM106
Contributor II
Contributor II

Do you mean you need the list of users who have access to the servers?

If Yes, you can use the below command and store the values in text file and load the text in Qlikview and get results.

net localgroup [Group Name]> Filename.txt

Eg: net localgroup Administrators > Administrators.txt