How to install Microsoft store app through powershell

Anonymous
2020-07-12T14:13:45+00:00

Hello,

Want to know how to install Microsoft store app directly through powershell.

I mean to say want to install app from Microsoft store

Like Microsoft to do application

Windows for business Windows Server User experience PowerShell

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2022-02-18T19:44:04+00:00

    Hi,

    you should be able to use:

    winget install <identifier or search query> --source msstore

    example:

    winget install "firefox" --source msstore

    Winget is a fairly new feature, make sure you have installed any updates to Windows and the windows package installer.

    Regards,

    LightJack

    57 people found this answer helpful.
    0 comments No comments

42 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-02-01T12:57:01+00:00

    thanks

    0 comments No comments
  2. Anonymous
    2022-02-18T13:29:08+00:00

    Good morning X-M-321. Did you or anyone happen to find a solution for the "Install apps/app packages from the MS Store via Powershell script" issue yet? I am in the same situation in that I have machines that need to be reimaged and deployed with the least amount of manual installs as possible obviously to save me a lot of time.

    Thanks in advance,

    Mike

    0 comments No comments