To integrate Jamf Pro with AD CS, you must install the Jamf AD CS Connector on a Windows server. The connector runs as a service that allows Jamf Pro to communicate with the AD CS certificate authority server.
PowerShell has a security setting that does not allow the execution of scripts if they are not digitally signed. You can get the setting by executing the following command from the PowerShell prompt:
Get-ExecutionPolicyIf the returned value is RemoteSigned, scripts must be signed before they can be run. You can temporarily change this setting by executing the following command:
Set-ExecutionPolicy unrestrictedThe Jamf AD CS Connector installs in outbound communication mode with the provided parameters and values.
If you want to change any configuration parameters, you must re-run the PowerShell installation script with all necessary configuration values. If you want to change the serviceDisplayName, you will need to uninstall the previous connector.