Skip to main content
Trailblazer
March 4, 2025
Solved

Export Accounts from BeyondInsight

  • March 4, 2025
  • 12 replies
  • 747 views

Hello,

 

We have one environment of BeyondTrust Insight with scanned accounts and managed accounts. We are planning to setup backup environment at different location with different domain. We wanted to export the accounts from environment 1 to this new one. Is there any way by which we can export those and re-import in other environment.

 

Thanks,

Prasad

Best answer by Paulo144

@prasadp87 As a matter of fact i do have a brother of this script.

You can set the file location where the csv with the information is(C:\Temp\Acccounts.csv), but the rest is the same, it might have something in brazilian portuguese, because that my language, but i tried my best to translate to english the script.

 

This basically use the data created from the first script to look for the same Assets name and creates the account or if the account is already there it updates the password using the data from the csv.

12 replies

Paulo144
Paulo144Answer
Veteran
March 14, 2025

@prasadp87 As a matter of fact i do have a brother of this script.

You can set the file location where the csv with the information is(C:\Temp\Acccounts.csv), but the rest is the same, it might have something in brazilian portuguese, because that my language, but i tried my best to translate to english the script.

 

This basically use the data created from the first script to look for the same Assets name and creates the account or if the account is already there it updates the password using the data from the csv.

Pulitros
prasadp87Author
Trailblazer
March 17, 2025

Hi ​@Paulo144,

 

Thank you again for sharing the script. It is indeed helpful for me.

 

Regards,

Prasad