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. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2020-08-05T15:28:34+00:00

    Hi!

    I can't find and launch my Microsoft Store. I tried the PowerShell solution but it didn't work. 

    It says, "You'll need a new app to open this ms-window store link" What does it mean? What should I do?

    Thanks in advance!

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-08-11T23:39:13+00:00

    It doesn't work on all versions of the App Store:

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher       version of this package is already installed.                                                                           Windows cannot install package Microsoft.WindowsStore_12006.1001.1.0_x64__8wekyb3d8bbwe because it has version          12006.1001.1.0. A higher version 12007.1001.2.0 of this package is already installed.                                   NOTE: For additional information, look for [ActivityId] fad44870-7035-0006-c164-d4fa3570d601 in the Event Log or use    the command line Get-AppPackageLog -ActivityID fad44870-7035-0006-c164-d4fa3570d601

    4 people found this answer helpful.
    0 comments No comments
  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more