How can I export the security member's list from a security group to an excel sheet. I've found some code on the web but I would need an UI or a software that can do this.
I'm open to Powershell tho...
Regards,
D.
How can I export the security member's list from a security group to an excel sheet. I've found some code on the web but I would need an UI or a software that can do this.
I'm open to Powershell tho...
Regards,
D.
CSVDE will do what you're asking.
Below is a quick hack up of a user information script i use to get user information via powershell, and put it into an excel spreadsheet:
Please not I havn't tested these modifications, and they would need some work to do more than one group at a time
Here is the original script in case anyone would like to see it, or if you wanted to take some of the concepts: