Description
Employees at RPTU who use a Micosoft Exchange mailbox can retrieve their emails via the web browser (https://email.uni-kl.de) or with an external email program.
In this guide, you will learn how to configure Microsoft Outlook to retrieve your Exchange mailbox if your computer is not in the RHRZ Active Directory domain.
Prerequisites
- You are using an Exchange mailbox.
- Your computer is not in the central Active Directory domain of the RHRZ (uni-kl.de).
- There must be a connection to the university network(LAN, WLAN, VPN).
Create the following registry key so that you do not regularly see an authentication window when Outlook is running.
Start the Windows PowerShell. To do this, open the Windows Start menu, enter "Windows PowerShell", select "Windows PowerShell" and then select "Open".
Copy the following script into the PowerShell window and execute it by pressing Enter:
$OutlookPath = "HKCU:\Software\Microsoft\Office\16.0\Outlook"
$AutodiscoverPath = "HKCU:\Software\Microsoft\Office\16.0\Outlook\AutoDiscover"
if(((Test-Path $AutodiscoverPath)-eq $false) -and ((Test-Path $OutlookPath) -eq $true))
{
New-Item -Path $OutlookPath -Name AutoDiscover
}
Set-ItemProperty -Path $AutodiscoverPath -Name 'ExcludeExplicitO365Endpoint' -Value 1 -Type DWORD -Force
Make sure that you are using Outlook classic, as only this app can establish a connection to our local Exchange server, including all functions.
The new Outlook app is often pre-installed, but does not support connections to local Exchange servers. The new Outlook can be recognized by the name and the slightly modified logo.
Click on "More options" and "Use another account".
Then enter your RPTU account name according to the pattern "uni-kl\RPTU account name" (e.g. uni-kl\mus77ter) and your password as the user name.
Activate "Save login data" and confirm with "OK".
If you have integrated several mailboxes in Outlook, make sure that the user name belongs to the mailbox displayed in the query.