Replicating a directory and it’s content in an SQLite DB using Powershell

So the situation I was faced with was having an entire drectory tree with many different sub directones and files of various types: PDFS, Word documents, text documents, and more. Due to company regulations and restrictions I was unable to do the simplest thing which was to plug in a USB stick and download the directory. So, and in order to practice my powershell and combining it with a database, I used SQLite and Powershell as my savior.

Leave a Reply

Your email address will not be published. Required fields are marked *