Memorise

Archive for the ‘Exchange’ Category

Exchange PST Export

Before you can export PST you will need to have mailbox Import/Export role Add to Mailbox Import Export role New-ManagementRoleAssignment -Role “Mailbox Import Export” -User “<user name or alias>” Now you can use the command below to export pst New-MailboxExportRequest -Mailbox <user> -FilePath \\<server FQDN>\<shared folder name>\<PST name>.pst   I have multiple organisation, therefore I need […]

Get All Users Outlook/Inbox Rules in Office 365

Get All Users Outlook/Inbox Rules in Office 365 Description:  PowerShell cmdlet to view inbox rules is Get-InboxRule. First grab all mailboxes in the organisation and store the UserPrincipalName in a variable.  Here we are storing it in a variable called “Users” Then for each user we are going to get the InboxRule and select several attributes: MailboxOwnerID Name Description […]

Exchange Server 2013 and 2016 Standard Edition can’t mount databases that are larger than 1024 GB

Applies to: Exchange Server 2013 Standard EditionExchange Server 2016 Standard Edition This issue occurs because the default database size limit for Exchange Server 2013 Standard Edition and Exchange Server 2016 Standard Edition is 1,024 gigabytes (GB). There is no default database size limit for the Enterprise Edition. The Exchange store checks database size limits periodically and dismounts […]

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), […]