Windows 10: PowerShell PackageManagement (OneGet) - Install Apps from Command Line

Discus and support PowerShell PackageManagement (OneGet) - Install Apps from Command Line in Windows 10 Tutorials to solve the problem; Thanks again, Kari. I'm watching the video again. I've read the instructions and watched the video once, and it really clarifies matters for me.... Discussion in 'Windows 10 Tutorials' started by Charlie, Oct 31, 2014.

  1. Wynona Win User

    PowerShell PackageManagement (OneGet) - Install Apps from Command Line


    Thanks again, Kari. I'm watching the video again. I've read the instructions and watched the video once, and it really clarifies matters for me.

    Ummm, it was a shock to hear a voice other than yours! *What
     
    Wynona, Apr 21, 2016
    #76
  2. Wynona Win User

    IdiditIdiditIdiditIdiditIdiditIdiditIdiditIdiditIdiditIdiditIdiditIdidit! I have installed VLC through OneGet!

    Thank you, Kari, for holding my hand through this! I really appreciate it!
     
    Wynona, Apr 21, 2016
    #77
  3. Wynona Win User
    And you didn't think you'd get so easily, did you?

    Will PowerShell OneGet install apps that need product keys? Because most of my apps are commercial and I'll need to plug in a key.
     
    Wynona, Apr 21, 2016
    #78
  4. Kari Win User

    PowerShell PackageManagement (OneGet) - Install Apps from Command Line

    Yes, you can install all kind of software as long as the installer package can be found by OneGet. Of course then before first use you need to activate the software with your product key.

    An example about software which can be installed with OneGet but can't be used without activation is Office:

    To install Office 2016 Pro Plus:
    Code: Install-Package Office365HomePremium[/quote]
    This can then be activated with existing Office 2016 Pro Plus product key, with valid Office 365 Home subscription email, or with valid Office 365 for Enterprise subscription email.

    To install Office 2016 Pro ​(no Access, no Publisher):
    Code: Install-Package Office365Business[/quote]
    This can then be activated with existing Office 2016 Pro product key, or with valid Office 365 for Business subscription email.
     
  5. Wynona Win User
    This can then be activated with existing Office 2016 Pro Plus product key, with valid Office 365 Home subscription email, or with valid Office 365 for Enterprise subscription email.

    To install Office 2016 Pro ​(no Access, no Publisher):
    Code: Install-Package Office365Business[/quote]
    This can then be activated with existing Office 2016 Pro product key, or with valid Office 365 for Business subscription email.[/quote] I have Office ProPlus and it's administered, but I have to install it. I have an O365 account and have the bits downloaded. However, I don't think I'd install from that.
     
    Wynona, Apr 21, 2016
    #80
  6. Kari Win User
    Both Office packages mentioned in my previous post are exactly the same Click-to-Run installers as if installed from Office website; launching installation from Office website or with OneGet, both download the installer from the same place.
     
  7. Kari Win User
    *Smile

    You do not need any any Skype, Skype for Business, Microsoft or any other accounts to join as a guest. You can join from any browser or use the Windows Lync App, see tutorial: Lync App - Join an Online Meeting as Guest - Windows 10 Forums

    The meeting will go online half an hour before the start, at which point the link to the meeting will be posted in this thread.
     
  8. simrick Win User

    PowerShell PackageManagement (OneGet) - Install Apps from Command Line

    Great Kari! Thanks for doing this.
     
    simrick, Apr 21, 2016
    #83
  9. Kari Win User
    Anything for Wynona (and others who have asked it) *Smile
     
  10. Wynona Win User
    Thank you, Kari!

    I'm so glad it's not today because I'm pretty zonked from all the running.
     
    Wynona, Apr 22, 2016
    #85
  11. Kari Win User
  12. Wynona Win User
    Wynona, Apr 22, 2016
    #87
  13. Wynona Win User

    PowerShell PackageManagement (OneGet) - Install Apps from Command Line

    Ready and eagerly waiting.
     
    Wynona, Apr 22, 2016
    #88
  14. Kari Win User
    I'm sorry, network issues caused a delay. We will go online in 15 minutes, click the link to join the online meeting: Skype for Business
     
  15. Wynona Win User
    Skype for Business will no longer log in.
    And the stupid Web App won't install properly.

    Right now, I can see the meeting, but that's all.
     
    Wynona, Apr 22, 2016
    #90
