Sample Exchange

 View Only

Bulk Adding Applications - PowervRNI 

Apr 13, 2020 06:48 PM

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>

 


#PowervRNI
#PowerShell
#Application
#Apache2.0
#vRealizeNetworkInsight
#vRealizeNetworkInsight
#vRealizeNetworkInsightAPI

Statistics
0 Favorited
1 Views
1 Files
0 Shares
0 Downloads
Attachment(s)
ps1 file
application-bulk-import.ps1   3 KB   1 version
Uploaded - Apr 09, 2024

Tags and Keywords

Related Entries and Links

No Related Resource entered.