

- #SKYPE FOR BUSINESS SAVE CONVERSATION HISTORY OUTLOOK HOTKEY INSTALL#
- #SKYPE FOR BUSINESS SAVE CONVERSATION HISTORY OUTLOOK HOTKEY WINDOWS#
Press Enter when prompted for ReturnKeyValues.In the PowerShell opened and authenticated to Azure Active Directory, run the following.Step 6: Verify that the Certificate has Uploaded to the Skype for Business Service Principal You will use this to run a PowerShell script in the next step.
#SKYPE FOR BUSINESS SAVE CONVERSATION HISTORY OUTLOOK HOTKEY WINDOWS#
After running the script, leave the Windows PowerShell for Azure AD session open. Enter the credentials for the tenant administrator account of your Microsoft Online Azure AD organization. \UploadAuthCert.ps1Īfter you start the script, a credentials dialog box is displayed. Run the PowerShell script that you created in the previous step. AppPrincipalId -Type asymmetric -Usage Verify -Value $credValue $p = Get-MsolServicePrincipal -ServicePrincipalName $ServiceName New-MsolServicePrincipalCredential -AppPrincipalId $p. $credValue = ::ToBase64String( $binCert) $cer = New-Object 509Certificates.X509Certificate $CertFile = " $ env:SYSTEMDRIVE\OAuthConfig\OAuthCert.cer " $objFSO = New-Object -ComObject Scripting.FileSystemObject Save the following text to a PowerShell script file named, for example, UploadAuthCert.ps1. All commands in this step will be run using the Windows PowerShell for Azure Active Directory console. Complete the following steps after the Azure Active Directory Module for Windows PowerShell is installed.Ĭlick the Azure Active Directory Module for Windows PowerShell shortcut to open a Windows PowerShell workspace that has the Azure AD cmdlets installed.
#SKYPE FOR BUSINESS SAVE CONVERSATION HISTORY OUTLOOK HOTKEY INSTALL#
If it's not installed, go to to install the Azure Active Directory Module for Windows PowerShell. To do this, the Azure Active Directory Module for Windows PowerShell cmdlets must already be installed. Next, use Windows PowerShell to upload the on-premises authorization certificate that you exported in the previous step to Azure Active Directory Access Control Services (ACS). \ExportAuthCert.ps1 Step 5: Upload the on-premises authorization certificate to Azure Active Directory ACS In Exchange PowerShell in your on-premises Exchange organization, run the PowerShell script that you just created. $CertFile = " $ env:SYSTEMDRIVE\OAuthConfig\OAuthCert.cer " $oAuthCert = (dir Cert:\LocalMachine\My) | where If(( test-path $ env:SYSTEMDRIVE\OAuthConfig) -eq $false) $thumbprint = ( Get-AuthConfig).CurrentCertificateThumbprint Also, the should be the FQDN of a domain controller. This domain is referred as in the following procedure. This domain should be the same domain used as the primary SMTP domain used for the on-premises Exchange accounts. Specify a verified domain for your Exchange organization. This account will then be used in the next step. It will create a mail user and assign it the appropriate management role rights. This step is done on the Exchange server. Perform the steps in the following article:Ĭonfigure OAuth authentication between Exchange and Exchange Online organizations Step 2: Create a new Mail User account for the Skype for Business Online Partner Application To see what permissions you need, see the Exchange and Shell infrastructure permissions topic.įor information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts in the Exchange admin center.įor information about compatibility, see Skype for Business compatibility with Office apps.Ĭonfigure integration between Exchange Server and O365 Step 1: Configure OAuth authentication between Exchange Server and O365 You need to be assigned permissions before you can perform this procedure or procedures. What do you need to know before you begin?Įstimated time to complete this task: 15 minutes

This topic applies to integration with Exchange Server 2013 through 2019.

Configuring OAuth authentication between Exchange on premises and Skype for Business Online enables the Skype for Business and Exchange Integration features described in Feature support.Ĭonfigure Integration and OAuth between Skype for Business Online and Exchange ServerĬonfiguring integration between Exchange server and Skype for Business Online enables the Skype for Business and Exchange Integration features described in Feature support.
