Bulk Adding Applications - PowervRNI

This PowervRNI example script adds all the applications listed in a CSV file, for quick and bulk adding a lot of applications at once. This example needs PowervRNI, on which more info can be found here: https://powervrni.github.io/docs/getting-started

Example CSV:

Application;Tier;Security Group;VM Names
App01;Web;;App01-VM1-Web,App01-VM2-Web
App01;DB;;App01-VM1-DB

All columns are required to be in the CSV, but only the Security Group or VM Names have to be filled out. In the above example, there's no Security Group value. There should be 1 line per tier definition.

PS > get-help ./application-bulk-import.ps1
application-bulk-import.ps1 [-ApplicationsCSV] <string>

 


Sign in to be able to add comments.

Comments 0