├── AzureARMVMCreator ├── SampleInput.csv └── windows-vm-creator.ps1 ├── AzureVM-UI-Filter └── AzureVirtualMachineFilter-GUI_Based_Tool.ps1 ├── NSGTool ├── NSG-Tool.exe └── NSGTool.ps1 ├── TotalBlobSizebyLastModified ├── readme.md └── script.ps1 └── readme.txt /AzureARMVMCreator/SampleInput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/AzureARMVMCreator/SampleInput.csv -------------------------------------------------------------------------------- /AzureARMVMCreator/windows-vm-creator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/AzureARMVMCreator/windows-vm-creator.ps1 -------------------------------------------------------------------------------- /AzureVM-UI-Filter/AzureVirtualMachineFilter-GUI_Based_Tool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/AzureVM-UI-Filter/AzureVirtualMachineFilter-GUI_Based_Tool.ps1 -------------------------------------------------------------------------------- /NSGTool/NSG-Tool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/NSGTool/NSG-Tool.exe -------------------------------------------------------------------------------- /NSGTool/NSGTool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/NSGTool/NSGTool.ps1 -------------------------------------------------------------------------------- /TotalBlobSizebyLastModified/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/TotalBlobSizebyLastModified/readme.md -------------------------------------------------------------------------------- /TotalBlobSizebyLastModified/script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ranand12/AzureHandyTools/HEAD/TotalBlobSizebyLastModified/script.ps1 -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------