Skip to content

Instantly share code, notes, and snippets.

@weeyin83
weeyin83 / FindUnusedAzureStorage.ps1
Created January 20, 2022 14:34
This script queries your Azure subscription and gathers the name and last modified date of your Azure storage accounts.
<#
.SYNOPSIS
FindUnusedAzureStorage.ps1
.DESCRIPTION
This script queries your Azure subscription and gathers the name and last modified date of your Azure storage accounts.
.OUTPUTS
It will output the results into a table detailing the name and last modified date of your Azure storage accounts.