Please can someone assist to run the powershell script:
Connect Exchange Online to Dynamics 365 Customer Engagement (on-premises) | Microsoft Docs
.\CertificateReconfiguration.ps1 -certificateFile c:\Personalcertfile.pfx -password personal_certfile_password -updateCrm -certificateType S2STokenIssuer -serviceAccount contoso\CRMAsyncService -storeFindType FindBySubjectDistinguishedName
Invoke-Expression -command $CertificateScriptWithCommand
The script is to change the certificate directory on the Microsoft Dynamics 356 server
Any help will be appreciated.