Skip to Main Content
Patch My PC Ideas & Feedback

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

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

What Patch My PC product is this new application request for? Patch My PC Enterprise
  • Attach files
      Drop here to upload
    • 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