Wingetlywingetly
← All apps

Managed Service Accounts GUI

by Cjwdevv1.7.0

Last updated

Managed Service Accounts are a useful new feature introduced in Server 2008 R2 but they can only be created and managed with Powershell, so this tool was created to provide an intuitive GUI that will let you create, edit, and install them

Install with winget

$ winget install --id Cjwdev.ManagedServiceAccountsGUI --exact --version 1.7.0

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.

About

Managed Service Accounts are a great new feature that was added to Windows Server 2008 R2 and Windows 7, but up until now the only way to create and configure them has been via Powershell cmdlets (requiring at least 3 separate commands to be run, one of which has to be run locally on the computer that will use the MSA). So we created this tool to provide a free, easy to use GUI application for working with MSAs.

Features

- Simple and intuitive graphical user interface (no LDAP or powershell knowledge required)

- Quick and easy to create and assign new MSAs, as well as removing old MSAs

- Create and configure Group Managed Service Accounts introduced in Windows Server 2012

- Install and uninstall MSAs on remote computers

- Configure properties of existing MSAs, including the ability to disable them, set their expiry date, add them to groups, modify SPNs, and more

- Uses native Windows APIs and LDAP operations where possible instead of Powershell for improved performance

- Multi-domain friendly, simply enter the domain name (and credentials) for any domain you want to manage MSAs on

Installers · v1.7.0

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
machineDirect
x64ZIP
archive
machineDirect

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 Managed Service Accounts GUI.

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

  • A
    AD InfoCjwdev
    Cjwdev.ADInfo.Freev1.8.2

    Query your Active Directory domain for information on several different types of objects (Users, Computers, Groups, Printers etc) using this flexible and user friendly Active Directory reporting tool.

  • Group Manager Free EditionCjwdev
    Cjwdev.GroupManager.Freev3.0.1

    A user friendly application that lets end users edit the members of any groups that they are assigned as the manager of in Active Directory.

  • AD Account Reset ToolCjwdev
    Cjwdev.ADAccountResetToolv1.4.6

    A simple tool that allows helpdesk technicians or non admin users to quickly unlock and reset passwords for user accounts without having to use the full AD Users & Computers MMC tool (assuming they have been delegated the required permissions).

  • NTFS Permissions Reporter Free EditionCjwdev
    Cjwdev.NTFSPermissionsReporter.Freev3.1.1

    A tool for reporting on NTFS permissions across multiple directories and servers. Produce a report of all permissions or filter results to show only locations that match specific criteria, such as locations that only a specific user or group has access to.

  • AD Permissions ReporterCjwdev
    Cjwdev.ADPermissionsReporter.Freev1.1.0

    Easily report on delegated permissions in your Active Directory domain structure

  • AD Photo Edit Free EditionCjwdev
    Cjwdev.ADPhotoEdit.Freev2.6.1

    A user friendly program for uploading photos into a user's (or contact's) thumbnailPhoto attribute in Active Directory. The images in this attribute are used by Outlook 2010 and several other new Microsoft products to display images of users.

More from Cjwdev or browse service, windows-service.

Frequently asked questions

How do I install Managed Service Accounts GUI on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Cjwdev.ManagedServiceAccountsGUI --exact --version 1.7.0. winget downloads the installer from Cjwdev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Managed Service Accounts GUI silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Cjwdev.ManagedServiceAccountsGUI --exact 1.7.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Managed Service Accounts GUI via winget?
Run: winget uninstall --id Cjwdev.ManagedServiceAccountsGUI --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Managed Service Accounts GUI's Apps & Features entry.
Is Managed Service Accounts GUI free?
Managed Service Accounts GUI is distributed under Freeware. Refer to the publisher (https://cjwdev.com/Software/MSAGUI/Info.html) for the full license terms - Wingetly itself does not charge for installation.
Does Managed Service Accounts GUI 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 Managed Service Accounts GUI directly from the publisher.
How do I keep Managed Service Accounts GUI up to date?
Run winget upgrade --id Cjwdev.ManagedServiceAccountsGUI --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Managed Service Accounts GUI from microsoft/winget-pkgs.