Parallels For Mac Sccm

Posted on by admin
Parallels For Mac Sccm 3,2/5 1850 votes

Hi,

  1. Parallels Mac Management For Microsoft Sccm Registration Failed
  2. Parallels For Mac Sccm 2019
  3. Parallels For Mac Sccmo
  4. Buy Parallels For Mac
  5. Parallels For Mac Free Download

“System Center Configuration Manager is designed for extensibility, and the Parallels Mac Management plug-in was built to help expand and enhance System Center’s management of Mac in enterprise environments.”. Parallels Mac Management for Microsoft SCCM allows IT to maximize investments. It enables administrators to leverage existing processes by using SCCM as the single pane of glass to manage both PCs and Mac computers. Parallels Mac Client can be automatically migrated to a new SCCM installation during the migration from the old SCCM infrastructure to the new one. Parallels Mac Management v6.0 for Microsoft SCCM build PMA2012-6.0.0.87 includes improvements and fixes to the following issues. For administrations that are doing some basic Mac Management straight out of the System Center Configuration Manager built-in functionality, the graphic below provides a great comparison what you get out of the box from Microsoft, and what the Parallels Mac Management adds to base functionality.

Don´t know if this is the right forum to use, but I try

MAC computers are comming more and more in our company and instead of going for an JAMF solution that is fully MAC supported, our Microsoft team want mac´s to be managed by SCCM(as according to them this is the one and only tool, as are not fan of adding a third party tool in for management of mac)

But as I can read it is not a full blown supporting thing - correct me if i am wrong

What I request from a mangement solution for Mac

Patch management - control software installed on mac and push out updates of both OS and application
Central management of Filevault (so actually like bitlocker is for windows, where keys are centrally stored in AD)
Control of admin rights on Mac, so User necessarily don´t have full rights

Can anyone confirm if this are possible with a SCCM client for mac ? or any other thoughts from people who maybe have had any experience from going to SCCM etc

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 concludes the ‘role’ installation, namely the NetBoot Server and OS X Software Update Service.

