From c878466a4d5f1220dc66fc83e3e20b16bb78aa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peer=20Gr=C3=B8nnerup?= Date: Sat, 6 Jun 2026 07:55:25 +0200 Subject: [PATCH] Add FabricTools to the catalog --- src/content/tools/fabrictools.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/content/tools/fabrictools.md diff --git a/src/content/tools/fabrictools.md b/src/content/tools/fabrictools.md new file mode 100644 index 0000000..09a656a --- /dev/null +++ b/src/content/tools/fabrictools.md @@ -0,0 +1,31 @@ +--- +title: FabricTools +description: Community PowerShell module for automating administrative tasks across Microsoft Fabric and Power BI, from workspace and capacity management to tenant settings. +url: https://github.com/dataplat/FabricTools +category: governance-admin +type: library +tags: [automation, governance, powershell, community] +pricing: free +source: open-source +maintainer: community +author: dataplat (Data Platform Community) +language: PowerShell +status: preview +added: 2026-06-06 +--- + +## What it does + +FabricTools is a community PowerShell module for doing more with Microsoft Fabric and Power BI from the command line and in scripts. It wraps common administrative operations as cmdlets, covering workspace and dataset management, assigning workspaces to capacities, reading tenant settings, handling authentication tokens, and suspending or resuming capacities. It also ships backward-compatible aliases for legacy Power BI cmdlets. + +## Why use it + +Use it to automate Fabric and Power BI administration and fold those operations into PowerShell-based workflows and pipelines instead of clicking through the portal. It is maintained by the dataplat community, with contributors including Tiago Balabuch, Ioana Bouariu, Frank Geisler, Kamil Nowinski, Jess Pomfret, and Rob Sewell. + +## Getting started + +```powershell +Install-Module FabricTools +``` + +The module is in public preview, so the maintainers advise against using it in production environments for now.