PowerShell module Automate and scale your FinOps efforts with PowerShell commands that streamline operations and accelerate adoption across projects and teams.

Install Commands

On this page

The FinOps toolkit PowerShell module is a collection of commands to automate and manage FinOps solutions. We’re just getting started so let us know what you’d like to see next.

PowerShell Gallery


πŸ“₯ Install the module

The FinOps toolkit module requires PowerShell 7, which is built into Azure Cloud Shell and supported on all major operating systems.

Azure Cloud Shell comes with PowerShell 7 and Azure PowerShell pre-installed. If you are not using Azure Cloud Shell, you will need to Install PowerShell first and then run the following commands to install Azure PowerShell:

Install-Module -Name Az.Accounts
Install-Module -Name Az.Resources

To install the FinOps toolkit module, run the following in either Azure Cloud Shell or a PowerShell client:

Install-Module -Name FinOpsToolkit

If this is the first time using Azure PowerShell, you will also need to sign into your account and select a default subscription:

Connect-AzAccount

This will show a popup window to sign in to your account. If you do not see the window, it may be on a different screen.


⚑ Commands

General toolkit commands

Cost Management commands

FinOps hubs commands

Open data commands


πŸ™‹β€β™€οΈ Looking for more?

We’d love to hear about any commands or scripts you’re looking for. Vote up (πŸ‘) existing ideas or create a new issue to suggest a new idea. We’ll focus on ideas with the most votes.

Vote on ideas Suggest an idea





Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.