The Parallels NetBoot server is required for Mac Operating System Deployment. ‘NetBoot is a technology from Apple that enables Mac computers to boot from a network. You need to install this component if you plan to deploy OS X images to Mac computers. The component must be installed on a computer running Windows Server 2008 SP2 or later’ (see http://download.parallels.com/pmm/v4.5/ga/docs/en_US/Parallels-Mac-Management-for-SCCM-Administrators-Guide.pdf)

The OS X Software Update Service ‘allows you to manage Apple software updates
(patches) for OS X using the native SCCM functionality. The component must be installed on a erver where Windows Server Update Services (WSUS) is installed’ (see http://download.parallels.com/pmm/v4.5/ga/docs/en_US/Parallels-Mac-Management-for-SCCM-Administrators-Guide.pdf)

As with the installation of the proxy in Part 2, certain pre-requisites are required, one being the standard Distribution Point role that is added in the SCCM console as NetBoot requires PXE to be enabled.

Pre-Requisites

The following pre-requisites need to be installed on the server that will host the NetBoot server:

  • .Net Framework 3.5
  • SCCM Distribution Point
  • PXE Point enabled on DP
  • WDS installed
  • BITS 4 installed

The following pre-requisites need to be installed on the server that will host the OS X Software Update Service:

  • WSUS installed
  • User account running the OS X Software Update Service added to the WSUS Administrators group
  • A WSUS Code Signing certificate is required from PKI

Installation

Start the installation by installing .Net Framework 3.5, I had already installed this feature as part of the pre-reqs for the Parallels Proxy.

Next, install the pre-requisites required to install the Distribution Point role. The SCCM Current Branch Supported Configuration documentation states the following are needed:

Distribution point

Windows Server roles and features:

  • Remote Differential Compression

IIS configuration:

  • Application Development:
    • ISAPI Extensions
  • Security:
    • Windows Authentication
  • IIS 6 Management Compatibility:
    • IIS 6 Metabase Compatibility
    • IIS 6 WMI Compatibility

Once installed I then added in URL Authorization from the Web Server>Security section.

BITS was then added.

After the Roles and Features are added load up ‘Internet Information Services (IIS) Manager’ from Administrative Tools and navigate down the ”Default Web Site’. In the main pane double click ‘Authentication’ and then enable ‘Windows Authentication’

Back in the main pane double click ‘Authorization Rules’

Ensure ‘Allow Users’ is set

WSUS Installation

Next re-run ‘Add Roles and Features’ in Server Manager and add in WSUS

I’ve removed the WID selection and highlighted Database.

I have selected to store the WSUS downloads in C:WSUS

At this stage I have pointed the WSUS configuration to use the site database on my site server.

Once the role is installed remember that the Post Installation tasks need to be run from Server Manager – note the exclamation mark. Click and run the tasks.

WSUS Certificate

One of the pre-reqs required for the OS X Software Update service is to install a WSUS code signing certificate. This can be obtained from the certificate authority in your environment.

In Certificate Authority Console right-click Certificate Templates>Manage.

In the Certificate Templates Console right-click Code Signing>Duplicate Template.

Set the following properties on the template:

In the Compatibility tab:

  • set Certificate Authority to Windows Server 2003
  • set Certificate recipient to Windows XP / Server 2003

In the General tab:

  • set the Template display name

In the Request Handling tab:

  • Check Allow private key to be exported
  • Check Prompt the user during enrollment

In the Subject Name tab:

  • set Subject name format to Common name:

In the Extensions tab, double click on Key Usage and uncheck ‘Make this extension critical’

In the Security tab:

  • select Authenticated Users and grant Read and Enroll permissions

Once these options are set click OK and close the Template Console window.

In Certificate Authority Console right click Certificate Templates>New>Certificate Template to Issue.

Select the newly created template and click OK.

The template will become available to use.

Now go to the server where WSUS has just been installed, in my instance the Parallels server and run MMC.

Click File>Add/Remove Snap-in…

In the left pane of Add or Remove Snap-in window select Certificates and click the ‘Add >’ button.

select ‘My user account’ and click Finish.

Navigate to Certificates – Current User and right click Personal. Select All Tasks>Request New Certificate…

Click Next.

At the Select Certificate Enrollment Policy screen click Next.

Select the WSUS certificate and click ‘Enroll’

Click Finish to complete.

Export the certificate, to do this navigate to Certificates – Current User>Personal>Certificates. Right click on the issued certificate and choose All Tasks>Export…

Click Next.

At the Export Private Key window check Yes, export the private key and then click Next.

At the Export File Format window check Export all extended properties and then click Next.

Enter a password and click Next.

Export the file to a relevant location.

Click Finish to complete the process.

Click OK

On the server running WSUS, again the Parallels server in my case, run the following PowerShell commands as administrator.

Then issue the command

Finally we need to set up the update server and clients for locally-published updates.

To do this we need to export the certificate added via the PowerShell previously.

Open up a MMC console. Choose File>Add/Remove Snap-in…

Select Certificates and click ‘Add>’

Select Computer Account and click Next.

Parallels Mac Management For Microsoft Sccm Registration Failed

Click Finish.

Navigate to WSUS>Cerificates and highlight the Code Signing certificate. Right click and choose All Tasks>Export…

Click Next.

Do not export the private key and click Next.

Export as a .cer and click Next.

Export to the relevant location and click Next.

Click Finish to complete the process.

Click OK.

Now, navigate to the Trusted Root Certification>Certificates folder, right click and select All Tasks>Import…

Click Next.

Locate the .cer and import. Click Next.

Click Next.

Click Finish.

The certificate will be imported into the store.

Repeat the process for the Trusted Publishers folder.

If your SMS Provider is remote, and in my case it resides on my site server, ConfigMgr, then repeat the process of importing the .cer into the Trusted Root Certification and Trusted Publishers folders on that server as well.

DP Installation

Now go to the site server and in the SCCM Console go to the Administration workspace>Site Configuration>Servers and Site System Roles, right click and choose ‘Create Site System Server.

Add in the server to the the site system and choose the Site code from the drop down.

No proxy is required at this stage

Select the Distribution Point role.

The DP will be HTTP in this instance. Ensure the ‘Allow clients to connect anonymously’ checkbox is ticked to allow Macs to talk anonymously to the DP. Note in this image it hasn’t been but it MUST.

Assign the relevant drive letters for content location

This will not be a Pull DP.

On this screen, enable PXE, allow DP to responded to incoming PXE requests and enable unknown computer support. I haven’t selected ‘Require a password…’

Click Yes when warned about Port requirement – make a note if you need to open up firewall ports on the network.

Click through the wizard to completion.

Install the Parallels components

Now it’s time to run the Parallels installation file and add in the components that are needed.

When prompted select the NetBoot Server and OS X Software Update Point. Click Next.

Parallels For Mac Sccm 2019

Click Install

Click Finish but ensure the checkbox to configure is selected.

​Version 13 was released last night, so I immediately upgraded. Third-party reviews that I reference are all of version 12. Parallels for the mac. The content in the quick summary box above serves as a short version of my findings and conclusions. In this review I'll share what I like and dislike about Parallels Desktop. This review reflects my use of both Parallels Desktop 12 and 13, and all of the screenshots are from version 13.

First up is the configuration of the NetBoot Server. As mentioned previously I have not installed a SMS Provider locally on my Parallels server so I have to point back to the SMS Provider on my site server at this stage. Click Next.

Enter the details of the service account to run the NetBoot Server service. For the rights required for this account see the following KB article http://kb.parallels.com/uk/117937

Select a path to store the NetBoot images. The default is pmmimages. Click Next.

Click Next at the summary screen.

Click Finish when complete

Finally the configuration of the OS X Software Update service is required.

Select an account to run the service. The account you choose must have administrative right on the local server and must be a member of the WSUS Administrators group.

So add the account to that group.

then enter the details into the configuration wizard. Click Next.

A pre-requisite check will be performed. Address any issues and re-run if necessary. Click Next.

Click Finish at the summary screen.

Parallels For Mac Sccmo

You’ll be notified that your configuration has been applied.

Now re-run the PowerShell commands, run previously, as administrator.

Then issue the command

You can re-run each configuration wizard, including the proxy config from Part 2 from the Parallels menu

Can i running windows 10 parallels for mac. If you have purchased the product you will have received a new license key. To take advantage of complimentary email support for up to 18 months, your license key must be registered. Enter the purchased license key when prompted to unlock the full 'unlimited' version of the software.

Buy Parallels For Mac

MDM Server?

You may have noticed a MDM Server option when installing the Parallels Mac Management solution and that we un-ticked this previously.

The Parallels MDM Server enables you to deploy and enroll new Mac computers in SCCM using the Apple Device Enrollment Program. This component must be installed on a server located in DMZ. I will not be covering this role in this series.

Now that we have all our roles installed I’ll be taking a look, in Part 4, at how we can licence Parallels, discover Macs in the environment and get the Parallels Mac client installed on a device.

Parallels For Mac Free Download

Advertisements