Wingetlywingetly
← All apps
A

ARMClient

by projectkuduv1.9

Last updated

A simple command line tool to invoke the Azure Resource Manager API

Install with winget

$ winget install --id projectkudu.ARMClient --exact --version 1.9

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.9

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for ARMClient.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Microsoft Azure CLIMicrosoft Corporation
    Microsoft.AzureCLIv2.90.0

    The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation.

  • A
    AzCopy v10Microsoft Corporation
    Microsoft.Azure.AZCopy.10v10.32.8

    AzCopy v10 is a command-line utility that you can use to copy data to and from containers and file shares in Azure Storage accounts.

  • Azure Functions Core ToolsMicrosoft
    Microsoft.Azure.FunctionsCoreToolsv4.14.0

    Command line tools for Azure Functions

  • Microsoft Azure Storage ExplorerMicrosoft Corporation
    Microsoft.Azure.StorageExplorerv1.45.0

    Free tool to easily manage your Azure cloud storage resources anywhere, from Windows, macOS, or Linux.

  • Azure Monitor AgentMicrosoft Corporation
    Microsoft.AzureMonitorAgentv1.44.0.0

    Azure Monitor Agent (AMA) collects monitoring data from the guest operating system of Azure and hybrid virtual machines and delivers it to Azure Monitor.

  • Microsoft Data Migration AssistantMicrosoft
    Microsoft.DataMigrationAssistantv5.8.5973.1

    Enables you to upgrade to a modern data platform by detecting compatibility issues that can impact database functionality on your new version of SQL Server.

More from projectkudu or browse azure.

Frequently asked questions

How do I install ARMClient on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id projectkudu.ARMClient --exact --version 1.9. winget downloads the installer from projectkudu and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install ARMClient silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id projectkudu.ARMClient --exact 1.9 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall ARMClient via winget?
Run: winget uninstall --id projectkudu.ARMClient --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from ARMClient's Apps & Features entry.
Is ARMClient free?
ARMClient is distributed under Apache-2.0. Refer to the publisher (https://github.com/projectkudu/ARMClient) for the full license terms - Wingetly itself does not charge for installation.
Does ARMClient work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls ARMClient directly from the publisher.
How do I keep ARMClient up to date?
Run winget upgrade --id projectkudu.ARMClient --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of ARMClient from microsoft/winget-pkgs.