Table of Contents

How To get All File Names From a File Storage

Under this link you will find video that shows How To get All File Names From a File Storage and insert the file names to "MY TABLE" in the InVision database using PowerShell. Here you will find Documentation.

Step by step

  1. Right-click the selected folder in the Solution Explorer to add a new item, choose PowerShell:

pic

  1. Create a table in the database:

pic

  1. Write the PowerShell script including the source of data, and the table that the data needs to be send:

pic

  1. Insert test arguments:

pic

  1. Click Execute:

pic

  1. Check if the data was exported to the table in the database:

pic