

- #CLOUD SAVE KSP MAC OS INSTALL#
- #CLOUD SAVE KSP MAC OS PASSWORD#
- #CLOUD SAVE KSP MAC OS DOWNLOAD#
- #CLOUD SAVE KSP MAC OS WINDOWS#
\Intune-Resource-Access-develop\src\PFXImportPowershell\ and open the project with Visual Studio using the file PFXImportPS.sln.
#CLOUD SAVE KSP MAC OS DOWNLOAD#
Go to the root of the Intune-Resource-Access repository on GitHub, and then either download or clone the repository with Git to your machine. The process is straight forward and while it can run on the server, we recommended you run it on your workstation. To make use of the PowerShell cmdlets, you build the project yourself using Visual Studio. Build 'PFXImport PowerShell Project' cmdlets

If you prefer to use your own custom solution using Graph, use the userPFXCertificate resource type. The helper PFXImport PowerShell Project at GitHub provides you with cmdlets to do the operations with ease. You use Microsoft Graph to import your users PFX certificates into Intune.
#CLOUD SAVE KSP MAC OS INSTALL#
Intune then delivers the certificate to the device and the device decrypts it with the device's private key and install the certificate.
#CLOUD SAVE KSP MAC OS PASSWORD#
The connector decrypts the password using the on-premises private key, and then re-encrypts the password (and any plist profiles if using iOS) with the device key before sending the certificate back to Intune.
#CLOUD SAVE KSP MAC OS WINDOWS#
The passwords protecting the private keys of the certificates are encrypted before they're uploaded using either a hardware security module (HSM) or Windows Cryptography, ensuring that Intune can't access the private key at any time.Ĭertificate Connector for Microsoft Intune: When a device requests a PFX certificate that was imported to Intune, the encrypted password, the certificate, and the device's public key are sent to the connector. Intune Service: Stores the PFX certificates in an encrypted state and handles the deployment of the certificate to the user device. When you use Intune to deploy an imported PFX certificate to a user, there are two components at play in addition to the device: To get the helper PowerShell cmdlets, see PFXImport PowerShell Project in GitHub.

You use Visual Studio to build the helper PowerShell module with cmdlets for importing PFX certificates to Microsoft Intune. The certificate connector installs on a Windows Server that meets the connectors prerequisites.

