Configure Exchange accounts

Instructions for: Outlook without domain

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

Step by step

Illustrated instructions

Exchange e-mail with Outlook without domain
Step 1: Deactivate the Microsoft 365 connection

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

Step 2: Using Outlook classic

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.

Step 3

Click on "File" in Outlook and then on "Add account".

Step 4

Enter your e-mail address according to the pattern RPTU-Accountname@rptu.de (e.g. mus77ter@rptu.de). Check the box "I would like to set up my account manually" and select the "Connect" button.

Step 5

Select "Exchange".

Step 6

Confirm the prompt to configure the server settings with "Allow".

Step 7

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.

Step 8

Select the period for which emails are to be saved locally on your device and confirm with "Next".

No Exchange cache is possible on the Windows remote desktop servers (terminal servers) at RPTU.

Step 9

RestartOutlook after setting up the mailbox.


At a glance

Learn more

Relevant Information


Seek help

Support options