Thema:

PowerShell PackageManagement (OneGet) - Install Apps from Command Line

Loading...
  1. PowerShell PackageManagement (OneGet) - Install Apps from Command Line - Similar Threads - PowerShell PackageManagement OneGet

  2. issues when trying to reinstall windows apps from Powershell command line

    in Microsoft Windows 10 Store
    issues when trying to reinstall windows apps from Powershell command line: Hi, I typed:PS C:\Users\Administrateur> Get-AppxPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_.InstallLocation\AppXManifest.xml"}i got this:https://justpaste.it/65huii could not post the whole output on this forum since my message was more...
  3. issues when trying to reinstall windows apps from Powershell command line

    in Windows 10 Gaming
    issues when trying to reinstall windows apps from Powershell command line: Hi, I typed:PS C:\Users\Administrateur> Get-AppxPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_.InstallLocation\AppXManifest.xml"}i got this:https://justpaste.it/65huii could not post the whole output on this forum since my message was more...
  4. issues when trying to reinstall windows apps from Powershell command line

    in Windows 10 Software and Apps
    issues when trying to reinstall windows apps from Powershell command line: Hi, I typed:PS C:\Users\Administrateur> Get-AppxPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_.InstallLocation\AppXManifest.xml"}i got this:https://justpaste.it/65huii could not post the whole output on this forum since my message was more...
  5. How to turn off a SPECIFIC MONITOR from the command line or powershell?

    in Windows 10 Gaming
    How to turn off a SPECIFIC MONITOR from the command line or powershell?: How to turn off a SPECIFIC MONITOR from the command line or powershell? The following turns off ALL MONITORS... NOT what I need.powershell.exe -Command "Add-Type '[DllImport\"user32.dll\"]public static extern int SendMessageint hWnd,int hMsg,int wParam,int lParam;' -Name a...
  6. How to turn off a SPECIFIC MONITOR from the command line or powershell?

    in Windows 10 Software and Apps
    How to turn off a SPECIFIC MONITOR from the command line or powershell?: How to turn off a SPECIFIC MONITOR from the command line or powershell? The following turns off ALL MONITORS... NOT what I need.powershell.exe -Command "Add-Type '[DllImport\"user32.dll\"]public static extern int SendMessageint hWnd,int hMsg,int wParam,int lParam;' -Name a...
  7. Opening windows store apps from command line

    in Windows 10 Software and Apps
    Opening windows store apps from command line: How do I open windows store apps like Hulu from the command prompt? 44674
  8. "Reset Hub" - any command line or powershell equivalent?

    in Windows 10 Drivers and Hardware
    "Reset Hub" - any command line or powershell equivalent?: Hi experts, I have a USB device that will malfunction from time to time and I've found by pressing the 'Reset Hub' button to disable/enable the Root Hub to which this device is connected, things will go back to normal once again. [img] The thing is, I'd like to see...
  9. setting default apps from command line?

    in Windows 10 Software and Apps
    setting default apps from command line?: in win7, after installation and setting the correct file associations, the correct program would start upon double clicking in win10 however, it popups wanting you to set a ?default app?. ive seen this happen for klite codec pack, firefox, utorrent i do unattended...
  10. Capture network usage from command line or powershell?

    in Windows 10 Network and Sharing
    Capture network usage from command line or powershell?: I know you can see what applications are using how much data in a given period of time by going to Start -> Settings -> Network & Internet -> Data Usage, then clicking the Usage Details option to bring up a list. Does anyone know if there's a way to output this list at...