carlocardella / AzToolbox

Collection of functions to work with Azure resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AzToolbox

CloudNotes.io

The module contains a collection of functions to work with Azure resources

Prerequisites

Installation

Powershell Gallery

Install-Module -Name 'AzToolbox' -Scope 'CurrentUser'

Windows

Download the zip file or clone the repo locally: copy the AzToolbox folder under

  • $env:PSUserProfile\Documents\WindowsPowershell\Modules folder (for Windows Powershell)
  • $env:PSUserProfile\Documents\Powershell\Modules folder (for Powershell 7 / Powershell Core)

macOS

Download the zip file or clone the repo locally: copy the AzToolbox folder under /Users/<user>/.local/share/powershell/Modules/ folder

About

Collection of functions to work with Azure resources

License:MIT License


Languages

Language:PowerShell 100.0%