Skip to Main Content
Patch My PC Feature and Application Request

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:

6 VOTE
Status SUBMITTED
Categories Application Request
Created by Guest
Created on Feb 9, 2024

Podman CLI

Podman CLI is the command line version of Podman. The intention is to deploy Podman CLI via Intune to users, without them requiring admin prompts or similar. WSL (Windows subsystem for linux is required and a reboot is required to fully install a windows feature change. Unable to figure out how to account for a reboot when deploying through PatchmyPC

Which Product is this Request for (New Application Request Only) Patch My PC
  • Attach files
  • Guest
    Reply
    |
    Mar 15, 2024

    So I figured out that I made a silly mistake. I left a trailing \ in the detection method. This was causing the delay or never getting to 'installed'. However it would still be nice to get a patchmypc version for automation.

    Using execution bypass also helped and using the 'device may restart if application requires' option in Intune. This covered devices where WSL was not enabled.

    powershell.exe -ExecutionPolicy Bypass -File Install-Podman.ps1

  • +4