Is there a way to export the user list from the administration tool so that it can be copied over to a Word or Excel document easily?
Is there a way to export the user list from the administration tool so that it can be copied over to a Word or Excel document easily?
The .crp Ravi provided works fine for one vault at the time. Thanks for that.
Does anyone have a working .crp for listing all users in all/several vaults? We have several active vaults and it would be nice to list all users from all the vaults in one table...
Thanks!
Petri,
Find the Attached crp File .Open it in Text editor. and Replace Vault_1,Vault_2 with your Database Names.
*_I have not tested it.I believe a vaults Report Generator is Not Limited to Using only its Database.
Regards
Ravi T
Thanks Ravi,
I did a small modification to the .crp you sent and now it suits my needs perfectly:
Instead of:
Select 'vault_1' AS Vaultname ,Username from
vault_1.dbo.Users
I used the following
Select 'vault_1' AS Vaultname ,* from
vault_1.dbo.Users
This way I get ALL the information of ALL users in ALL our vaults ready for exports as .csv file!
So, thanks again for pointing me to the right direction!
I dont think there is any option in user interface to Export the list of users from a vault.
You can use the attached report to accomplish this from EPDM report generator.
Regards
Ravi T