Skip to content

Instantly share code, notes, and snippets.

@freedbygrace
freedbygrace / get-extensions.ps1
Created January 27, 2025 16:18 — forked from azurekid/get-extensions.ps1
PowerShell script to download DevOps Extensions from the marketplace as a local file
[CmdletBinding()]
param
(
[Parameter(Mandatory = $true)]
[string] $Publisher,
[Parameter(Mandatory = $true)]
[string] $ExtensionName,
[Parameter(Mandatory = $true)]