How to Automate Intune App Packaging with Winget

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 30

  • @DoubleA-ARon
    @DoubleA-ARon 5 днів тому

    The latest updates of WinTuner add even more function. I can run a few lines of code and have Wintuner check what apps I have deployed for updates (that it supports), deploy an updated app, reassign the groups to the new app and set supersedence. Then I run a second script (when ready) to clean up and delete the old apps.
    Keep up the good work Bob Ross!

  • @akverma6973
    @akverma6973 4 місяці тому +1

    Thank you so much for making appliation packaging smooth.

    • @getrubix
      @getrubix  4 місяці тому

      You are so welcome!

  • @pa1089
    @pa1089 11 місяців тому +2

    Love the way you explain everything in detail and would like to appreciate the effort steve. Is it possible to make a video series regarding updating windows using intune update rings feature updates etc? Thank you in advance

    • @getrubix
      @getrubix  11 місяців тому

      For sure- will definitely be covering that in the next few weeks. Appreciate the feedback and support!

  • @mikeotech
    @mikeotech Місяць тому

    Man you are the man.. ... I use this for the past month ad I just want to say think you buddy

    • @getrubix
      @getrubix  Місяць тому

      Thanks! Glad it's helping

  • @mikeotech
    @mikeotech 3 місяці тому

    man you make my life so much easier ..ty.

    • @getrubix
      @getrubix  3 місяці тому

      That's why we're here

  • @makeitrein7366
    @makeitrein7366 Місяць тому

    winget list only pulls up a list of apps that are locally installed on the device already, regardless if WINGET can install it or not. Not sure you can pull up an entire manifest of the entire app library.

  • @pedrovervaeke4291
    @pedrovervaeke4291 10 місяців тому +1

    This is perfect. Is there a way to use this also with an auto updating behavior?

    • @getrubix
      @getrubix  10 місяців тому +2

      Yes there is- I'm working on a piece now for that. Stay tuned :)

  • @hectorhenriquez6105
    @hectorhenriquez6105 Місяць тому

    Hi have you ever used Winget to install applications in the autopilot process, do you know if this is supported.

    • @getrubix
      @getrubix  Місяць тому +1

      Yes it is supported

  • @MatheusResende-q8d
    @MatheusResende-q8d Місяць тому

    Really nice video!
    I don't know if you have any recommendation to uninstall applications with intune? I was trying to use winget to uninstall a specific package, but for some reason is not working.

    • @getrubix
      @getrubix  Місяць тому

      Check this out- I made it for Chocolatey but same logic for Winget: github.com/stevecapacity/IntunePowershell/tree/main/Chocolatey%20scripts

  • @JBreezedorsett
    @JBreezedorsett 4 місяці тому

    Hey! Do you know how to do automation for Chrome & Zoom. The goal is to have both of these applications to do its own update/to automatically update to the latest version in Intune (I was told there may be a Zoom auto native patch rule or switch or something)

  • @tringuyen414
    @tringuyen414 10 місяців тому

    Thank you for the the script. I followed step by step and got it to publish on VLC, Firefox, 7zip, and Git, but the apps
    deployment to the manage devices took more than 8 hours to install the apps. By any chance you know why?

    • @getrubix
      @getrubix  10 місяців тому

      How are you assigning the apps- device groups, user groups? Feel free to hop in the Discord server for help troubleshooting discord.gg/getrubix

  • @macelbrilman
    @macelbrilman 11 місяців тому

    Nice Thanks.

  • @sandeepsharmaynr
    @sandeepsharmaynr 4 місяці тому +1

    Hello I am getting following error during the export package. PS C:\WINDOWS\system32> winget-intune package 7zip.7zip --package-folder C:\WinGet
    winget-intune : The term 'winget-intune' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
    path was included, verify that the path is correct and try again.
    At line:1 char:1
    + winget-intune package 7zip.7zip --package-folder C:\WinGet
    + ~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (winget-intune:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @sandeepsharmaynr
      @sandeepsharmaynr 4 місяці тому +1

      Event i have installed all the required package.

    • @floydian4evr
      @floydian4evr 3 місяці тому +1

      @@sandeepsharmaynr any fix for this having same issue even though i installed step by step

    • @FootballfanXXL
      @FootballfanXXL 2 місяці тому +1

      @@floydian4evr same Problem

    • @kenwinlam
      @kenwinlam Місяць тому

      same

  • @colaglass1232
    @colaglass1232 9 місяців тому

    I tried this with notepad++ and after installation was successfull I still have my old version 8.5.8 so it didnt uninstall that one first. Do you have any idea why? The automated uninstall command looks a bit wierd "%windir%\sysnative\windowspowershell\v1.0\powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File uninstall.ps1"

    • @getrubix
      @getrubix  9 місяців тому

      That's a pretty standard uninstall cmd for Intune. However, I don't believe Winget should automatically install the previous version first.

    • @colaglass1232
      @colaglass1232 9 місяців тому

      @@getrubix I already had 8.5.8 installed on my computer before i published this to Intune and added my computer the the app. So even tho the installation was successfull and all seems fine I didnt get the newest version wich is 8.6.4.