Memorise

Archive for the ‘Exchange’ Category

How to configure shared Office 365 mailbox on iOS

Configuring a shared Office 365 mailbox on an iOS device using IMAP Updated 27/07/17 On the iPad or iPhone, go to SETTINGS > MAIL > ADD ACCOUNT Select OTHER from the list of types. iOS Shared Office 365 Mailbox Step 1 Select ADD MAIL ACCOUNT iOS Shared Office 365 Mailbox Step 2 Enter a name […]

Outlook on a Mac Keeps asking for password

I have deleted/repaired keychain but nothing has worked. It does save password for a few hours, but then forgets it. For Exchange I had this problem and a few others – this is how I fixed it: Take a note of exchange server settings in Outlook->Preference, select the account click advance. Locate your account setup file […]

Re-create outlook profile

Sometime in terminal server you don’t have mail applet in control panel. You can create profile using method below. c:\Program Files (x86)\Microsoft Office\Office14\outlook.exe /profile nameofprofile — To Reset Outlook 2010 to First Run Settings 1. Use the command line switch /profile xxx 2. Outlook will report that there is no such profile and prompt for another. […]

Adjusting Mac Mail Mark As Read Behavior from the Command Line

Adjusting Mail Mark As Read Behavior from the Command Line Launch the Terminal Set the delay to 2 seconds with the following: defaults write com.apple.Mail MarkAsReadDelay 2 Replace the two on the end with any number to change the delay to that many seconds.  You can also remove the delay with the following defaults write command: defaults […]

Default settings for Exchange-related virtual directories in Exchange Server 2010

Exchange Server 2010 with the Client Access Server (standalone): Location Authentication SSL Setting Management Default Web Site Anonymous Required IIS Management Console aspnet_client Anonymous Required IIS Management Console Autodiscover Anonymous / Basic / Windows Authentication Required Exchange Management Shell ECP Anonymous / Basic Required Exchange Management Console or Shell EWS Anonymous / Windows Authentication Required […]

The certificate with thumbprint XXXXXXX was found but is not valid for use with Exchange Server, reason: PrivateKeyMissing

Enable-ExchangeCertificate : The certificate with thumbprint XXXXXXX was found but is not valid for use with Exchange Server (reason: PrivateKeyMissing). At line:1 char:27 + Enable-ExchangeCertificate -Thumbprint XXXXXXXXX -Services “IIS” The above error can as a result of multiple reasons. CSR was created with IIS and attempted to be installed through the Exchange Management Shell (EMS), […]

Exchange Management Shell and Powershell not working

After upgrading Exchange 2010 SP3 on Windows 2008 Enterprise Server with SP2. when I open the exchange management shell or try to access the Queue Viewer via the Exchange Managment Console I get the following error and I can’t run any commands in the Exchange Management Shell or in the PowerShell. The term ‘C:\Program Files\Microsoft\Exchange […]

Redirecting OWA URL in Exchange 2010

Redirecting requests that don’t go to https://owa.customer.com/owa (or /exchange) to the correct URL. So, if someone goes to http://owa.customer.com orhttps://owa.customer.com, they get redirected to the correct (secure) URL. Historically I’ve always done this with two components: A custom website listening on Port 80 on each CAS server A default.aspx file in the root of the Default Web Site redirecting […]