Patrick Lamber
Patrick Lamber Microsoft Office Development MVP

Azure Table Storage CRUD operations with PowerShell

In the past months I worked on several projects that automated the data collection of local IT assets. During this time, we decided to use the Azure Table Storage service for storing data.

During this time, there was no easy way for me to perform CRUD operations with PowerShell. Meanwhile, you will be able to use the official Microsoft project Az.Storage. Nevertheless, I wanted to share the module that we are currently successfully using in our projects. I conveniently stored the project for you under this Github repository.

Usage

Find here a summary how you can use this Module.

  • Get the AZTableModule.psm1 and store it to your desired location
  • Get your Azure Storage name and key. You will need it in the script

comments powered by Disqus