Now that you’ve got the Parallels Mac Management for SCCM tool install and discovered your Mac clients on the network by following my post: HERE. You’re ready to start deploying applications. What you’ll need for this is to re-package your applications into the .cmmac format. For more information on how to re-package your applications, check out my post HERE
First thing you’ll want to to do is create an application in SCCM, like you may normally do and select Mac from the dropdown and browse to your .cmmac file. Click Next>
You’re hoping for the green check mark of approval here!
You can provide the application information here e.g. App Name, Publisher, Software version. If you’d like you could categorize the application so it appears organized. Click Next >
Click Next >
Click Close if all is green.
As usual you’ll want to Distribute the Content of your application
For deploying an application. You will need a command in your Deployment Type’s program tab similar to this:
/usr/bin/ditto “Firefox.app” “/Applications/Firefox.app” :rm -rf “/Applications/Firefox.app”
This command is basically extracting .app for the application and putting it into the Applications Folder. Above also contains the removal command.
You may want to right click on your application, browse to application catalog and set the icon as I did above.
When complete. Right click on the application and click Distribute Content
Click Next >
Click Next >
Add the Distribution Points you want to distribute to
Click Next >
Click Close
Select your Mac collection. You may have created separate collections of your Macs, in this example. I’m only deploying to one. Click Ok
Click Next >
Select your DP and Next >
You can set the application to be required or available. Click Next >
Set your schedule, however you like and click Next >
I left my settings here as default but that’s up to yourself. Click Next >
Click Next >
Click Next >
Click Close
And now your application is installed and appears within the Parallels Application Portal. Nifty, eh?