Want to use PSADT with Microsoft Intune?? Here's how!

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • The PowerShell App Deploy Toolkit is a powerful and versatile tool to help with Enterprise App Deployments. It works with ConfigMgr, Intune, and many other MDMs.
    Here's how to get it working with Microsoft Intune!
    Win32 Content Prep Tool: github.com/mic...
    AlpenShield CyberSecurity Academy is launching soon at learn.alpenshi... !!

ความคิดเห็น • 17

  • @markbyrne4029
    @markbyrne4029 5 หลายเดือนก่อน +3

    I'm just starting out with PSADT and finding these video's really helpful.

    • @sankalpsinha814
      @sankalpsinha814 3 หลายเดือนก่อน

      How to check logs, i have tried to deploy but its failed, please provide the guidance

  • @patrick__007
    @patrick__007 2 หลายเดือนก่อน

    Thanks Dean for uploading. I get the following error 0x8007EA61 when deploying it to a demo device group.

    • @patrick__007
      @patrick__007 2 หลายเดือนก่อน

      Managed solving the issue by adding the $dirFiles. Must overwatched your comment about that.

  • @samhickey95_
    @samhickey95_ 27 วันที่ผ่านมา

    What happens if theres multiple applications in your files folder and you need all to be added?

  • @strikesbac
    @strikesbac 5 หลายเดือนก่อน +1

    I don’t understand why you’re not modifying the Deploy-Application.ps1 with the appropriate parameters?

    • @DeanEllerbyMVP
      @DeanEllerbyMVP  5 หลายเดือนก่อน +2

      Could you explain the question a little more? My previous video covered modifying Deploy-Application.ps1, which we use in this video.
      I guess, in hindsights, that's not clear.

    • @qu.qu.
      @qu.qu. 3 หลายเดือนก่อน

      @@DeanEllerbyMVP What is the name of your previous video for modifying Deploy-Application.ps1? Why I can deploy 7-zip exe successfully without modifying the ps file?

    • @qu.qu.
      @qu.qu. 3 หลายเดือนก่อน

      I think you put the installer as the setup file in this video, but in the another video you put Deploy-Application.exe as the setup file when running IntuneWinAppUtil.exe. Is any difference?

  • @danzirulez
    @danzirulez 5 หลายเดือนก่อน +1

    Dean, shouldn't the install file be deploy-application.exe? I get a feeling that this way you are running the 7zip exe missing out on PSADT's built-in logging, etc... Thoughts? Or is this ignored and always the Intune install command is what IME actually runs? I always use the Deploy-Application.exe when IntuneWinAppUtil asks me....

    • @DeanEllerbyMVP
      @DeanEllerbyMVP  5 หลายเดือนก่อน +4

      I've got into the habbit of using the real install file for the intunewinapputil, as it allows intune to pull out some attributes (particularly from MSI, actually).
      I don't think this value is used elsewhere, and the Install command it used by IME.
      It's definitely not running the 7z installer executable on the client device directly, if that's the question.

    • @byronc7571
      @byronc7571 5 หลายเดือนก่อน

      From what i understand, the setup file specified in the IntuneWinAppUtil does not matter as is more of a metadata collection point like Dean says (it sets the filename for the intunewin package). Like you suggest, the Intune install command is what is actually executed.

  • @timlabbe7532
    @timlabbe7532 3 หลายเดือนก่อน

    Is your detection method ok to install updates of the app?