Question : Does anyone know of a tool that can export the list of names inside a security group?

Does anyone know of a tool that can export the list of names inside a security group?

Answer : Does anyone know of a tool that can export the list of names inside a security group?

from command prompt

for local security group
net localgroup  

for domain one - you have to run it on domain controller
net group  

you can redirect output to file adding
> name of file

at the end of commnd
Random Solutions  
 
programming4us programming4us