Parallels For Mac Management Uninstall

  1. Popular productivity tools in Parallels Toolbox for Windows and Mac also include: Streamlined Screen Video/Audio Recording, Downloading, and Conversion Easily change tool default preference settings to simply record video with your desired audio source, or to capture screen shots in the format you need, in just one click.
  2. May 19, 2016  Parallels Desktop is an application in a Mac uninstalling will not affect the virtual machine. The virtual machine will be stored on your Mac as.pvm file. To locate.pvm file, please refer for more information.
  3. Forum Question: How to uninstall Windows 7 and Parallels from Mac. I would like to uninstall Windows 7 from the Parallels program on my Mac. Then i want to uninstall Parallels so I can activate Bootcamp.
  4. Parallels Mac Management for SCCM currently only supports System Configuration Profiles. Mac OS X Configuration Profile With the configuration profiles you are able to configure settings in nine areas.
  5. Parallels Mac Management for Microsoft SCCM 2012 How to uninstall Parallels Mac Management for Microsoft SCCM 2012 from your computer Parallels Mac Management for Microsoft SCCM 2012 is a computer program.

Upgrading to PMM v7 and above:

Starting from PMM version 7, upgrade procedure is more automated, so there is no need to remove any previous versions of PMM components.

In order upgrade PMM to version 7 or above the following steps should be performed:

Parallels For Mac Management Uninstall Programs

Copy it on every Server with PMM components including machines with SCCM console only where PMM Console extension is installed and run the installer.

Parallels Mac Management for Microsoft SCCM consists of the following components: • Parallels Configuration Manager Proxy. This component is a Windows service application. Parallels Mac Management for Microsoft SCCM 2012 How to uninstall Parallels Mac Management for Microsoft SCCM 2012 from your computer Parallels Mac Management for Microsoft SCCM 2012 is a computer program.

Installer will detect components which are already there and allow upgrading them to PMM v7 or above.

Once upgrading is finished, configuration wizard will be launched automatically for each service.

It's important to finish configuration for each upgraded service at this point in order to ensure proper functionality, though if you intend to do it later, configuration wizards can be found at Start > Apps:

Upgrading to PMM v6.1 and below:

To upgrade Parallels Mac Management for Microsoft SCCM to a newer version, you need to uninstall the current version and then install a new one.

To run the uninstaller, go to Control Panel > Programs > Uninstall a program and uninstall the Parallels Mac Management for Microsoft SCCM program.

NOTE: If Parallels Mac Management components are installed on different servers, you need to uninstall each component individually.

Management

When done, install the new version of Parallels Mac Management for Microsoft SCCM. Please note that after upgrading Parallels Mac Management you need to recreate NetBoot and NetRestore images and upgrade the Parallels Mac Client on each managed Mac.

Starting from version 4.5 there is an option to upgrade Parallels Mac Management Client automatically:

For additional information please refer to Administrator's Guide p.63 for further instructions.

In Part 1 of the Parallels Mac Management for SCCM series I installed the Parallels Configuration Manager Console Extension. I installed this on my site server ‘ConfigMgr’.

Part 2 focused on the installation of the Parallels Proxy which I installed on a remote server called ‘Parallels’ which I intend to use to install the Parallels roles.

Part 3 of the series concluded the ‘role’ installation, namely the NetBoot Server and OS X Software Update Service.

Part 4 of the Parallels series focused on getting the Parallels Mac client onto a Mac OS X device.

In Part 5 of the series I will show you how to deploy an application down to a Mac OS X device, install it via the app portal and remove the application.

Remove Parallels From Mac

Set up the CMAppUtil tool

Before we can configure the application in ConfigMgr we need to convert the deployment onto a format that ConfigMgr can consume. To achieve this we need the CMAppUtil tool provided by Microsoft as part of the ConfigmgrMacClient.msi. This can be downloaded from here. Click the Download button.

Select the ConfigmgrMacClient.msi and click Next.

Once downloaded run the MSI on a Windows device to extract the contents of the file into a dmg file that can be used on a Mac device. Click Next.

Agree to the licence agreement and click Next.

Make a note of the location the files will extract to and click Next.

Continue through the wizard to completion. Browse to the location C:Program Files (x86)MicrosoftSystem Center Configuration Manager for Mac client if you have installed into the default location. Copy the macclient.dmg over to a Max OS X machine.

Once the dmg file is on the Mac, double-click the file to see its contents. Extract the Tools folder from the file by dragging and dropping it to a folder on your Mac.

The CMAppUtil is the utility we will use to convert a Mac package into a .cmmac file that ConfigMgr can use. CMAppUtil supports the .dmg, .pkg, .mpkg, .app file formats.

In this example, I have downloaded the WinZip 5 for Mac application and placed the .dmg file for the WinZip install into the same folder as the CMAppUtil file.

Converting to .cmmac

Load up Terminal on the Mac by launching Finder and navigating to Applications>Utilities.

To convert a dmg to the .cmmac format use the following command:

The -c option specifies the source file being converted. The -o option specifies the output path. The -s is not required but I used it to fix some issues extracting out the content of the .dmg and is worth including.

After the process has completed you will have a .cmmac file that can be consumed by ConfigMgr. Copy the .cmmac over your ConfigMgr source content share.

Creating the application

In the ConfigMgr console, go to the usual location where you would create an application, in the Software Library>Overview>Application Management>Applications node. Right click and choose Create Application.

In the Create Application Wizard choose the Automatically detect information about this application from installation files checkbox. From the Type drop down choose Mac OS X and then enter the network location for the .cmmac file. Click Next.

Click Next.

Enter the relevant information about the application and click Next.

Click Close to complete the wizard.

To specify the command that you want to use to install, and optionally uninstall, the application on a Mac, right click the Deployment Type and select Properties.

On the Programs tab enter a command to install and remove the application.

Use the following syntax:

As an example, the following command line contains the installation and uninstallation commands for Firefox (note the colon characters, which are required):
:/usr/bin/ditto “Firefox.app” “/Applications/Firefox.app”:rm -rf “/Applications/Firefox.app”:

The first section :/usr/bin/ditto “Firefox.app” “/Applications/Firefox.app”: installs the Firefox.app into the Applications/ folder.

The second section rm -rf “/Applications/Firefox.app”: removes Firefox from the Mac device.

Therefore, for my installation of WinZip, I have used the command

Distribute the content to a Distribution Point and then right click the newly created application and choose Deploy. Target the deployment at a Mac based collection, here I have chose the All Mac OS X Systems collection.

Since I am going to use the Parallels Application Portal, I will make the application available.

Installing and Removing via the Parallels Application Portal

Once policy has applied to the Mac OS X device, remember this can be forced by clicking Connect in the Parallels Mac client or you can wait the default of 60 minutes for updates to be checked automatically, then head over to the Parallels Application Portal.

The portal is located in the Applications folder in Finder.

Parallels for mac review

The application will be available to you. Click Install.

Once installed, the application will be available to you in the location you installed it to.

To uninstall the application, click the Remove button in the portal.

If you receive any failures, or just want to have a nosy in the log files then the pma_agent.log file located in /Library/Logs is the one to check. The log snippet below, for example, showed a problem locating the content on the DP. A quick redistribution of the content to the DP fixed the problem.

In Part 6 of the series, I take a look at deploying packages via Parallels. Packages can be used in Task Sequence deployment in the Parallels Mac Management product, whereas applications cannot, so it is worth looking both application models.

Advertisements