Intune App Wrapping Tool Mac Save Abandoned

Use the Intune App Wrapping Tool for Mac to enable Mac apps to be managed by Microsoft Intune

Project README

Microsoft Intune App Wrapping Tool for macOS

Manage macOS line-of-business apps with Intune

Version 1.2

See release notes for more information.

Use the Microsoft Intune App Wrapping Tool for macOS to pre-process macOS line-of-business apps. The wrapping tool converts application installation files into the .intunemac format. The wrapping tool also detects the parameters required by the mobile device management (MDM) agent to determine the application installation state. After you use this tool on your apps, you will be able to upload and assign the apps in the Microsoft Intune console.

Before you install and use the Microsoft Intune App Wrapping Tool for macOS you must:

Sample commands to use for the Microsoft Intune App Wrapping Tool for macOS:

  • IntuneAppUtil -h

    • This will show usage information for the tool.
  • IntuneAppUtil -c <source_file> -o <output_file> [-i] <package bundle Id> [-n] [-v]

    • This will generate the .intunemac file from the .pkg line-of-business app file.
  • IntuneAppUtil -r <filename.intunemac> [-v]

    • This will extract the detected parameters and version for the created .intunemac file.

Command-line parameters available

  • -h  Help
  • -r  Outputs the detection.xml file of the provided .intunemac file to stdout. The output contains the detection parameters and version of IntuneAppUtil used to create the .intunemac file.
  • -c <source_file>     Converts the provided input filename. Only pkg file is supported.
  • -o <output_file>    Used in conjunction with -c parameter to specify the output path
  • -v  Verbose: Produces additional progress output and error diagnostics.
  • -i <package bundle Id> Used in conjunction with -c parameter to specify the package bundle Id. Optional.
  • -n Used in conjunction with -c parameter to specify the package bnndle version. Optional.

If no valid application information can be found, this tool will use package bundle Id and package bundle version to build app detection data. You can use "-i" and "-n" parameters to override them.

Note: After you download IntuneAppUtil to your Mac device, you may need to assign read and execute permissions to it.

Open Source Agenda is not affiliated with "Intune App Wrapping Tool Mac" Project. README Source: msintuneappsdk/intune-app-wrapping-tool-mac
Stars
91
Open Issues
33
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating