Skip to content

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

Notifications You must be signed in to change notification settings

beflamm/intune-app-wrapping-tool-mac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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] [-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 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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published