Skip to content

This repository contains random scripts I've written to accomplish random tasks. Use at your own risk.

Notifications You must be signed in to change notification settings

phill-holbrook/misc-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Miscellaneous Scripts

This repository contains random scripts I've written to accomplish random tasks. Use at your own risk.

Script List

  • Remove-AzTableRowsByPartitionKey.ps1
    • I had a need to delete several tens of thousands of rows from an Azure Table across multiple partition keys. Deleting rows individually would take far too long, and dropping the table entirely wasn't an option.
    • There currently isn't a PowerShell module that supports Batch Operations so I had to write my own script that makes use of the Azure SDK provided with the Az PowerShell module.
    • Shout out to Shinigami for their excellent blog post that pointed me in the right direction.

About

This repository contains random scripts I've written to accomplish random tasks. Use at your own risk.

Topics

Resources

Stars

Watchers

Forks